一个JAVA程序员的游戏

源代码在线查看: content.java

软件大小: 17094 K
上传用户: foresnake
关键词: JAVA 程序员
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*
				 * 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};			

相关资源