OpenDiablo2/d2networking/d2client/doc.go

8 lines
277 B
Go

// 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