Exemple #1
0
 public override void PlayerServerInput(InputState inputState, BasePlayer player)
 {
     if (!(player != _mounted) && (bool)animal)
     {
         animal.RiderInput(inputState, player);
     }
 }