pokemon-go-protobuf-types-0.1.0.0: Haskell types for the Pokemon Go protobuf protocol.

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Settings.Master.Item.BattleAttributes

Documentation

data BattleAttributes #

Instances

Eq BattleAttributes # 
Show BattleAttributes # 
Message BattleAttributes # 

Methods

descriptor :: MessageDescriptor BattleAttributes

Default BattleAttributes # 
HasField "staPercent" BattleAttributes BattleAttributes # 

Methods

field :: ProxySym "staPercent" -> Lens BattleAttributes BattleAttributes (Field "staPercent" BattleAttributes) (Field "staPercent" BattleAttributes)

type Field "staPercent" BattleAttributes # 
type Field "staPercent" BattleAttributes = Float

staPercent :: forall msg msg'. HasField "staPercent" msg msg' => Lens msg msg' (Field "staPercent" msg) (Field "staPercent" msg') #