mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-02 03:38:14 +00:00
fix config compile error
This commit is contained in:
@@ -2,6 +2,9 @@ import { GameType, Player, PlayerInfo, UnitInfo, UnitType } from "../game/Game";
|
||||
import { DefaultConfig } from "./DefaultConfig";
|
||||
|
||||
export const devConfig = new class extends DefaultConfig {
|
||||
discordBotSecret(): string {
|
||||
throw new Error("Method not implemented.");
|
||||
}
|
||||
unitInfo(type: UnitType): UnitInfo {
|
||||
const info = super.unitInfo(type)
|
||||
const oldCost = info.cost
|
||||
|
||||
Reference in New Issue
Block a user