goserver_sync/core/ids.go

10 lines
113 B
Go

package core
const (
ObjId_RootId int = iota
ObjId_CoreId
ObjId_ExecutorId
ObjId_TimerId
ObjId_ProfileId
)