This website requires JavaScript.
Explore
Help
Register
Sign In
ouyang
/
ecs
Watch
1
Star
0
Fork
0
You've already forked ecs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ecs
/
servers
/
game
/
logic
/
player_treasures.go
7 lines
103 B
Go
Raw
Normal View
History
Unescape
Escape
新项目
2025-06-04 18:17:39 +08:00
package
logic
增加宝物、神兵功能
2025-06-04 18:31:07 +08:00
type
PlayerTreasure
struct
{
新项目
2025-06-04 18:17:39 +08:00
Uid
uint64
`
bson:"uid" key:"1"
`
Id
uint32
`
bson:"id"
`
}
Reference in New Issue
Copy Permalink