9 lines
132 B
C#
9 lines
132 B
C#
namespace FlowerPower
|
|
{
|
|
public enum GemCrushState
|
|
{
|
|
STATE_NONE,
|
|
STATE_LOADING,
|
|
STATE_LOADED,
|
|
}
|
|
} |