Exemplo n.º 1
0
 private void HitAnimation()
 {
     if (controllerToUse != null)
     {
         controllerToUse.HitAnimation();
     }
 }