amazfitbiptools/WatchFace.Parser/Attributes/ParameterImageIndexAttribut...

7 lines
169 B
C#

using System;
namespace WatchFace.Parser.Attributes
{
[AttributeUsage(AttributeTargets.Property)]
public class ParameterImageIndexAttribute : Attribute { }
}