private void SaveDroneAndHudConfigStates(DroneConfig droneConfig, HudConfig hudConfig)
        {
            currentDroneConfig = droneConfig;
            currentHudConfig = hudConfig;

            droneConfig.Save();
            hudConfig.Save();
        }
Example #2
0
        private void SaveDroneAndHudConfigStates(DroneConfig droneConfig/*, HudConfig hudConfig*/)
        {
            currentDroneConfig = droneConfig;
            //currentHudConfig = hudConfig;

            droneConfig.Save();
            //hudConfig.Save();
        }