コード例 #1
0
ファイル: PhotonNetwork.cs プロジェクト: patel22p/dorumon
    /// <summary>
    /// Remove ALL buffered RPCs of this player
    /// </summary>
    public static void RemoveRPCs()
    {
        if (!VerifyCanUseNetwork())
        {
            return;
        }

        networkingPeer.RemoveRPCsOfLocalPlayer();
    }