mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-22 16:50:13 +00:00
have game server store game
This commit is contained in:
@@ -65,6 +65,7 @@ export interface Config {
|
||||
defensePostDefenseBonus(): number
|
||||
falloutDefenseModifier(): number
|
||||
maxUnitCost(): number
|
||||
gameStorageBucketName(): string
|
||||
}
|
||||
|
||||
export interface Theme {
|
||||
|
||||
@@ -20,6 +20,9 @@ export class DefaultConfig implements Config {
|
||||
return 2
|
||||
}
|
||||
|
||||
gameStorageBucketName(): string {
|
||||
return "openfront-games"
|
||||
}
|
||||
defensePostRange(): number {
|
||||
return 30
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user