mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Add Bug and conecpt of completeness
This commit is contained in:
@@ -13,6 +13,8 @@ internal class Part
|
||||
_duplicateMessage = duplicateMessage;
|
||||
}
|
||||
|
||||
public virtual bool IsComplete => IsPresent;
|
||||
|
||||
protected bool IsPresent { get; private set; }
|
||||
|
||||
public string Name => GetType().Name;
|
||||
|
||||
Reference in New Issue
Block a user