Exemple #1
0
    /// <summary>
    /// Remove ALL buffered RPCs of this player
    /// </summary>
    public static void RemoveRPCs()
    {
        if (!VerifyCanUseNetwork())
        {
            return;
        }

        networkingPeer.RemoveRPCsOfLocalPlayer();
    }