mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-07 18:57:18 -05:00
6 lines
238 B
Go
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
|