Пример #1
0
 public void ShipInformation(ShipInformationList shp, string whereami, ISystem system)
 {
     if ((IsPreview == null || IsPreview.Value == false) && Engineering != null)
     {
         shp.EngineerCraft(this);
     }
 }