gandalf-reborn/Data/Entities/ContentKeyAttribute.cs
2025-03-02 12:51:02 +01:00

6 lines
137 B
C#

namespace W542.GandalfReborn.Data.Entities;
[AttributeUsage(AttributeTargets.Property)]
public class ContentKeyAttribute : Attribute
{
}