POGOProtos.Settings.InventorySettings.proto Maven / Gradle / Ivy
syntax = "proto3";
package POGOProtos.Settings;
message InventorySettings {
int32 max_pokemon = 1;
int32 max_bag_items = 2;
int32 base_pokemon = 3;
int32 base_bag_items = 4;
int32 base_eggs = 5;
int32 max_team_changes = 6;
int64 team_change_item_reset_period_in_days = 7;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy