feat: validate and resolve unit movement

This commit is contained in:
Keith Solomon
2026-07-04 15:37:05 -05:00
parent 5297b41208
commit 1550e2920b
3 changed files with 125 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);
namespace BattleForge\Domain;
use DomainException;
final class CombatException extends DomainException
{
}