Ejemplo n.º 1
0
 private void ListenForRoll()
 {
     if (playerInput.AttemptRoll)
     {
         roll.Cast(otherPlayer);
     }
 }
Ejemplo n.º 2
0
 private void RPCRoll()
 {
     roll.Cast(otherPlayer);
 }