view game/PieceType.java @ 155:1ba6f56203f2

Disable FPS counter for now.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Apr 2013 20:35:05 +0300
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 }