Add networked Fighter3D minigame

This commit is contained in:
ud18010
2026-08-10 16:47:16 +08:00
parent bff617091d
commit ef7f24738e
53 changed files with 5458 additions and 19 deletions
@@ -11,6 +11,14 @@ public sealed class ActorBehaviorAnimatorControllerPathTests
Is.EqualTo("Assets/Game/Art/Actor/Controller/fighter.controller"));
}
[Test]
public void GetControllerPath_Fighter3D_ReturnsGeneratedFighterController()
{
Assert.That(
ActorBehaviorAnimatorControllerPaths.GetControllerPath("fighter3d"),
Is.EqualTo("Assets/Game/Art/Actor/Controller/fighter.controller"));
}
[Test]
public void GetControllerPath_UnknownType_ReturnsNull()
{