Files
SnowcloakServer/MareSynchronosServer/MareSynchronosShared/Utils/RemoteConfigurationAttribute.cs
Eauldane b21d2a685e Initial
2025-08-22 11:55:35 +01:00

4 lines
143 B
C#

namespace MareSynchronosShared.Utils;
[AttributeUsage(AttributeTargets.Property)]
public class RemoteConfigurationAttribute : Attribute { }