🆙 missing variables

This commit is contained in:
duckietm
2026-03-16 12:39:59 +01:00
parent cfb000f0f8
commit 79c2bdd5d5
@@ -49,4 +49,20 @@ public class RoomUserPetComposer extends MessageComposer {
this.response.appendString("");
return this.response;
}
public int getPetType() {
return petType;
}
public int getRace() {
return race;
}
public String getColor() {
return color;
}
public Habbo getHabbo() {
return habbo;
}
}