Adds support for custom ctor for moves in MoveDataLoader
This commit is contained in:
@@ -38,6 +38,9 @@ public class SerializedForm
|
||||
public bool IsMega { get; set; }
|
||||
public SerializedMoves Moves { get; set; } = null!;
|
||||
public string[] Flags { get; set; } = [];
|
||||
|
||||
[JsonExtensionData]
|
||||
public Dictionary<string, JsonElement>? ExtensionData { get; set; }
|
||||
}
|
||||
|
||||
public class SerializedEvolution
|
||||
|
||||
Reference in New Issue
Block a user