Example #1
0
 /**
 * Fonctions pour lancer un objet pour Jekyll
 */
 public void throwItem(Launch cible, GamePadState pad)
 {
     if (this._isThrowing)
     {
         cible.CiblePos(this._hitBox.X, this._hitBox.Y, pad);
     }
 }