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