static public List <SkillInfo> Load(string filename) { return(CsvFile <SkillInfo> .Load(filename, delegate() { return new SkillInfo(); })); }