This repository has been archived by the owner on Nov 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsettings_master_pokemon.pb.go
86 lines (59 loc) · 4.03 KB
/
settings_master_pokemon.pb.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
// Code generated by protoc-gen-go.
// source: settings_master_pokemon.proto
// DO NOT EDIT!
package protos
import proto "github.com/golang/protobuf/proto"
// Reference imports to suppress errors if they are not otherwise used.
var _ = proto.Marshal
// Ignoring public import of BadgeType from enums.proto
// Ignoring public import of TutorialState from enums.proto
// Ignoring public import of PokemonId from enums.proto
// Ignoring public import of PokemonMovementType from enums.proto
// Ignoring public import of Gender from enums.proto
// Ignoring public import of ActivityType from enums.proto
// Ignoring public import of CameraTarget from enums.proto
// Ignoring public import of PokemonFamilyId from enums.proto
// Ignoring public import of ItemCategory from enums.proto
// Ignoring public import of CameraInterpolation from enums.proto
// Ignoring public import of Platform from enums.proto
// Ignoring public import of TeamColor from enums.proto
// Ignoring public import of PokemonMove from enums.proto
// Ignoring public import of ItemEffect from enums.proto
// Ignoring public import of PokemonType from enums.proto
// Ignoring public import of HoloIapItemCategory from enums.proto
// Ignoring public import of PokemonRarity from enums.proto
type CameraAttributes struct {
DiskRadiusM float32 `protobuf:"fixed32,1,opt,name=disk_radius_m" json:"disk_radius_m,omitempty"`
CylinderRadiusM float32 `protobuf:"fixed32,2,opt,name=cylinder_radius_m" json:"cylinder_radius_m,omitempty"`
CylinderHeightM float32 `protobuf:"fixed32,3,opt,name=cylinder_height_m" json:"cylinder_height_m,omitempty"`
CylinderGroundM float32 `protobuf:"fixed32,4,opt,name=cylinder_ground_m" json:"cylinder_ground_m,omitempty"`
ShoulderModeScale float32 `protobuf:"fixed32,5,opt,name=shoulder_mode_scale" json:"shoulder_mode_scale,omitempty"`
}
func (m *CameraAttributes) Reset() { *m = CameraAttributes{} }
func (m *CameraAttributes) String() string { return proto.CompactTextString(m) }
func (*CameraAttributes) ProtoMessage() {}
type EncounterAttributes struct {
BaseCaptureRate float32 `protobuf:"fixed32,1,opt,name=base_capture_rate" json:"base_capture_rate,omitempty"`
BaseFleeRate float32 `protobuf:"fixed32,2,opt,name=base_flee_rate" json:"base_flee_rate,omitempty"`
CollisionRadiusM float32 `protobuf:"fixed32,3,opt,name=collision_radius_m" json:"collision_radius_m,omitempty"`
CollisionHeightM float32 `protobuf:"fixed32,4,opt,name=collision_height_m" json:"collision_height_m,omitempty"`
CollisionHeadRadiusM float32 `protobuf:"fixed32,5,opt,name=collision_head_radius_m" json:"collision_head_radius_m,omitempty"`
MovementType PokemonMovementType `protobuf:"varint,6,opt,name=movement_type,enum=POGOProtos.Enums.PokemonMovementType" json:"movement_type,omitempty"`
MovementTimerS float32 `protobuf:"fixed32,7,opt,name=movement_timer_s" json:"movement_timer_s,omitempty"`
JumpTimeS float32 `protobuf:"fixed32,8,opt,name=jump_time_s" json:"jump_time_s,omitempty"`
AttackTimerS float32 `protobuf:"fixed32,9,opt,name=attack_timer_s" json:"attack_timer_s,omitempty"`
}
func (m *EncounterAttributes) Reset() { *m = EncounterAttributes{} }
func (m *EncounterAttributes) String() string { return proto.CompactTextString(m) }
func (*EncounterAttributes) ProtoMessage() {}
type StatsAttributes struct {
BaseStamina int32 `protobuf:"varint,1,opt,name=base_stamina" json:"base_stamina,omitempty"`
BaseAttack int32 `protobuf:"varint,2,opt,name=base_attack" json:"base_attack,omitempty"`
BaseDefense int32 `protobuf:"varint,3,opt,name=base_defense" json:"base_defense,omitempty"`
DodgeEnergyDelta int32 `protobuf:"varint,8,opt,name=dodge_energy_delta" json:"dodge_energy_delta,omitempty"`
}
func (m *StatsAttributes) Reset() { *m = StatsAttributes{} }
func (m *StatsAttributes) String() string { return proto.CompactTextString(m) }
func (*StatsAttributes) ProtoMessage() {}
func init() {
}