public XPlaneApi(ILog log, IConfiguration config) { Log = log; Config = config; Messages = new XPlaneMessages(); Data = new XPlaneData(); Commands = new XPlaneCommands(); Processing = new XPlaneProcessing(); }
public XPlaneApi(ILog log, IConfiguration config) { Log = log; Config = config; Messages = new XPlaneMessages(); Data = new XPlaneData(); Commands = new XPlaneCommands(); Processing = new XPlaneProcessing(); Display = new XPlaneDisplay(); Scenery = new XPlaneScenery(); Graphics = new XPlaneGraphics(); }