Example #1
0
 void SendEvent(HumanoidControl humanCtrl, int eventValue)
 {
     if (humanCtrl != null)
     {
         humanCtrl.HandleEvent(eventValue);
     }
 }