money is readonly

This commit is contained in:
Olivier Gagnon
2021-10-27 13:28:36 -04:00
parent 150b8600e4
commit 9f6767062b
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ export interface IPlayer {
numPeopleKilled: number;
location: LocationName;
max_hp: number;
money: any;
readonly money: any;
moneySourceA: MoneySourceTracker;
moneySourceB: MoneySourceTracker;
playtimeSinceLastAug: number;