1 Star 0 Fork 0

Ms.Guo/CSO2014

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
room.go 310 Bytes
一键复制 编辑 原始数据 按行查看 历史
libaojie 提交于 2024-10-31 15:50 +08:00 . 初始化
package constant
const (
//房间包表示
OUTCreateAndJoin = 0
OUTPlayerJoin = 1
OUTPlayerLeave = 2
OUTSetPlayerReady = 3
OUTUpdateSettings = 4
OUTSetHost = 5
OUTSetGameResult = 6
OUTCountdown = 11
OUTsetUserTeam = 13
//房间status
StatusWaiting = 0
StatusIngame = 1
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wusuitaitou/cso2014.git
git@gitee.com:wusuitaitou/cso2014.git
wusuitaitou
cso2014
CSO2014
v1.0.0

搜索帮助