multiserver/proto.go

7 lines
68 B
Go
Raw Permalink Normal View History

2021-03-13 08:15:07 -08:00
package main
const (
ProtoMin = 0x0025
ProtoLatest = 0x0027
)