13 lines
233 B
C#
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;
|
|
}
|
|
}
|