1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-02-20 15:37:31 -05:00

8 lines
277 B
Go
Raw Normal View History

// Package d2client provides client side connection, map and entity
// management.
/*
GameClient declares the ServerConnection interface to interact with
local and remote servers. LocalClientConnection is the host and
creates the game server (see d2server).*/
package d2client