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