OpenDiablo2/d2networking/d2client/d2clientconnectiontype/connectiontype.go

10 lines
130 B
Go

package d2clientconnectiontype
type ClientConnectionType int
const (
Local ClientConnectionType = iota
LANServer
LANClient
)