mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-16 21:32:25 +00:00
create alliance request flow
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user