Projext/Assets/7.Other Code/StatType.cs
2026-01-29 15:58:38 +09:00

9 lines
87 B
C#

public enum StatType
{
MaxHealth,
MoveSpeed,
Strength,
AttackDamage
}