public void EquipComponent(iComponent pw) { if (VerifyComponent(pw)) { Utility = (iUtilityComponent)pw; } else { /// Do nothing } }
public void RemoveComponent() { Utility = null; }