create alliance request flow

This commit is contained in:
evanpelle
2024-09-17 19:43:45 -07:00
parent 149ffaa026
commit 44877b8e59
8 changed files with 141 additions and 13 deletions
+2 -2
View File
@@ -19,12 +19,12 @@ export const devConfig = new class extends DefaultConfig {
}
numBots(): number {
return 0
return 400
}
numFakeHumans(gameID: GameID): number {
return 0
return 10
}
// startTroops(playerInfo: PlayerInfo): number {