9 lines
159 B
C#
9 lines
159 B
C#
using System;
|
|
|
|
namespace ET
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
|
|
public class EntitySystemAttribute: BaseAttribute
|
|
{
|
|
}
|
|
} |