摘要: public class Follower { private List<Skill> skillList; Dictionary<string, Item> itemList = new Dictionary<string, Item>(); public List<Skill> SkillList { get { return this.skillList; } } public Dictionary<string, Item> ItemList { get { return this.itemList; } }如上是追随者的结构 阅读全文
posted @ 2013-04-13 14:47 鞠强 阅读(943) 评论(0) 推荐(0) 编辑

hello

world