Class SpellAttackData
A scriptable object containing the element type of the attack. Just an example, no strength or abilities included.
Namespace: TinnyStudios.AIUtility.Impl.Examples.TurnBasedSpell
Assembly: UtilityAIFramework.dll
Syntax
public class SpellAttackData : ScriptableObject
Fields
ElementType
Declaration
public EElementType ElementType
Field Value
Type | Description |
---|---|
EElementType |
MaxUse
Number of times you can use this move as a base.
Declaration
public int MaxUse
Field Value
Type | Description |
---|---|
Int32 |