예제 #1
0
 public void RPC_Fight(int amount)
 {
     if (PhotonNetwork.IsMasterClient)
     {
         virus.Hit(amount);
     }
 }