Beispiel #1
0
        public void Swap(AbstractSwapOption <USI_Harvester> swapOption)
        {
            _swapOption = swapOption;
            Addons.Clear();

            try
            {
                _swapOption.ApplyConverterChanges(this);
            }
            catch (Exception ex)
            {
                Debug.LogError("[USI] USI_Harvester: Could not apply harvester changes. " + ex.Message);
            }
        }
Beispiel #2
0
 public void Swap(AbstractSwapOption swapOption)
 {
     Swap(swapOption as AbstractSwapOption <USI_Harvester>);
 }
Beispiel #3
0
 public void Swap(AbstractSwapOption swapOption)
 {
     Swap(swapOption as AbstractSwapOption <USI_Converter>);
 }