Projext/Assets/7.Other Code/StatType.cs

9 lines
87 B
C#
Raw Normal View History

2026-01-29 06:58:38 +00:00
public enum StatType
{
MaxHealth,
MoveSpeed,
Strength,
AttackDamage
}