ecs/servers/game/logic/player_artifact.go
2025-06-04 18:17:39 +08:00

7 lines
103 B
Go

package logic
type PlayerArtifact struct {
Uid uint64 `bson:"uid" key:"1"`
Id uint32 `bson:"id"`
}