feat(entity): 新增游戏核心实体类(Client/Server/Player)并调整.gitignore
This commit is contained in:
4
common/data/entity/player.go
Normal file
4
common/data/entity/player.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package entity
|
||||
|
||||
type player struct {
|
||||
}
|
||||
Reference in New Issue
Block a user