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