/// <summary> /// Copies settings from the current saber to the other one (if it exists) /// </summary> public void SyncSabers() { if (CurrentSaber == null) { return; } _saberSet.Sync(CurrentSaber.Model); }