| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Proto.POGOProtos.Settings.Master.Item.FoodAttributes
Documentation
data FoodAttributes Source #
Constructors
| FoodAttributes | |
Instances
| Eq FoodAttributes Source # | |
| Show FoodAttributes Source # | |
| Default FoodAttributes Source # | |
| Message FoodAttributes Source # | |
| HasField "growthPercent" FoodAttributes FoodAttributes Source # | |
| HasField "itemEffect" FoodAttributes FoodAttributes Source # | |
| HasField "itemEffectPercent" FoodAttributes FoodAttributes Source # | |
| type Field "growthPercent" FoodAttributes Source # | |
| type Field "itemEffect" FoodAttributes Source # | |
| type Field "itemEffectPercent" FoodAttributes Source # | |
growthPercent :: forall msg msg'. HasField "growthPercent" msg msg' => Lens msg msg' (Field "growthPercent" msg) (Field "growthPercent" msg') Source #