Feat: add example config
This commit is contained in:
@ -236,6 +236,7 @@ func (rr *RoomReq) CreateRoom(creator string) *Room {
|
||||
CreatedAt: time.Now(),
|
||||
PlayerList: []string{creator},
|
||||
CreatorName: creator,
|
||||
BotMap: make(map[string]BotPlayer),
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user