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

Safe HaskellNone
LanguageHaskell2010

Proto.POGOProtos.Settings.Master.Item.FortModifierAttributes

Documentation

data FortModifierAttributes #

Instances

Eq FortModifierAttributes # 
Show FortModifierAttributes # 
Message FortModifierAttributes # 

Methods

descriptor :: MessageDescriptor FortModifierAttributes

Default FortModifierAttributes # 
HasField "modifierLifetimeSeconds" FortModifierAttributes FortModifierAttributes # 

Methods

field :: ProxySym "modifierLifetimeSeconds" -> Lens FortModifierAttributes FortModifierAttributes (Field "modifierLifetimeSeconds" FortModifierAttributes) (Field "modifierLifetimeSeconds" FortModifierAttributes)

HasField "troyDiskNumPokemonSpawned" FortModifierAttributes FortModifierAttributes # 

Methods

field :: ProxySym "troyDiskNumPokemonSpawned" -> Lens FortModifierAttributes FortModifierAttributes (Field "troyDiskNumPokemonSpawned" FortModifierAttributes) (Field "troyDiskNumPokemonSpawned" FortModifierAttributes)

type Field "modifierLifetimeSeconds" FortModifierAttributes # 
type Field "modifierLifetimeSeconds" FortModifierAttributes = Int32
type Field "troyDiskNumPokemonSpawned" FortModifierAttributes # 
type Field "troyDiskNumPokemonSpawned" FortModifierAttributes = Int32

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

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