Implement DebugLog ability action

This commit is contained in:
KingRainbow44
2023-08-13 19:40:59 -04:00
Unverified
parent 12ac5b32d3
commit 543749bc9f
2 changed files with 21 additions and 0 deletions
@@ -346,6 +346,8 @@ public class AbilityModifier implements Serializable {
public int[] callParamList;
public String funcName;
public String content;
public enum LuaCallType {
FromGroup,
CurGalleryControlGroup,