using System; namespace UnityEngine.Networking { // Token: 0x0200000A RID: 10 [AttributeUsage(AttributeTargets.Method)] public class ClientRpcAttribute : Attribute { // Token: 0x0400004E RID: 78 public int channel = 0; } }