using System.Collections.Generic; namespace Gameplay.Skill { public class SkillLogicData { public int skillId; public List actionList; } }