修改了很多

This commit is contained in:
fengjiayi
2024-10-27 00:54:10 +08:00
parent 6f26d303e4
commit cb2553ac69
66 changed files with 2215 additions and 1402 deletions

View File

@@ -33,7 +33,6 @@ namespace Serein.Library
/// 节点的调试设置
/// </summary>
DebugSetting,
}
@@ -68,6 +67,12 @@ namespace Serein.Library
/// 是否禁止参数进行修改(初始化后不能再通过 Setter 修改)
/// </summary>
public bool IsProtection = false;
/// <summary>
/// 自定义代码
/// </summary>
public string CustomCode = null;
}
}