mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2025-03-04 09:22:36 +01:00
9 lines
107 B
Java
9 lines
107 B
Java
|
package com.eu.habbo.habbohotel.guides;
|
||
|
|
||
|
public enum GuideRecommendStatus
|
||
|
{
|
||
|
UNKNOWN,
|
||
|
YES,
|
||
|
NO
|
||
|
}
|