8 lines
208 B
C#
8 lines
208 B
C#
using System;
|
|
|
|
namespace Cryville.Common.Pdt {
|
|
public class ElementListAttribute : Attribute { }
|
|
public class ComponentListAttribute : Attribute { }
|
|
public class PropertyListAttribute : Attribute { }
|
|
}
|