Esempio n. 1
0
 private void OnDisable()
 {
     if (Action != null)
     {
         Action.RemoveOnUpdateListener(OnVector2Update, Hand.handType);
     }
 }