Пример #1
0
 void Execute()
 {
     LuaFuntionUtil.LuaEventEmit("ExcuteCard", cardUid, BattleManager.Instance.GetSelectParam());
 }
Пример #2
0
 public void Init()
 {
     LuaFuntionUtil.LuaEventRegister("PerfomerPushNode", PushNode);
 }