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

11 lines
176 B
C#

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