1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-28 18:15:23 +00:00
OpenDiablo2/d2networking/d2client/d2clientconnectiontype/connectiontype.go
2020-06-18 14:11:04 -04:00

10 lines
130 B
Go

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