7 lines
159 B
C#
Raw Normal View History

namespace GAS.Runtime
{
public class GASEvents
{
public static AttributeChangedEvent AttributeChanged = new AttributeChangedEvent();
}
}