view game/PieceType.java @ 41:a5fd4f74a767

Rename some variables.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 19 Feb 2011 03:05:13 +0200
parents be0bf7544069
children d6d92845d6a2
line wrap: on
line source

/*
 * Ristipolku
 * (C) Copyright 2011 Matti 'ccr' Hämäläinen <ccr@tnsp.org>
 */
package game;

public enum PieceType { START, LOCKED, ACTIVE, NONE }