11 lines
147 B
C#
11 lines
147 B
C#
using System;
|
|
|
|
namespace MLAPI.Attributes
|
|
{
|
|
[AttributeUsage(AttributeTargets.Method)]
|
|
public class TargetRpc : Attribute
|
|
{
|
|
|
|
}
|
|
}
|