Beispiel #1
0
 public void OnImplodeAll(InteractableStateArgs obj)
 {
     if (obj.NewInteractableState == InteractableState.ActionState)
     {
         _mMainManager.ChangeCurrentAssemblyPosition(0);
     }
 }