Exemple #1
0
 private void ListenForRoll()
 {
     if (playerInput.AttemptRoll)
     {
         roll.Cast(otherPlayer);
     }
 }
Exemple #2
0
 private void RPCRoll()
 {
     roll.Cast(otherPlayer);
 }