Adds more abilities
This commit is contained in:
@@ -20,5 +20,8 @@ public class SerializedAbility
|
||||
/// </summary>
|
||||
public string[] Flags { get; set; } = [];
|
||||
|
||||
/// <summary>
|
||||
/// Indicates whether the ability can be changed by effects such as Skill Swap or Role Play.
|
||||
/// </summary>
|
||||
public bool? CanBeChanged { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user