11 lines
184 B
C#
11 lines
184 B
C#
using System;
|
|
|
|
namespace UnityEngine.Networking
|
|
{
|
|
// Token: 0x02000010 RID: 16
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public class ClientCallbackAttribute : Attribute
|
|
{
|
|
}
|
|
}
|