?? game.java
字號(hào):
package com.croftsoft.apps.mars.model; import com.croftsoft.core.animation.clock.Timekeeper; import com.croftsoft.apps.mars.ai.TankOperator; /********************************************************************* * Interface for a Game object. * * @version * 2003-04-17 * @since * 2003-04-14 * @author * <a href="http://www.croftsoft.com/">David Wallace Croft</a> *********************************************************************/ public interface Game extends GameAccessor ////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// { public Tank getPlayerTank ( ); public double getTimeFactorDefault ( ); public Timekeeper getTimekeeper ( ); // public void update ( ); ////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// }
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -