content.java.svn-base
来自「一个JAVA程序员的游戏」· SVN-BASE 代码 · 共 18 行
SVN-BASE
18 行
/*
* Content.java
*
* Created on 28. Dezember 2006, 18:09
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
package kanjitori.map;
/**
* Content enumerates the possible contents of a map grid position. Note that
* the player has "free" movement and is not listed here.
*
* @author Pirx
*/
public enum Content {SOLID, EMPTY, BOT, ITEM};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?