摘要:
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
鞠强
阅读(984)
评论(0)
推荐(0)

浙公网安备 33010602011771号