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

117 lines
841 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 CatalogPageLayouts {
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
default_3x3,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
guild_furni,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
guilds,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
guild_forum,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
info_duckets,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
info_rentables,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
info_loyalty,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
loyalty_vip_buy,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
bots,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
pets,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
pets2,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
pets3,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
club_gift,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
frontpage,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
badge_display,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
spaces_new,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
soundmachine,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
info_pets,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
club_buy,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
roomads,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
trophies,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
single_bundle,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
marketplace,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
marketplace_own_items,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
recycler,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
recycler_info,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
recycler_prizes,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
sold_ltd_items,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
plasto,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
default_3x3_color_grouping,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
recent_purchases,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
room_bundle,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
petcustomization,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
root,
2018-07-08 23:32:00 +02:00
2018-07-06 15:30:00 +02:00
vip_buy,
frontpage_featured,
builders_club_addons,
builders_club_frontpage,
builders_club_loyalty
}