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

11 lines
184 B
C#

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