MLAPI/MLAPI/Attributes/TargetRpc.cs
2018-04-20 12:33:53 +02:00

11 lines
147 B
C#

using System;
namespace MLAPI.Attributes
{
[AttributeUsage(AttributeTargets.Method)]
public class TargetRpc : Attribute
{
}
}