More moves implemented
This commit is contained in:
@@ -7,4 +7,5 @@ public class SerializedAbility
|
||||
{
|
||||
public string? Effect { get; set; }
|
||||
public Dictionary<string, JsonNode> Parameters { get; set; } = new();
|
||||
public string[] Flags { get; set; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user