public static void RemoveRPCs(PhotonView targetPhotonView) { if (VerifyCanUseNetwork()) { networkingPeer.CleanRpcBufferIfMine(targetPhotonView); } }