robot.go 56 Bytes
Newer Older
hujiebin's avatar
hujiebin committed
1 2 3 4 5
package model

type GameRobot struct {
	UserId uint64
}