Interface IProgressiveItem
Interface that makes the item break/repair into other item
Properties
NextItemID
ID of the item that this item will become when it got repair
Declaration
int NextItemID { get; set; }
PrevItemID
ID of the item that this item will become when it's broken
Declaration
int PrevItemID { get; set; }
Progress
Current localtion inside the profress chain
Declaration
int Progress { get; set; }
TotalProgress
Total count of the profress chain
Declaration
int TotalProgress { get; set; }