20250507 TIL StatBlock 구조
using System;using System.Collections;using System.Collections.Generic;using UnityEngine;public enum StatType{ MaxHealth, MaxMana, Attack, Defence, CritChance, CritDamage, Evasion, Accuracy, VisionRange, AttackRange, FireDef, WaterDef, IceDef, ElectricDef, EarthDef, WindDef, LightDef, DarkDef, FireAtk, WaterAtk, IceAtk, ElectricAt..