Feat: add example config

This commit is contained in:
Grail Finder
2025-05-22 07:23:18 +03:00
parent ad8f1aaee2
commit 6b750cd34b
8 changed files with 66 additions and 52 deletions

View File

@ -236,6 +236,7 @@ func (rr *RoomReq) CreateRoom(creator string) *Room {
CreatedAt: time.Now(),
PlayerList: []string{creator},
CreatorName: creator,
BotMap: make(map[string]BotPlayer),
}
}