#pragma warning disable 1587
/// \file
/// Reimplements a RPC Attribute, as it's no longer in all versions of the UnityEngine assembly.
#pragma warning restore 1587
using System;
/// Replacement for RPC attribute with different name. Used to flag methods as remote-callable.
public class PunRPC : Attribute
{
}