Arcturus-Community/src/main/java/com/eu/habbo/habbohotel/catalog/CatalogPageType.java

11 lines
101 B
Java
Raw Normal View History

2018-07-06 15:30:00 +02:00
package com.eu.habbo.habbohotel.catalog;
public enum CatalogPageType
{
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
NORMAL,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
BUILDER
}