Rename nDeaths -> deaths and nRestarts -> restarts

rabi_display
wcko87 8 years ago
parent 382bf61271
commit a830aae9ae
  1. 4
      rabi_splitter_WPF/VariableExportConfig.cs

@ -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…
Cancel
Save