First commit

This commit is contained in:
2026-06-29 19:26:37 +09:00
commit 9efb08fdf3
11 changed files with 338 additions and 0 deletions

4
Battle/AttackType.cs Normal file
View File

@@ -0,0 +1,4 @@
namespace Battle
{
public enum AttackType { Physical, Magic }
}