6 lines
137 B
C#
6 lines
137 B
C#
namespace Ghost.Core.Attributes;
|
|
|
|
[AttributeUsage(AttributeTargets.Assembly)]
|
|
public sealed class EngineAssemblyAttribute : Attribute
|
|
{
|
|
} |