fix: 修复空提交问题

This commit is contained in:
1
2025-11-18 23:41:31 +00:00
parent 6831861e0d
commit 24f2a6d7c8
14 changed files with 71 additions and 55 deletions

View File

@@ -21,7 +21,7 @@ type Space struct {
SuperValue *int32
//ID uint32 // 地图ID
Name string //地图名称
ARENA info.S2C_ARENA_GET_INFO
ARENA S2C_ARENA_GET_INFO
ARENA_Player common.PlayerI
}