view game/PieceType.java @ 159:570e4e0e2205

Added signature for changeset 03b56b5d49ac
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 21 Dec 2013 00:18:37 +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 }