package skill import "go_dreamfactory/modules/battle/fight/core" type SkillBase struct { AfterSkillList []*core.ComSkillAfterAtk }