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