mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-15 04:57:06 -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
|