public static void SetReceivingEnabled(NetworkPlayer player, int group, bool enabled) { Network.INTERNAL_CALL_SetReceivingEnabled(ref player, group, enabled); }