9 lines
155 B
C#
9 lines
155 B
C#
|
using System;
|
|||
|
|
|||
|
namespace ET
|
|||
|
{
|
|||
|
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
|
|||
|
public class ObjectSystemAttribute: BaseAttribute
|
|||
|
{
|
|||
|
}
|
|||
|
}
|