Пример #1
0
 public void ShipInformation(ShipInformationList shp, string whereami, ISystem system)
 {
     shp.LaunchFighter(PlayerControlled);
 }
Пример #2
0
 public void ShipInformation(ShipInformationList shp, string whereami, ISystem system, DB.SQLiteConnectionUser conn)
 {
     shp.LaunchFighter(PlayerControlled);
 }
Пример #3
0
 public void ShipInformation(ShipInformationList shp, DB.SQLiteConnectionUser conn)
 {
     shp.LaunchFighter(PlayerControlled);
 }