Rename nDeaths -> deaths and nRestarts -> restarts
This commit is contained in:
parent
382bf61271
commit
a830aae9ae
@ -95,13 +95,13 @@ namespace rabi_splitter_WPF
|
||||
),
|
||||
|
||||
ExportVariable<int> (
|
||||
handle: "nDeaths",
|
||||
handle: "deaths",
|
||||
displayName: "Deaths",
|
||||
tracker: () => inGameState.nDeaths
|
||||
),
|
||||
|
||||
ExportVariable<int> (
|
||||
handle: "nRestarts",
|
||||
handle: "restarts",
|
||||
displayName: "Restarts",
|
||||
tracker: () => inGameState.nRestarts
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user