11 lines
176 B
C#
11 lines
176 B
C#
using System;
|
|
|
|
namespace UnityEngine.Networking
|
|
{
|
|
// Token: 0x0200000F RID: 15
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public class ClientAttribute : Attribute
|
|
{
|
|
}
|
|
}
|