2024-10-18 03:16:09 +08:00

7 lines
159 B
C#

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