view game/PieceType.java @ 157:0425485836d8

Added README.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 18 Dec 2013 04:32:23 +0200
parents d6d92845d6a2
children
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 }