mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 03:14:47 +00:00
10 lines
180 B
C#
10 lines
180 B
C#
namespace GASSamples.Scripts.Game
|
|
{
|
|
public enum GameEvent : int
|
|
{
|
|
OnCueAdd = 0,
|
|
OnCueRemove = 1,
|
|
OnCueExecute = 2,
|
|
OnAbilityEnd = 3,
|
|
}
|
|
} |