mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-17 06:19:16 +00:00
strictNullChecks
This commit is contained in:
@@ -25,7 +25,7 @@ export class NukeExecution implements Execution {
|
||||
private type: NukeType,
|
||||
private senderID: PlayerID,
|
||||
private dst: TileRef,
|
||||
private src?: TileRef,
|
||||
private src?: TileRef | null,
|
||||
private speed: number = -1,
|
||||
private waitTicks = 0,
|
||||
) {}
|
||||
|
||||
Reference in New Issue
Block a user