docs: document actor behavior config locations

This commit is contained in:
ud18010
2026-07-30 15:16:25 +08:00
parent de69e6d223
commit 41e73da631
3 changed files with 22 additions and 10 deletions
@@ -108,7 +108,7 @@ namespace XWorld.Framework.Tests.ActorBehavior
public void ExampleConfigFiles_LoadFromRepository()
{
string root = FindRepoRoot();
string dir = System.IO.Path.Combine(root, "Client", "Assets", "Resources", "Config", "ActorBehavior");
string dir = System.IO.Path.Combine(root, "Client", "Assets", "Game", "Config", "ActorBehavior");
BehaviorConfigCatalog catalog = BehaviorConfigCatalog.LoadFromJson(
"fighter",