예제 #1
0
 public void EquipComponent(iComponent pw)
 {
     if (VerifyComponent(pw))
     {
         Utility = (iUtilityComponent)pw;
     }
     else
     {
         /// Do nothing
     }
 }
예제 #2
0
 public void RemoveComponent()
 {
     Utility = null;
 }