mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-05 09:47:18 -05:00
5 lines
195 B
Go
5 lines
195 B
Go
|
// Package d2networking provides client and server implementations for OpenDiablo2.
|
||
|
/*
|
||
|
The server is authoritative and communicates with local and remote clients over UDP.*/
|
||
|
package d2networking
|