摘要: 1 /*造人*/ 2 public class Tman { 3 public int id; 4 public String name; 5 public int age; 6 public String city; 7 public String introduce() { 8 return + 阅读全文
posted @ 2017-11-06 22:57 So.cool 阅读(222) 评论(0) 推荐(0) 编辑
摘要: /*游戏引擎包,播放音乐*/ import com.rupeng.game.GameCore; public class Mc implements Runnable{ public static void main(String[] args) { GameCore.start(new Mc()); } public void run() { GameCor... 阅读全文
posted @ 2017-11-06 22:45 So.cool 阅读(180) 评论(0) 推荐(0) 编辑