1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2026-05-08 06:09:10 -04:00
Files
Gürkan Kaymak f4a71c72e4 lint fixes (#727)
2020-09-12 16:25:09 -04:00

6 lines
238 B
Go

// Package d2server provides connection management and client synchronization.
/*
Data is encoded to JSON and compressed using gzip. Transport is over UDP.
The server is authoritative for both local and remote clients.*/
package d2server