Exemplo n.º 1
0
 public void UnmountAttachment(WeaponInPackage pos, WeaponPartLocation location)
 {
     if ((int)pos <= (int)WeaponInPackage.EndOfTheWorld &&
         (int)location <= (int)WeaponPartLocation.EndOfTheWorld)
     {
         WeaponControllerBaseImpl.UnmountAttachment(pos, location);
     }
 }