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> (
|
ExportVariable<int> (
|
||||||
handle: "nDeaths",
|
handle: "deaths",
|
||||||
displayName: "Deaths",
|
displayName: "Deaths",
|
||||||
tracker: () => inGameState.nDeaths
|
tracker: () => inGameState.nDeaths
|
||||||
),
|
),
|
||||||
|
|
||||||
ExportVariable<int> (
|
ExportVariable<int> (
|
||||||
handle: "nRestarts",
|
handle: "restarts",
|
||||||
displayName: "Restarts",
|
displayName: "Restarts",
|
||||||
tracker: () => inGameState.nRestarts
|
tracker: () => inGameState.nRestarts
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user