Add player slot to settings object
This commit is contained in:
@@ -7,9 +7,12 @@
|
||||
[NoSettingName]
|
||||
public RandomizerInstance Randomizer { get; set; } = RandomizerInstance.Base;
|
||||
|
||||
[NoSettingName]
|
||||
[IgnoreSetting]
|
||||
public string PlayerName { get; set; } = string.Empty;
|
||||
|
||||
[IgnoreSetting]
|
||||
public int PlayerSlot { get; set; } = 1;
|
||||
|
||||
[NoSettingName]
|
||||
public RaceMode Race { get; set; } = RaceMode.Normal;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user