相关代码 |
|
/* * 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};
相关资源 |
|