BIG FIX XD
This commit is contained in:
10
Attributes/NoServerRelayAttribute.cs
Normal file
10
Attributes/NoServerRelayAttribute.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
|
||||
namespace KCM.Attributes
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
|
||||
public class NoServerRelayAttribute : Attribute
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user