6 lines
137 B
C#
6 lines
137 B
C#
namespace W542.GandalfReborn.Data.Entities;
|
|
|
|
[AttributeUsage(AttributeTargets.Property)]
|
|
public class ContentKeyAttribute : Attribute
|
|
{
|
|
} |