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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Settings.Master.Item.ReviveAttributes

Documentation

data ReviveAttributes #

Instances

Eq ReviveAttributes # 
Show ReviveAttributes # 
Message ReviveAttributes # 

Methods

descriptor :: MessageDescriptor ReviveAttributes

Default ReviveAttributes # 
HasField "staPercent" ReviveAttributes ReviveAttributes # 

Methods

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

type Field "staPercent" ReviveAttributes # 
type Field "staPercent" ReviveAttributes = Float

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