mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 19:34:47 +00:00
7 lines
159 B
C#
7 lines
159 B
C#
|
namespace GAS.Runtime
|
|||
|
{
|
|||
|
public class GASEvents
|
|||
|
{
|
|||
|
public static AttributeChangedEvent AttributeChanged = new AttributeChangedEvent();
|
|||
|
}
|
|||
|
}
|