Exemplo n.º 1
0
 private void SetMaster(IMultitoolMasterable master)
 {
     if (master is LightSwitchV2 lightSwitch && lightSwitch != relatedLightSwitch)
     {
         SubscribeToSwitchEvent(lightSwitch);
     }
Exemplo n.º 2
0
 bool IMultitoolSlaveable.TrySetMaster(PositionalHandApply interaction, IMultitoolMasterable master)
 {
     SetMaster(master);
     return(true);
 }
Exemplo n.º 3
0
 void IMultitoolSlaveable.SetMasterEditor(IMultitoolMasterable master)
 {
     SetMaster(master);
 }