cool
This commit is contained in:
@@ -100,8 +100,8 @@ namespace BITKit
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public bool AllowAdd { get; set; }
|
||||
public bool AllowRemove { get; set; }
|
||||
public virtual bool AllowAdd { get; set; }
|
||||
public virtual 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