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

10 lines
101 B
Java
Raw Normal View History

2018-07-06 15:30:00 +02:00
package com.eu.habbo.habbohotel.catalog;
2019-05-26 20:14:53 +02:00
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
}