📄 commandword.java
字号:
/** * Representations for all the valid command words for the game. * * @author Michael Kolling and David J. Barnes * @version 2006.03.30 */public enum CommandWord{ // A value for each command word, plus one for unrecognised // commands. GO, QUIT, HELP, UNKNOWN;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -