角色控制修改

This commit is contained in:
2025-10-09 22:10:48 +08:00
parent e60822137f
commit 290c08325d
15 changed files with 743 additions and 105 deletions

View File

@@ -18,8 +18,6 @@ namespace NBF
[Serializable]
public abstract class ConfigBase
{
public string name;
public int id;
}