Search Results for

    Show / Hide Table of Contents

    Class SpellAttackData

    A scriptable object containing the element type of the attack. Just an example, no strength or abilities included.

    Inheritance
    Object
    SpellAttackData
    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
    In This Article
    Back to top Generated by DocFX