BIG FIX XD

This commit is contained in:
2025-12-13 19:12:53 +01:00
parent cb6fd3a727
commit 0776da883f
12 changed files with 717 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
using System;
namespace KCM.Attributes
{
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public class NoServerRelayAttribute : Attribute
{
}
}