Pedro Gomes 4a7430533a Character Stats Revamp (WIP)
- created secondary stats
- added characterStatsBalancing constants
2024-08-11 22:15:23 +01:00

14 lines
221 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[System.Serializable]
public enum PrimaryStat //just dev reference
{
Strength,
Agility,
Intelligence,
Spirit,
Vitality
}