Пример #1
0
 private JSONFormatterProvider()
 {
     SensorModuleList    = new SensorModuleListJSONFormatter();
     ResourceList        = new ResourceListJSONFormatter();
     MaxResourceList     = new MaxResourceListJSONFormatter();
     CurrentResourceList = new CurrentResourceListJSONFormatter();
     APIEntry            = new APIEntryJSONFormatter();
     String      = new StringJSONFormatter();
     Vector3d    = new Vector3dJSONFormatter();
     StringArray = new APIEntryStringArrayFormatter();
     Default     = new DefaultJSONFormatter();
 }
Пример #2
0
 private JSONFormatterProvider()
 {
     SensorModuleList       = new SensorModuleListJSONFormatter();
     ResourceList           = new ResourceListJSONFormatter();
     MaxResourceList        = new MaxResourceListJSONFormatter();
     ActiveResourceList     = new ActiveResourceListJSONFormatter();
     CurrentResourceList    = new CurrentResourceListJSONFormatter();
     MaxCurrentResourceList = new ActiveResourceTotalListJSONFormatter();
     APIEntry          = new APIEntryJSONFormatter();
     MechJebSimulation = new MechJebSimulationJSONFormatter();
     ManeuverNode      = new ManeuverNodeJSONFormatter();
     ManeuverNodeList  = new ManeuverNodeListJSONFormatter();
     OrbitPatchList    = new OrbitPatchListJSONFormatter();
     Vector3d          = new Vector3dJSONFormatter();
     StringArray       = new APIEntryStringArrayFormatter();
     Default           = new DefaultJSONFormatter();
 }
Пример #3
0
 private JSONFormatterProvider()
 {
     SensorModuleList = new SensorModuleListJSONFormatter();
     ResourceList = new ResourceListJSONFormatter();
     MaxResourceList = new MaxResourceListJSONFormatter();
     APIEntry = new APIEntryJSONFormatter();
     String = new StringJSONFormatter();
     Vector3d = new Vector3dJSONFormatter();
     StringArray = new APIEntryStringArrayFormatter();
     Default = new DefaultJSONFormatter();
 }