Files
2026-06-04 11:42:34 +02:00

13 lines
236 B
C#

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