Files
favilla_problem/Battle/AttackType.cs
2026-06-29 19:26:37 +09:00

5 lines
68 B
C#

namespace Battle
{
public enum AttackType { Physical, Magic }
}