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

11 lines
176 B
C#

using System;
namespace UnityEngine.Networking
{
// Token: 0x0200000F RID: 15
[AttributeUsage(AttributeTargets.Method)]
public class ClientAttribute : Attribute
{
}
}