using System.Collections; using System.Collections.Generic; using UnityEngine; [System.Serializable] public enum SecondaryStat //just dev reference { CritChance, CritDamage, AttackDamage, SpellDamage, MaxHealth, Armor, MagicResistance, }