view game/PieceType.java @ 128:584a226318b0

Add AnimatedPointElement class to the build.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 24 Nov 2011 21:09:27 +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 }