网络游戏初步接入
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
package models
|
||||
|
||||
type GameMessage struct {
|
||||
UserID string `json:"user_id"`
|
||||
Pos int `json:"pos"`
|
||||
Router string `json:"router"`
|
||||
User *Users `json:"user_id"`
|
||||
Pos int `json:"pos"`
|
||||
GameType int
|
||||
GameUuid string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user