add walls destroyed stat
This commit is contained in:
parent
0aac6f780b
commit
9cf4304845
4 changed files with 12 additions and 0 deletions
|
@ -17,4 +17,6 @@ internal sealed record class Scores(int Kills = 0, int Deaths = 0)
|
|||
return Kills / (double)Deaths;
|
||||
}
|
||||
}
|
||||
|
||||
public int WallsDestroyed { get; set; }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue