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