4 lines
142 B
C#
4 lines
142 B
C#
namespace LightlessSyncShared.Utils;
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class RemoteConfigurationAttribute : Attribute { } |