mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-03 16:50:54 +00:00
Use bigint for gold (#1000)
This commit is contained in:
@@ -2,6 +2,7 @@ import { consolex } from "../Consolex";
|
||||
import {
|
||||
Execution,
|
||||
Game,
|
||||
Gold,
|
||||
Player,
|
||||
PlayerID,
|
||||
Tick,
|
||||
@@ -26,7 +27,7 @@ export class ConstructionExecution implements Execution {
|
||||
|
||||
private ticksUntilComplete: Tick;
|
||||
|
||||
private cost: number;
|
||||
private cost: Gold;
|
||||
|
||||
constructor(
|
||||
private ownerId: PlayerID,
|
||||
|
||||
Reference in New Issue
Block a user