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); } }
public void Swap(AbstractSwapOption swapOption) { Swap(swapOption as AbstractSwapOption <USI_Harvester>); }
public void Swap(AbstractSwapOption swapOption) { Swap(swapOption as AbstractSwapOption <USI_Converter>); }