using System.Collections.Generic; namespace CMSGame { public abstract class Skill { public string Name; public List Effects; } }