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