예제 #1
0
 public bool HasGenericFireable()
 {
     if (AttachedWeapon != null)
     {
         return(AttachedWeapon.IsInstrument());
     }
     return(false);
 }