[Java] java星际争霸1 →→→→→进入此内容的聊天室

来自 , 2021-03-04, 写在 Java, 查看 112 次.
URL http://www.code666.cn/view/4b0a59dd
  1. package test;
  2.  
  3. import java.awt.Graphics2D;
  4.  
  5. import core.GameCore;
  6.  
  7. @SuppressWarnings("serial")
  8. public class MyTestGameCore extends GameCore {
  9.  
  10.         @Override
  11.         public void draw(Graphics2D g) {
  12.  
  13.         }
  14.  
  15.         public void update(long elapsedTime) {
  16.          
  17.         }
  18.  
  19.         public static void main(String[] args) {
  20.  
  21.                 new MyTestGameCore().run();
  22.         }
  23.  
  24. }
  25.  

回复 "java星际争霸1"

这儿你可以回复上面这条便签

captcha