📄 game.java
字号:
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 ( ); ////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -