summary refs log tree commit diff stats
path: root/src/com/fourisland/fourpuzzle/Layer.java
blob: 88b53ed486b5af7352250378144f936cb11ec4fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package com.fourisland.fourpuzzle;

/**
 *
 * @author hatkirby
 */
public enum Layer {
    Above,
    Middle,
    Below
}