mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-08-07 11:09:34 +00:00
Merge pull request #118 from ilan-schemoul/fix-comment-nuke
refactor: remove comment outdated
This commit is contained in:
@@ -68,7 +68,6 @@ export class GameImpl implements Game {
|
|||||||
private updates: GameUpdates = createGameUpdatesMap();
|
private updates: GameUpdates = createGameUpdatesMap();
|
||||||
private defenseGrid: DefenseGrid;
|
private defenseGrid: DefenseGrid;
|
||||||
|
|
||||||
// Not initialized until the game has finished spawning
|
|
||||||
private _stats: StatsImpl = new StatsImpl();
|
private _stats: StatsImpl = new StatsImpl();
|
||||||
|
|
||||||
constructor(
|
constructor(
|
||||||
|
|||||||
Reference in New Issue
Block a user