Beispiel #1
0
    // SYNC DICE ROLL

    public static void SyncDiceResults()
    {
        if (IsServer)
        {
            CurrentPlayer.CmdSyncDiceResults();
        }
    }