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

9 lines
74 B
C#
Raw Normal View History

2026-01-29 06:58:38 +00:00
public enum StatType
{
Health,
Speed,
2026-01-29 06:58:38 +00:00
Strength,
Damage
2026-01-29 06:58:38 +00:00
}