摘要: package asd; import com.rupeng.game.GameCore; public class ty implements Runnable { public static void main(String[] args){ GameCore.start(new ty()); } public void run() { ... 阅读全文
posted @ 2017-10-22 19:10 GJ77 阅读(203) 评论(0) 推荐(0)