fix config compile error

This commit is contained in:
evanpelle
2024-12-16 13:59:10 -08:00
parent 2b3c24c398
commit aff674ebaf
5 changed files with 9 additions and 3 deletions
+3
View File
@@ -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