Files
SnowcloakServer/MareSynchronosServer/MareSynchronosShared/Utils/RemoteConfigurationAttribute.cs

4 lines
143 B
C#
Raw Normal View History

2025-08-22 11:55:35 +01:00
namespace MareSynchronosShared.Utils;
[AttributeUsage(AttributeTargets.Property)]
public class RemoteConfigurationAttribute : Attribute { }