This commit is contained in:
CortexCore
2025-02-24 23:02:43 +08:00
parent 41715e4413
commit 8261a458e2
105 changed files with 2934 additions and 696 deletions

View File

@@ -53,7 +53,13 @@ namespace BITKit
public interface IScriptableItemProperty
{
}
/// <summary>
/// 控制器(分)类
/// </summary>
public interface IScriptableControllerClass
{
}
/// <summary>
/// 基础物品
/// </summary>
@@ -88,6 +94,11 @@ namespace BITKit
/// 属性
/// </summary>
IReadOnlyDictionary<Type, IScriptableItemProperty> Properties { get; }
/// <summary>
/// 控制器类
/// </summary>
IScriptableControllerClass ControllerClass { get; }
/// <summary>
/// 价值