run in this way,   no why,   only for you heart
CSDN博客(点击进入) CSDN
51CTO(点击进入) 51CTO
摘要: 需求 游戏功能 游戏玩家类/** * 玩家类 * * @author hp * */public class Player { private int levelNo;// 玩家当前级别 private int currrScore;// 玩家积分 private... 阅读全文
posted @ 2017-08-05 21:44 _小龙人 阅读(150) 评论(0) 推荐(0)
摘要: 需求 游戏功能 游戏玩家类/** * 玩家类 * * @author hp * */public class Player { private int levelNo;// 玩家当前级别 private int currrScore;// 玩家积分 ... 阅读全文
posted @ 2017-08-05 21:44 _小龙人 阅读(95) 评论(0) 推荐(0)