1
This commit is contained in:
@@ -15,6 +15,9 @@ namespace BITKit
|
||||
/// </summary>
|
||||
public interface IRuntimeItemContainer:IBinarySerialize
|
||||
{
|
||||
public bool AllowAdd { get; set; }
|
||||
public bool AllowRemove { get; set; }
|
||||
|
||||
public ValidHandle IsBusy { get; }
|
||||
/// <summary>
|
||||
/// 物品容器的唯一Id
|
||||
@@ -96,6 +99,8 @@ namespace BITKit
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public bool AllowAdd { get; set; }
|
||||
public bool AllowRemove { get; set; }
|
||||
public ValidHandle IsBusy { get; } = new();
|
||||
public int Id { get; set; }
|
||||
public IRuntimeItem[] GetItems()=>Items.Values.ToArray();
|
||||
|
Reference in New Issue
Block a user