Exemplo n.º 1
0
        private void SaveDroneAndHudConfigStates(DroneConfig droneConfig, HudConfig hudConfig)
        {
            currentDroneConfig = droneConfig;
            currentHudConfig   = hudConfig;

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