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

13 lines
233 B
C#

using System;
namespace UnityEngine.Networking
{
// Token: 0x02000009 RID: 9
[AttributeUsage(AttributeTargets.Method)]
public class CommandAttribute : Attribute
{
// Token: 0x0400004D RID: 77
public int channel = 0;
}
}