multiserver/proto.go

7 lines
68 B
Go

package main
const (
ProtoMin = 0x0025
ProtoLatest = 0x0027
)