package at.hannibal2.skyhanni.data object PetAPI { // Contains color code + name and for older SkyHanni users maybe also the pet level var currentPet: String? get() = ProfileStorageData.profileSpecific?.currentPet set(value) { ProfileStorageData.profileSpecific?.currentPet = value } }