game_sync/common/sysmsg.go

8 lines
129 B
Go

package common
// 系统消息编号
const (
SYSMSG_BEGIN int = iota
SYSMSG_PASSHU //因过胡规则,此牌不能胡
)