/// <summary> /// Remove ALL buffered RPCs of this player /// </summary> public static void RemoveRPCs() { if (!VerifyCanUseNetwork()) { return; } networkingPeer.RemoveRPCsOfLocalPlayer(); }