Multiworld

This commit is contained in:
2025-03-13 21:51:53 -05:00
parent 13042ec841
commit fd2e8190c3
9 changed files with 262 additions and 39 deletions

View File

@@ -9,6 +9,9 @@
[NoSettingName]
public RandomizerInstance Randomizer { get; set; } = RandomizerInstance.Base;
[NoSettingName]
public string PlayerName { get; set; } = string.Empty;
[NoSettingName]
public RaceMode Race { get; set; } = RaceMode.Normal;