view game/PieceType.java @ 201:bd3cde4bc15c

Add a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Apr 2019 12:58:17 +0300
parents e8eeac403e5f
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 }