docs(enemy): 修正作者指南与两处注释残留的死亡层表述

This commit is contained in:
2026-07-29 16:34:21 +08:00
parent db6f6c5f77
commit 6df4a259b7
4 changed files with 6 additions and 5 deletions
@@ -130,7 +130,7 @@ namespace BaseGames.Tests.EditMode.AI
[Test]
public void Fragments_Throw_WhenDifferentFragmentKindsCollide()
{
// 跨层撞名同样要挡:未发现层的 Locomotion 态与死亡层的 Ability 态重名。
// 跨层撞名同样要挡:未发现层的 Locomotion 态与交战层的 Ability 态重名。
var b = new BrainBuilder();
AiStateFragments.Locomotion(b, "Shared", LocomotionMode.Patrol);
Assert.Throws<System.InvalidOperationException>(