Пример #1
0
    public DysonSphereSettings GatherDysonSphereSettings()
    {
        DysonSphereSettings dysonSphereSettings = new DysonSphereSettings(currentEnergyProduction, maxStructurePoints, currentStructurePoints, currentAutoRepairState);

        return(dysonSphereSettings);
    }
Пример #2
0
 public void ConfigureFromControlPanel(DysonSphereSettings dysonSphereSettings)
 {
 }
Пример #3
0
    public void SendSettingsToControlPanel()
    {
        DysonSphereSettings dysonSphereSettings = GatherDysonSphereSettings();

        DysonSphereControlPanel.instance.ReceiveSettings(dysonSphereSettings);
    }