forked from Eauldane/SnowcloakServer
4 lines
143 B
C#
4 lines
143 B
C#
namespace MareSynchronosShared.Utils;
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class RemoteConfigurationAttribute : Attribute { } |