Preparation fo Mystery rolling
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
namespace ALttPRandomizer.Model {
|
||||
using ALttPRandomizer.Settings;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
using YamlDotNet.Serialization;
|
||||
using static ALttPRandomizer.Model.RandomizerInstance;
|
||||
|
||||
public class SeedSettings {
|
||||
@@ -541,7 +541,7 @@
|
||||
|
||||
public enum DamageChallengeMode {
|
||||
Normal,
|
||||
OHKO,
|
||||
[JsonStringEnumMemberName("ohko")] OHKO,
|
||||
Gloom,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user