Fight/GameActor/BattleEffectPlayRule.cs
@@ -1,7 +1,9 @@ using System.Collections.Generic; using UnityEngine; [XLua.LuaCallCSharp] public class BattleEffectPlayRule : Singleton<BattleEffectPlayRule> { public List<uint> sortPlayerList = new List<uint>();