11 lines
184 B
C#
11 lines
184 B
C#
using System;
|
|
|
|
namespace UnityEngine.Networking
|
|
{
|
|
// Token: 0x0200000E RID: 14
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public class ServerCallbackAttribute : Attribute
|
|
{
|
|
}
|
|
}
|