diff --git a/docs/README.md b/docs/README.md
index 7d64628..16f506b 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -72,6 +72,12 @@
- [ContractEvaluationBatch](#ei-ContractEvaluationBatch)
- [ContractEvaluationBatch.Pair](#ei-ContractEvaluationBatch-Pair)
- [ContractPlayerInfo](#ei-ContractPlayerInfo)
+ - [ContractPlayerInfo.SeasonProgress](#ei-ContractPlayerInfo-SeasonProgress)
+ - [ContractSeasonGoal](#ei-ContractSeasonGoal)
+ - [ContractSeasonInfo](#ei-ContractSeasonInfo)
+ - [ContractSeasonInfo.GoalSet](#ei-ContractSeasonInfo-GoalSet)
+ - [ContractSeasonInfos](#ei-ContractSeasonInfos)
+ - [ContractSeasonRewardConfirmationRequest](#ei-ContractSeasonRewardConfirmationRequest)
- [ContractSimConfig](#ei-ContractSimConfig)
- [ContractSimConfig.ContractGradeSimConfig](#ei-ContractSimConfig-ContractGradeSimConfig)
- [ContractSimConfig.ContractGradeSimConfig.GoalParams](#ei-ContractSimConfig-ContractGradeSimConfig-GoalParams)
@@ -112,6 +118,7 @@
- [GetPeriodicalsRequest](#ei-GetPeriodicalsRequest)
- [GiftPlayerCoopRequest](#ei-GiftPlayerCoopRequest)
- [IAPSaleEntry](#ei-IAPSaleEntry)
+ - [IdleSessionSummary](#ei-IdleSessionSummary)
- [InGameMail](#ei-InGameMail)
- [InventorySlot](#ei-InventorySlot)
- [JoinCoopRequest](#ei-JoinCoopRequest)
@@ -1686,6 +1693,7 @@
| hide_cc_status | [bool](#bool) | optional | |
| production_params | [FarmProductionParams](#ei-FarmProductionParams) | optional | |
| farm_info | [PlayerFarmInfo](#ei-PlayerFarmInfo) | optional | |
+| last_idle_summary | [IdleSessionSummary](#ei-IdleSessionSummary) | optional | |
| egg_laying_rate_buff | [double](#double) | optional | Default: 1 |
| earnings_buff | [double](#double) | optional | Default: 1 |
@@ -1812,6 +1820,109 @@
| last_evaluation_time | [double](#double) | optional | |
| last_evaluation_version | [string](#string) | optional | |
| unread_evaluations | [ContractEvaluation](#ei-ContractEvaluation) | repeated | |
+| season_progress | [ContractPlayerInfo.SeasonProgress](#ei-ContractPlayerInfo-SeasonProgress) | repeated | |
+
+
+
+
+
+
+
+
+### ContractPlayerInfo.SeasonProgress
+
+
+
+| Field | Type | Label | Description |
+| ----- | ---- | ----- | ----------- |
+| season_id | [string](#string) | optional | |
+| active | [bool](#bool) | optional | |
+| starting_grade | [Contract.PlayerGrade](#ei-Contract-PlayerGrade) | optional | |
+| total_cxp | [double](#double) | optional | |
+| cxp_last_reward_given | [double](#double) | optional | |
+
+
+
+
+
+
+
+
+### ContractSeasonGoal
+
+
+
+| Field | Type | Label | Description |
+| ----- | ---- | ----- | ----------- |
+| cxp | [double](#double) | optional | |
+| reward_type | [RewardType](#ei-RewardType) | optional | |
+| reward_sub_type | [string](#string) | optional | |
+| reward_amount | [double](#double) | optional | |
+
+
+
+
+
+
+
+
+### ContractSeasonInfo
+
+
+
+| Field | Type | Label | Description |
+| ----- | ---- | ----- | ----------- |
+| id | [string](#string) | optional | |
+| name | [string](#string) | optional | |
+| grade_goals | [ContractSeasonInfo.GoalSet](#ei-ContractSeasonInfo-GoalSet) | repeated | |
+
+
+
+
+
+
+
+
+### ContractSeasonInfo.GoalSet
+
+
+
+| Field | Type | Label | Description |
+| ----- | ---- | ----- | ----------- |
+| grade | [Contract.PlayerGrade](#ei-Contract-PlayerGrade) | optional | |
+| goals | [ContractSeasonGoal](#ei-ContractSeasonGoal) | repeated | |
+
+
+
+
+
+
+
+
+### ContractSeasonInfos
+
+
+
+| Field | Type | Label | Description |
+| ----- | ---- | ----- | ----------- |
+| infos | [ContractSeasonInfo](#ei-ContractSeasonInfo) | repeated | |
+
+
+
+
+
+
+
+
+### ContractSeasonRewardConfirmationRequest
+
+
+
+| Field | Type | Label | Description |
+| ----- | ---- | ----- | ----------- |
+| rinfo | [BasicRequestInfo](#ei-BasicRequestInfo) | optional | |
+| season_id | [string](#string) | optional | |
+| goal | [ContractSeasonGoal](#ei-ContractSeasonGoal) | optional | |
@@ -1980,6 +2091,7 @@
| total_eop | [double](#double) | optional | |
| server_time | [double](#double) | optional | |
| max_eop | [uint32](#uint32) | optional | Default: 1000 |
+| current_season | [ContractSeasonInfo](#ei-ContractSeasonInfo) | optional | |
@@ -2573,6 +2685,28 @@
+
+
+### IdleSessionSummary
+
+
+
+| Field | Type | Label | Description |
+| ----- | ---- | ----- | ----------- |
+| time_away | [double](#double) | optional | |
+| time_simulated | [double](#double) | optional | |
+| silos_owned | [uint32](#uint32) | optional | |
+| average_elr | [double](#double) | optional | |
+| average_msr | [double](#double) | optional | |
+| average_egg_delivery_rate | [double](#double) | optional | |
+| last_egg_delivery_rate | [double](#double) | optional | |
+| farm_index | [uint32](#uint32) | optional | |
+
+
+
+
+
+
### InGameMail
diff --git a/docs/index.html b/docs/index.html
index 36a63ab..a280857 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -450,6 +450,30 @@
Table of Contents
MContractPlayerInfo
+
+ MContractPlayerInfo.SeasonProgress
+
+
+
+ MContractSeasonGoal
+
+
+
+ MContractSeasonInfo
+
+
+
+ MContractSeasonInfo.GoalSet
+
+
+
+ MContractSeasonInfos
+
+
+
+ MContractSeasonRewardConfirmationRequest
+
+
MContractSimConfig
@@ -610,6 +634,10 @@ Table of Contents
MIAPSaleEntry
+
+ MIdleSessionSummary
+
+
MInGameMail
@@ -6106,6 +6134,13 @@ ContractCoopStatusUpdateRequest
|
+
+ last_idle_summary |
+ IdleSessionSummary |
+ optional |
+ |
+
+
egg_laying_rate_buff |
double |
@@ -6583,6 +6618,241 @@ ContractPlayerInfo
|
+
+ season_progress |
+ ContractPlayerInfo.SeasonProgress |
+ repeated |
+ |
+
+
+
+
+
+
+
+
+
+ ContractPlayerInfo.SeasonProgress
+
+
+
+
+
+ Field | Type | Label | Description |
+
+
+
+
+ season_id |
+ string |
+ optional |
+ |
+
+
+
+ active |
+ bool |
+ optional |
+ |
+
+
+
+ starting_grade |
+ Contract.PlayerGrade |
+ optional |
+ |
+
+
+
+ total_cxp |
+ double |
+ optional |
+ |
+
+
+
+ cxp_last_reward_given |
+ double |
+ optional |
+ |
+
+
+
+
+
+
+
+
+
+ ContractSeasonGoal
+
+
+
+
+
+ Field | Type | Label | Description |
+
+
+
+
+ cxp |
+ double |
+ optional |
+ |
+
+
+
+ reward_type |
+ RewardType |
+ optional |
+ |
+
+
+
+ reward_sub_type |
+ string |
+ optional |
+ |
+
+
+
+ reward_amount |
+ double |
+ optional |
+ |
+
+
+
+
+
+
+
+
+
+ ContractSeasonInfo
+
+
+
+
+
+
+
+
+
+ ContractSeasonInfo.GoalSet
+
+
+
+
+
+
+
+
+
+ ContractSeasonInfos
+
+
+
+
+
+
+
+
+
+ ContractSeasonRewardConfirmationRequest
+
+
+
+
@@ -6949,6 +7219,13 @@ ContractsResponse
Default: 1000 |
+
+ current_season |
+ ContractSeasonInfo |
+ optional |
+ |
+
+
@@ -8635,6 +8912,79 @@ IAPSaleEntry
+ IdleSessionSummary
+
+
+
+
+
+ Field | Type | Label | Description |
+
+
+
+
+ time_away |
+ double |
+ optional |
+ |
+
+
+
+ time_simulated |
+ double |
+ optional |
+ |
+
+
+
+ silos_owned |
+ uint32 |
+ optional |
+ |
+
+
+
+ average_elr |
+ double |
+ optional |
+ |
+
+
+
+ average_msr |
+ double |
+ optional |
+ |
+
+
+
+ average_egg_delivery_rate |
+ double |
+ optional |
+ |
+
+
+
+ last_egg_delivery_rate |
+ double |
+ optional |
+ |
+
+
+
+ farm_index |
+ uint32 |
+ optional |
+ |
+
+
+
+
+
+
+
+
+
InGameMail
diff --git a/ei.proto b/ei.proto
index 348bd9d..9eb9699 100644
--- a/ei.proto
+++ b/ei.proto
@@ -577,6 +577,34 @@ message Contract {
}
}
+message ContractSeasonGoal {
+ optional double cxp = 1;
+ optional RewardType reward_type = 3;
+ optional string reward_sub_type = 4;
+ optional double reward_amount = 5;
+}
+
+message ContractSeasonRewardConfirmationRequest {
+ optional BasicRequestInfo rinfo = 1;
+ optional string season_id = 2;
+ optional ContractSeasonGoal goal = 3;
+}
+
+message ContractSeasonInfo {
+ optional string id = 1;
+ optional string name = 3;
+
+ repeated GoalSet grade_goals = 2;
+ message GoalSet {
+ optional Contract.PlayerGrade grade = 1;
+ repeated ContractSeasonGoal goals = 2;
+ }
+}
+
+message ContractSeasonInfos {
+ repeated ContractSeasonInfo infos = 1;
+}
+
message ContractPlayerInfo {
optional Contract.PlayerGrade grade = 1;
optional double total_cxp = 2;
@@ -601,6 +629,15 @@ message ContractPlayerInfo {
optional double last_evaluation_time = 4;
optional string last_evaluation_version = 5;
repeated ContractEvaluation unread_evaluations = 6;
+
+ repeated SeasonProgress season_progress = 15;
+ message SeasonProgress {
+ optional string season_id = 1;
+ optional bool active = 2;
+ optional Contract.PlayerGrade starting_grade = 3;
+ optional double total_cxp = 4;
+ optional double cxp_last_reward_given = 5;
+ }
}
message ContractEvaluation {
@@ -747,6 +784,7 @@ message ContractsResponse {
optional double total_eop = 5;
optional double server_time = 2;
optional uint32 max_eop = 3 [default = 1000];
+ optional ContractSeasonInfo current_season = 7;
}
message ContractCoopStatusRequest {
@@ -1086,6 +1124,17 @@ message KickPlayerCoopRequest {
optional uint32 client_version = 7;
}
+message IdleSessionSummary {
+ optional double time_away = 1;
+ optional double time_simulated = 2;
+ optional uint32 silos_owned = 3;
+ optional double average_elr = 4;
+ optional double average_msr = 5;
+ optional double average_egg_delivery_rate = 6;
+ optional double last_egg_delivery_rate = 8;
+ optional uint32 farm_index = 7;
+}
+
message ContractCoopStatusUpdateRequest {
optional BasicRequestInfo rinfo = 12;
optional string user_id = 1;
@@ -1102,6 +1151,7 @@ message ContractCoopStatusUpdateRequest {
optional bool hide_cc_status = 17;
optional FarmProductionParams production_params = 14;
optional PlayerFarmInfo farm_info = 16;
+ optional IdleSessionSummary last_idle_summary = 18;
optional double egg_laying_rate_buff = 10 [default = 1];
optional double earnings_buff = 11 [default = 1];
}
diff --git a/ei/cpp/ei.pb.cc b/ei/cpp/ei.pb.cc
index 1b974af..c6979f9 100644
--- a/ei/cpp/ei.pb.cc
+++ b/ei/cpp/ei.pb.cc
@@ -1,9261 +1,13111 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
+// NO CHECKED-IN PROTOBUF GENCODE
// source: ei.proto
+// Protobuf C++ Version: 5.28.3
#include "ei.pb.h"
#include
-
-#include
-#include
-#include
-#include
-#include
-#include
-#include
+#include
+#include "google/protobuf/io/coded_stream.h"
+#include "google/protobuf/generated_message_tctable_impl.h"
+#include "google/protobuf/extension_set.h"
+#include "google/protobuf/wire_format_lite.h"
+#include "google/protobuf/descriptor.h"
+#include "google/protobuf/generated_message_reflection.h"
+#include "google/protobuf/reflection_ops.h"
+#include "google/protobuf/wire_format.h"
// @@protoc_insertion_point(includes)
-#include
+// Must be included last.
+#include "google/protobuf/port_def.inc"
PROTOBUF_PRAGMA_INIT_SEG
-
-namespace _pb = ::PROTOBUF_NAMESPACE_ID;
-namespace _pbi = _pb::internal;
-
+namespace _pb = ::google::protobuf;
+namespace _pbi = ::google::protobuf::internal;
+namespace _fl = ::google::protobuf::internal::field_layout;
namespace ei {
-PROTOBUF_CONSTEXPR Vector3::Vector3(
- ::_pbi::ConstantInitialized)
- : x_(0)
- , y_(0)
- , z_(0){}
-struct Vector3DefaultTypeInternal {
- PROTOBUF_CONSTEXPR Vector3DefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Vector3DefaultTypeInternal() {}
+
+inline constexpr VerifyPurchaseResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ message_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ verified_{false} {}
+
+template
+PROTOBUF_CONSTEXPR VerifyPurchaseResponse::VerifyPurchaseResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct VerifyPurchaseResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR VerifyPurchaseResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~VerifyPurchaseResponseDefaultTypeInternal() {}
union {
- Vector3 _instance;
+ VerifyPurchaseResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Vector3DefaultTypeInternal _Vector3_default_instance_;
-PROTOBUF_CONSTEXPR Vector4::Vector4(
- ::_pbi::ConstantInitialized)
- : x_(0)
- , y_(0)
- , z_(0)
- , w_(0){}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 VerifyPurchaseResponseDefaultTypeInternal _VerifyPurchaseResponse_default_instance_;
+
+inline constexpr Vector4::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ x_{0},
+ y_{0},
+ z_{0},
+ w_{0} {}
+
+template
+PROTOBUF_CONSTEXPR Vector4::Vector4(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
struct Vector4DefaultTypeInternal {
- PROTOBUF_CONSTEXPR Vector4DefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
+ PROTOBUF_CONSTEXPR Vector4DefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~Vector4DefaultTypeInternal() {}
union {
Vector4 _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Vector4DefaultTypeInternal _Vector4_default_instance_;
-PROTOBUF_CONSTEXPR Backup_Settings::Backup_Settings(
- ::_pbi::ConstantInitialized)
- : sfx_(false)
- , music_(false)
- , low_battery_mode_(false)
- , low_performance_mode_(false)
- , force_touch_chicken_btn_(false)
- , notifications_queried_(false)
- , notifications_on_(false)
- , notify_daily_gift_(false)
- , gdpr_consent_queried_(false)
- , gdpr_age_restricted_(false)
- , gdpr_consent_given_(false)
- , age_queried_(false)
- , last_day_age_queried_(0u)
- , contracts_widget_enabled_(false)
- , artifact_sparkle_(false)
- , coppa_queried_(false)
- , coppa_restricted_(false)
- , age_restricted_(false)
- , data_collection_consent_queried_(false)
- , data_collection_consent_given_(false)
- , last_backup_time_(0)
- , last_notification_query_time_(0)
- , low_performance_(false)
- , auto_stop_fueling_(false)
- , max_enabled_(false)
- , hide_cc_status_(false)
- , user_ads_enabled_(true)
- , user_cloud_enabled_(true)
- , user_analytics_enabled_(true)
- , user_personalized_ads_enabled_(true){}
-struct Backup_SettingsDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_SettingsDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_SettingsDefaultTypeInternal() {}
- union {
- Backup_Settings _instance;
- };
-};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_SettingsDefaultTypeInternal _Backup_Settings_default_instance_;
-PROTOBUF_CONSTEXPR Backup_Tutorial::Backup_Tutorial(
- ::_pbi::ConstantInitialized)
- : tutorial_shown_()
- , intro_shown_(false)
- , click_tutorial_shown_(false)
- , buy_hab_shown_(false)
- , hire_vehicle_shown_(false)
- , q_num_shown_(false)
- , s_num_shown_(false)
- , contracts_tab_shown_(false)
- , contract_info_shown_(false)
- , join_coop_shown_(false)
- , switch_farm_shown_(false){}
-struct Backup_TutorialDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_TutorialDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_TutorialDefaultTypeInternal() {}
- union {
- Backup_Tutorial _instance;
- };
-};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_TutorialDefaultTypeInternal _Backup_Tutorial_default_instance_;
-PROTOBUF_CONSTEXPR Backup_Stats::Backup_Stats(
- ::_pbi::ConstantInitialized)
- : egg_totals_old_()
- , egg_totals_()
- , refill_uses_(uint64_t{0u})
- , video_doubler_uses_(uint64_t{0u})
- , warp_1_uses_(uint64_t{0u})
- , warp_8_uses_(uint64_t{0u})
- , drone_takedowns_(uint64_t{0u})
- , unlimited_chickens_uses_(uint64_t{0u})
- , num_prestiges_(uint64_t{0u})
- , drone_takedowns_elite_(uint64_t{0u})
- , num_piggy_breaks_(uint64_t{0u})
- , iap_packs_purchased_(uint64_t{0u})
- , boosts_used_(uint64_t{0u})
- , time_piggy_filled_realtime_(0)
- , time_piggy_full_gametime_(0)
- , lost_piggy_increments_(uint64_t{0u})
- , piggy_full_(false)
- , piggy_found_full_(false){}
-struct Backup_StatsDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_StatsDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_StatsDefaultTypeInternal() {}
- union {
- Backup_Stats _instance;
- };
-};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_StatsDefaultTypeInternal _Backup_Stats_default_instance_;
-PROTOBUF_CONSTEXPR Backup_Game::Backup_Game(
- ::_pbi::ConstantInitialized)
- : epic_research_()
- , news_()
- , achievements_()
- , max_farm_size_reached_()
- , egg_medal_level_()
- , boosts_()
- , golden_eggs_earned_(uint64_t{0u})
- , golden_eggs_spent_(uint64_t{0u})
- , soul_eggs_(uint64_t{0u})
- , prestige_cash_earned_(0)
- , lifetime_cash_earned_(0)
- , piggy_bank_(uint64_t{0u})
- , next_daily_gift_time_(0)
- , last_news_time_(0)
- , current_multiplier_(0)
- , current_multiplier_expiration_(0)
- , permit_level_(0u)
- , last_daily_gift_collected_day_(0u)
- , uncliamed_golden_eggs_(uint64_t{0u})
- , unclaimed_soul_eggs_(uint64_t{0u})
- , eggs_of_prophecy_(uint64_t{0u})
- , unclaimed_eggs_of_prophecy_(uint64_t{0u})
- , current_farm_(0u)
- , num_daily_gifts_collected_(0u)
- , long_idle_notification_threshold_(0)
- , long_idle_reward_(0)
- , piggy_full_alert_shown_(false)
- , hyperloop_station_(false)
- , long_idle_notification_set_(false)
- , force_elite_contracts_(false)
- , total_time_cheats_detected_(0u)
- , prestige_soul_boost_cash_(0)
- , soul_eggs_d_(0)
- , unclaimed_soul_eggs_d_(0)
- , new_player_event_end_time_(0)
- , shell_scripts_earned_(uint64_t{0u})
- , shell_scripts_spent_(uint64_t{0u})
- , unclaimed_shell_scripts_(uint64_t{0u})
- , max_egg_reached_(1)
-{}
-struct Backup_GameDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_GameDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_GameDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Vector4DefaultTypeInternal _Vector4_default_instance_;
+
+inline constexpr Vector3::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ x_{0},
+ y_{0},
+ z_{0} {}
+
+template
+PROTOBUF_CONSTEXPR Vector3::Vector3(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Vector3DefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Vector3DefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Vector3DefaultTypeInternal() {}
union {
- Backup_Game _instance;
+ Vector3 _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_GameDefaultTypeInternal _Backup_Game_default_instance_;
-PROTOBUF_CONSTEXPR Backup_Artifacts::Backup_Artifacts(
- ::_pbi::ConstantInitialized)
- : tank_fuels_()
- , tank_limits_()
- , item_being_infused_(nullptr)
- , spec_being_infused_(nullptr)
- , infusing_eggs_required_(0)
- , eggs_infused_(0)
- , last_fueled_ship_(0)
-
- , infusing_(false)
- , tank_filling_enabled_(false)
- , enabled_(false)
- , intro_shown_(false)
- , inventory_score_(0)
- , crafting_xp_(0)
- , tank_level_(0u)
- , flow_percentage_artifacts_(0.5)
- , egg_type_infusing_(1)
-
- , fueling_enabled_(true)
- , infusing_enabled_deprecated_(true){}
-struct Backup_ArtifactsDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_ArtifactsDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_ArtifactsDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Vector3DefaultTypeInternal _Vector3_default_instance_;
+
+inline constexpr UserVerificationAnalysis::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ invalid_contracts_{},
+ start_time_{0},
+ completion_time_{0},
+ overall_status_{static_cast< ::ei::UserVerificationAnalysis_Status >(0)},
+ verified_piggy_breaks_{0u},
+ verified_other_iap_{0u},
+ unverified_iap_{0u},
+ artifacts_collected_{0},
+ artifacts_consumed_{0},
+ missions_completed_{0u},
+ num_coop_memberships_{0u},
+ artifacts_in_inventory_{0},
+ gold_earned_{0},
+ num_prestiges_{0},
+ soul_eggs_{0},
+ valid_contracts_{0u},
+ iap_status_{static_cast< ::ei::UserVerificationAnalysis_Status >(0)},
+ verified_pro_permit_{false},
+ regular_iap_buyer_{false},
+ regular_iap_cheater_{false},
+ excessive_consumes_{false},
+ artifacts_status_{static_cast< ::ei::UserVerificationAnalysis_Status >(0)},
+ gold_spent_crafting_{0},
+ contracts_status_{static_cast< ::ei::UserVerificationAnalysis_Status >(0)},
+ eggs_of_prophecy_{0u},
+ excessive_inventory_{false},
+ excessive_spend_{false},
+ excessive_eop_{false},
+ excessive_invalid_contracts_{false},
+ verified_{false},
+ verification_override_{false},
+ verification_override_value_{false},
+ rare_artifacts_in_inventory_{::uint64_t{0u}},
+ rare_artifacts_on_server_{::uint64_t{0u}},
+ legendary_artifacts_in_inventory_{::uint64_t{0u}},
+ legendary_artifacts_on_server_{::uint64_t{0u}} {}
+
+template
+PROTOBUF_CONSTEXPR UserVerificationAnalysis::UserVerificationAnalysis(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct UserVerificationAnalysisDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR UserVerificationAnalysisDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~UserVerificationAnalysisDefaultTypeInternal() {}
union {
- Backup_Artifacts _instance;
+ UserVerificationAnalysis _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_ArtifactsDefaultTypeInternal _Backup_Artifacts_default_instance_;
-PROTOBUF_CONSTEXPR Backup_Shells::Backup_Shells(
- ::_pbi::ConstantInitialized)
- : num_new_()
- , intro_alert_(false)
- , contracts_intro_alert_(false){}
-struct Backup_ShellsDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_ShellsDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_ShellsDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UserVerificationAnalysisDefaultTypeInternal _UserVerificationAnalysis_default_instance_;
+
+inline constexpr UserSubscriptionInfo_HistoryEntry::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ message_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ message_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ timestamp_{0} {}
+
+template
+PROTOBUF_CONSTEXPR UserSubscriptionInfo_HistoryEntry::UserSubscriptionInfo_HistoryEntry(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct UserSubscriptionInfo_HistoryEntryDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR UserSubscriptionInfo_HistoryEntryDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~UserSubscriptionInfo_HistoryEntryDefaultTypeInternal() {}
union {
- Backup_Shells _instance;
+ UserSubscriptionInfo_HistoryEntry _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_ShellsDefaultTypeInternal _Backup_Shells_default_instance_;
-PROTOBUF_CONSTEXPR Backup_Simulation::Backup_Simulation(
- ::_pbi::ConstantInitialized)
- : habs_()
- , hab_population_()
- , hab_population_indound_()
- , hab_incubator_popuplation_()
- , vehicles_()
- , common_research_()
- , train_length_()
- , active_boosts_()
- , contract_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , cash_earned_(0)
- , cash_spent_(0)
- , unclaimed_cash_(0)
- , last_step_time_(0)
- , num_chickens_(uint64_t{0u})
- , num_chickens_unsettled_(uint64_t{0u})
- , num_chickens_running_(uint64_t{0u})
- , eggs_laid_(0)
- , eggs_paid_for_(0)
- , hatchery_population_(0)
- , silos_owned_(0u)
- , time_cheats_detected_(0u)
- , time_cheat_debt_(0)
- , boost_tokens_received_(0u)
- , boost_tokens_spent_(0u)
- , unclaimed_boost_tokens_(0u)
- , boost_tokens_given_(0u)
- , gametime_until_next_boost_token_(0)
- , eggs_shipped_(0)
- , last_cash_boost_time_(0)
- , egg_type_(1)
-
- , farm_type_(1)
-{}
-struct Backup_SimulationDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_SimulationDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_SimulationDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UserSubscriptionInfo_HistoryEntryDefaultTypeInternal _UserSubscriptionInfo_HistoryEntry_default_instance_;
+
+inline constexpr UserDataInfoResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ coop_memberships_{},
+ backup_checksum_{::uint64_t{0u}},
+ backup_total_cash_{0} {}
+
+template
+PROTOBUF_CONSTEXPR UserDataInfoResponse::UserDataInfoResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct UserDataInfoResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR UserDataInfoResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~UserDataInfoResponseDefaultTypeInternal() {}
union {
- Backup_Simulation _instance;
+ UserDataInfoResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_SimulationDefaultTypeInternal _Backup_Simulation_default_instance_;
-PROTOBUF_CONSTEXPR Backup_Mission::Backup_Mission(
- ::_pbi::ConstantInitialized)
- : missions_()
- , current_missions_()
- , current_mission_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , reference_value_(0){}
-struct Backup_MissionDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_MissionDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_MissionDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UserDataInfoResponseDefaultTypeInternal _UserDataInfoResponse_default_instance_;
+
+inline constexpr UpdateCoopPermissionsResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ message_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ success_{false} {}
+
+template
+PROTOBUF_CONSTEXPR UpdateCoopPermissionsResponse::UpdateCoopPermissionsResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct UpdateCoopPermissionsResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR UpdateCoopPermissionsResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~UpdateCoopPermissionsResponseDefaultTypeInternal() {}
union {
- Backup_Mission _instance;
+ UpdateCoopPermissionsResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_MissionDefaultTypeInternal _Backup_Mission_default_instance_;
-PROTOBUF_CONSTEXPR Backup_Misc::Backup_Misc(
- ::_pbi::ConstantInitialized)
- : friend_rank_(uint64_t{0u})
- , friend_rank_pop_(uint64_t{0u})
- , global_rank_(uint64_t{0u})
- , global_rank_pop_(uint64_t{0u})
- , chicken_btn_pref_big_(false)
- , free_hatchery_refill_given_(false)
- , challenges_alert_(false)
- , trophy_alert_(false)
- , ar_alert_(false)
- , contracts_alert_(false)
- , contracts_alert_v2_(false)
- , coop_alert_(false)
- , coop_alert_v2_(false)
- , switch_alert_(false)
- , egg_of_prophecy_alert_(false)
- , boost_token_alert_(false)
- , soul_egg_alert_(false)
- , backup_reminder_alert_(false)
- , max_button_alert_(false)
- , mission_target_alert_(false)
- , colleggtibles_alert_(false)
- , last_share_farm_value_(10000000)
- , last_share_swarm_farm_value_(10000000)
- , last_share_swarm_size_(140)
- , last_prestige_alert_soul_eggs_deprecated_(uint64_t{45u}){}
-struct Backup_MiscDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_MiscDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_MiscDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateCoopPermissionsResponseDefaultTypeInternal _UpdateCoopPermissionsResponse_default_instance_;
+
+inline constexpr ShellSetSpec_VariationSpec::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ hex_color_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ price_{0u},
+ default_appearance_{false},
+ custom_appearance_{false},
+ sort_priority_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ShellSetSpec_VariationSpec::ShellSetSpec_VariationSpec(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellSetSpec_VariationSpecDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellSetSpec_VariationSpecDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellSetSpec_VariationSpecDefaultTypeInternal() {}
union {
- Backup_Misc _instance;
+ ShellSetSpec_VariationSpec _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_MiscDefaultTypeInternal _Backup_Misc_default_instance_;
-PROTOBUF_CONSTEXPR Backup_ResearchItem::Backup_ResearchItem(
- ::_pbi::ConstantInitialized)
- : id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , level_(0u){}
-struct Backup_ResearchItemDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_ResearchItemDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_ResearchItemDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellSetSpec_VariationSpecDefaultTypeInternal _ShellSetSpec_VariationSpec_default_instance_;
+
+inline constexpr ShellPopularityStats_Entry::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ spent_{::uint64_t{0u}},
+ count_{::uint64_t{0u}},
+ element_{static_cast< ::ei::ShellDB_FarmElement >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR ShellPopularityStats_Entry::ShellPopularityStats_Entry(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellPopularityStats_EntryDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellPopularityStats_EntryDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellPopularityStats_EntryDefaultTypeInternal() {}
union {
- Backup_ResearchItem _instance;
+ ShellPopularityStats_Entry _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_ResearchItemDefaultTypeInternal _Backup_ResearchItem_default_instance_;
-PROTOBUF_CONSTEXPR Backup_NewsHeadline::Backup_NewsHeadline(
- ::_pbi::ConstantInitialized)
- : id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , read_(false){}
-struct Backup_NewsHeadlineDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_NewsHeadlineDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_NewsHeadlineDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellPopularityStats_EntryDefaultTypeInternal _ShellPopularityStats_Entry_default_instance_;
+
+inline constexpr ShellGroupSpec::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ member_ids_{},
+ identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ price_mult_deprecated_{0},
+ asset_type_{static_cast< ::ei::ShellSpec_AssetType >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR ShellGroupSpec::ShellGroupSpec(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellGroupSpecDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellGroupSpecDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellGroupSpecDefaultTypeInternal() {}
union {
- Backup_NewsHeadline _instance;
+ ShellGroupSpec _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_NewsHeadlineDefaultTypeInternal _Backup_NewsHeadline_default_instance_;
-PROTOBUF_CONSTEXPR Backup_AchievementInfo::Backup_AchievementInfo(
- ::_pbi::ConstantInitialized)
- : id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , achieved_(false){}
-struct Backup_AchievementInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_AchievementInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_AchievementInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellGroupSpecDefaultTypeInternal _ShellGroupSpec_default_instance_;
+
+inline constexpr ShellDB_ShellStatus::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ owned_{false} {}
+
+template
+PROTOBUF_CONSTEXPR ShellDB_ShellStatus::ShellDB_ShellStatus(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellDB_ShellStatusDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellDB_ShellStatusDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellDB_ShellStatusDefaultTypeInternal() {}
union {
- Backup_AchievementInfo _instance;
+ ShellDB_ShellStatus _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_AchievementInfoDefaultTypeInternal _Backup_AchievementInfo_default_instance_;
-PROTOBUF_CONSTEXPR Backup_ActiveBoost::Backup_ActiveBoost(
- ::_pbi::ConstantInitialized)
- : boost_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , time_remaining_(0)
- , reference_value_(0){}
-struct Backup_ActiveBoostDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_ActiveBoostDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_ActiveBoostDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ShellStatusDefaultTypeInternal _ShellDB_ShellStatus_default_instance_;
+
+inline constexpr ShellDB_ShellSetVariationStatus::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ owned_variations_{},
+ set_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()) {}
+
+template
+PROTOBUF_CONSTEXPR ShellDB_ShellSetVariationStatus::ShellDB_ShellSetVariationStatus(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellDB_ShellSetVariationStatusDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellDB_ShellSetVariationStatusDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellDB_ShellSetVariationStatusDefaultTypeInternal() {}
union {
- Backup_ActiveBoost _instance;
+ ShellDB_ShellSetVariationStatus _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_ActiveBoostDefaultTypeInternal _Backup_ActiveBoost_default_instance_;
-PROTOBUF_CONSTEXPR Backup_OwnedBoost::Backup_OwnedBoost(
- ::_pbi::ConstantInitialized)
- : boost_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , count_(0u){}
-struct Backup_OwnedBoostDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_OwnedBoostDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_OwnedBoostDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ShellSetVariationStatusDefaultTypeInternal _ShellDB_ShellSetVariationStatus_default_instance_;
+
+inline constexpr ShellDB_ShellSetConfiguration::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ shell_set_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ variation_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ decorator_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ index_{0u},
+ element_{static_cast< ::ei::ShellDB_FarmElement >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR ShellDB_ShellSetConfiguration::ShellDB_ShellSetConfiguration(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellDB_ShellSetConfigurationDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellDB_ShellSetConfigurationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellDB_ShellSetConfigurationDefaultTypeInternal() {}
union {
- Backup_OwnedBoost _instance;
+ ShellDB_ShellSetConfiguration _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_OwnedBoostDefaultTypeInternal _Backup_OwnedBoost_default_instance_;
-PROTOBUF_CONSTEXPR Backup_MissionInfo::Backup_MissionInfo(
- ::_pbi::ConstantInitialized)
- : id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , reference_value_(0)
- , completed_(false){}
-struct Backup_MissionInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Backup_MissionInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Backup_MissionInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ShellSetConfigurationDefaultTypeInternal _ShellDB_ShellSetConfiguration_default_instance_;
+
+inline constexpr ShellDB_ShellGroupConfiguration::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ group_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ asset_type_{static_cast< ::ei::ShellSpec_AssetType >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR ShellDB_ShellGroupConfiguration::ShellDB_ShellGroupConfiguration(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellDB_ShellGroupConfigurationDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellDB_ShellGroupConfigurationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellDB_ShellGroupConfigurationDefaultTypeInternal() {}
union {
- Backup_MissionInfo _instance;
+ ShellDB_ShellGroupConfiguration _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_MissionInfoDefaultTypeInternal _Backup_MissionInfo_default_instance_;
-PROTOBUF_CONSTEXPR Backup::Backup(
- ::_pbi::ConstantInitialized)
- : farms_()
- , read_mail_ids_()
- , user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , game_services_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , device_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , push_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , signature_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , settings_(nullptr)
- , tutorial_(nullptr)
- , stats_(nullptr)
- , game_(nullptr)
- , sim_(nullptr)
- , mission_(nullptr)
- , misc_(nullptr)
- , contracts_(nullptr)
- , artifacts_(nullptr)
- , artifacts_db_(nullptr)
- , shell_db_(nullptr)
- , shells_(nullptr)
- , mail_state_(nullptr)
- , approx_time_(0)
- , version_(0u)
- , force_offer_backup_(false)
- , force_backup_(false)
- , checksum_(uint64_t{0u}){}
-struct BackupDefaultTypeInternal {
- PROTOBUF_CONSTEXPR BackupDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~BackupDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ShellGroupConfigurationDefaultTypeInternal _ShellDB_ShellGroupConfiguration_default_instance_;
+
+inline constexpr ShellDB_ShellElementStatus::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ set_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ element_{static_cast< ::ei::ShellDB_FarmElement >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR ShellDB_ShellElementStatus::ShellDB_ShellElementStatus(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellDB_ShellElementStatusDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellDB_ShellElementStatusDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellDB_ShellElementStatusDefaultTypeInternal() {}
union {
- Backup _instance;
+ ShellDB_ShellElementStatus _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BackupDefaultTypeInternal _Backup_default_instance_;
-PROTOBUF_CONSTEXPR EggIncFirstContactRequest::EggIncFirstContactRequest(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , device_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , username_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , game_services_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , client_version_(0u)
- , platform_(0)
-{}
-struct EggIncFirstContactRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR EggIncFirstContactRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~EggIncFirstContactRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ShellElementStatusDefaultTypeInternal _ShellDB_ShellElementStatus_default_instance_;
+
+inline constexpr ShellDB_ShellConfiguration::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ shell_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ index_{0u},
+ asset_type_{static_cast< ::ei::ShellSpec_AssetType >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR ShellDB_ShellConfiguration::ShellDB_ShellConfiguration(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellDB_ShellConfigurationDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellDB_ShellConfigurationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellDB_ShellConfigurationDefaultTypeInternal() {}
union {
- EggIncFirstContactRequest _instance;
+ ShellDB_ShellConfiguration _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EggIncFirstContactRequestDefaultTypeInternal _EggIncFirstContactRequest_default_instance_;
-PROTOBUF_CONSTEXPR EggIncFirstContactResponse::EggIncFirstContactResponse(
- ::_pbi::ConstantInitialized)
- : ids_transferred_()
- , ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , error_message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , backup_(nullptr)
- , error_code_(0u){}
-struct EggIncFirstContactResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR EggIncFirstContactResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~EggIncFirstContactResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ShellConfigurationDefaultTypeInternal _ShellDB_ShellConfiguration_default_instance_;
+
+inline constexpr ShellDB_ChickenConfig::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ chicken_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ hat_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()) {}
+
+template
+PROTOBUF_CONSTEXPR ShellDB_ChickenConfig::ShellDB_ChickenConfig(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellDB_ChickenConfigDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellDB_ChickenConfigDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellDB_ChickenConfigDefaultTypeInternal() {}
union {
- EggIncFirstContactResponse _instance;
+ ShellDB_ChickenConfig _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EggIncFirstContactResponseDefaultTypeInternal _EggIncFirstContactResponse_default_instance_;
-PROTOBUF_CONSTEXPR EggIncAdConfig::EggIncAdConfig(
- ::_pbi::ConstantInitialized)
- : network_priority_(){}
-struct EggIncAdConfigDefaultTypeInternal {
- PROTOBUF_CONSTEXPR EggIncAdConfigDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~EggIncAdConfigDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ChickenConfigDefaultTypeInternal _ShellDB_ChickenConfig_default_instance_;
+
+inline constexpr SetArtifactResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ original_item_id_{::uint64_t{0u}},
+ success_{false} {}
+
+template
+PROTOBUF_CONSTEXPR SetArtifactResponse::SetArtifactResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct SetArtifactResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR SetArtifactResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~SetArtifactResponseDefaultTypeInternal() {}
union {
- EggIncAdConfig _instance;
+ SetArtifactResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EggIncAdConfigDefaultTypeInternal _EggIncAdConfig_default_instance_;
-PROTOBUF_CONSTEXPR DailyGiftInfo::DailyGiftInfo(
- ::_pbi::ConstantInitialized)
- : seconds_to_next_day_(0)
- , current_day_(0u){}
-struct DailyGiftInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR DailyGiftInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~DailyGiftInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SetArtifactResponseDefaultTypeInternal _SetArtifactResponse_default_instance_;
+
+inline constexpr ServerGift::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ reward_sub_type_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ reward_amount_{0},
+ reward_type_{static_cast< ::ei::RewardType >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR ServerGift::ServerGift(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ServerGiftDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ServerGiftDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ServerGiftDefaultTypeInternal() {}
union {
- DailyGiftInfo _instance;
+ ServerGift _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DailyGiftInfoDefaultTypeInternal _DailyGiftInfo_default_instance_;
-PROTOBUF_CONSTEXPR SalesInfoRequest::SalesInfoRequest(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , seconds_full_realtime_(0)
- , piggy_full_(false)
- , piggy_found_full_(false)
- , lost_increments_(0u)
- , seconds_full_gametime_(0)
- , current_client_version_(0u){}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ServerGiftDefaultTypeInternal _ServerGift_default_instance_;
+
+inline constexpr SalesInfoRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ seconds_full_realtime_{0},
+ piggy_full_{false},
+ piggy_found_full_{false},
+ lost_increments_{0u},
+ seconds_full_gametime_{0},
+ current_client_version_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR SalesInfoRequest::SalesInfoRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
struct SalesInfoRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR SalesInfoRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
+ PROTOBUF_CONSTEXPR SalesInfoRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~SalesInfoRequestDefaultTypeInternal() {}
union {
SalesInfoRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SalesInfoRequestDefaultTypeInternal _SalesInfoRequest_default_instance_;
-PROTOBUF_CONSTEXPR IAPSaleEntry::IAPSaleEntry(
- ::_pbi::ConstantInitialized)
- : product_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , discount_string_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , sale_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , seconds_remaining_(0){}
-struct IAPSaleEntryDefaultTypeInternal {
- PROTOBUF_CONSTEXPR IAPSaleEntryDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~IAPSaleEntryDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SalesInfoRequestDefaultTypeInternal _SalesInfoRequest_default_instance_;
+
+inline constexpr Reward::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ reward_sub_type_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ reward_amount_{0},
+ reward_type_{static_cast< ::ei::RewardType >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR Reward::Reward(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct RewardDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR RewardDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~RewardDefaultTypeInternal() {}
union {
- IAPSaleEntry _instance;
+ Reward _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 IAPSaleEntryDefaultTypeInternal _IAPSaleEntry_default_instance_;
-PROTOBUF_CONSTEXPR SalesInfo::SalesInfo(
- ::_pbi::ConstantInitialized)
- : sales_(){}
-struct SalesInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR SalesInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~SalesInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RewardDefaultTypeInternal _Reward_default_instance_;
+
+inline constexpr ReturnEDTPayload::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()) {}
+
+template
+PROTOBUF_CONSTEXPR ReturnEDTPayload::ReturnEDTPayload(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ReturnEDTPayloadDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ReturnEDTPayloadDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ReturnEDTPayloadDefaultTypeInternal() {}
union {
- SalesInfo _instance;
+ ReturnEDTPayload _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SalesInfoDefaultTypeInternal _SalesInfo_default_instance_;
-PROTOBUF_CONSTEXPR EggIncEvent::EggIncEvent(
- ::_pbi::ConstantInitialized)
- : identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , type_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , subtitle_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , seconds_remaining_(0)
- , multiplier_(0)
- , start_time_(0)
- , duration_(0)
- , cc_only_(false){}
-struct EggIncEventDefaultTypeInternal {
- PROTOBUF_CONSTEXPR EggIncEventDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~EggIncEventDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReturnEDTPayloadDefaultTypeInternal _ReturnEDTPayload_default_instance_;
+
+inline constexpr QueryCoopResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ exists_{false},
+ full_{false},
+ expired_{false},
+ different_league_{false},
+ different_grade_{false},
+ cc_only_{false},
+ banned_{false} {}
+
+template
+PROTOBUF_CONSTEXPR QueryCoopResponse::QueryCoopResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct QueryCoopResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR QueryCoopResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~QueryCoopResponseDefaultTypeInternal() {}
union {
- EggIncEvent _instance;
+ QueryCoopResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EggIncEventDefaultTypeInternal _EggIncEvent_default_instance_;
-PROTOBUF_CONSTEXPR EggIncCurrentEvents::EggIncCurrentEvents(
- ::_pbi::ConstantInitialized)
- : events_(){}
-struct EggIncCurrentEventsDefaultTypeInternal {
- PROTOBUF_CONSTEXPR EggIncCurrentEventsDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~EggIncCurrentEventsDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 QueryCoopResponseDefaultTypeInternal _QueryCoopResponse_default_instance_;
+
+inline constexpr PeriodicalsResponse_RoyaltyInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ amount_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR PeriodicalsResponse_RoyaltyInfo::PeriodicalsResponse_RoyaltyInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct PeriodicalsResponse_RoyaltyInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR PeriodicalsResponse_RoyaltyInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~PeriodicalsResponse_RoyaltyInfoDefaultTypeInternal() {}
union {
- EggIncCurrentEvents _instance;
+ PeriodicalsResponse_RoyaltyInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EggIncCurrentEventsDefaultTypeInternal _EggIncCurrentEvents_default_instance_;
-PROTOBUF_CONSTEXPR DeviceInfo::DeviceInfo(
- ::_pbi::ConstantInitialized)
- : device_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , platform_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , form_factor_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , device_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , platform_version_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , locale_country_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , locale_language_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , gpu_vendor_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , gpu_model_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , device_bucket_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , advertising_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , screen_width_(0u)
- , screen_height_(0u){}
-struct DeviceInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR DeviceInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~DeviceInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PeriodicalsResponse_RoyaltyInfoDefaultTypeInternal _PeriodicalsResponse_RoyaltyInfo_default_instance_;
+
+inline constexpr MissionInfo_Fuel::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ amount_{0},
+ egg_{static_cast< ::ei::Egg >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR MissionInfo_Fuel::MissionInfo_Fuel(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct MissionInfo_FuelDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR MissionInfo_FuelDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~MissionInfo_FuelDefaultTypeInternal() {}
union {
- DeviceInfo _instance;
+ MissionInfo_Fuel _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DeviceInfoDefaultTypeInternal _DeviceInfo_default_instance_;
-PROTOBUF_CONSTEXPR AppInfo::AppInfo(
- ::_pbi::ConstantInitialized)
- : version_str_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , sale_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , sessions_(0u)
- , num_prestiges_(0u)
- , soul_eggs_(uint64_t{0u})
- , gold_earned_(uint64_t{0u})
- , current_egg_(0u)
- , current_mission_(0u)
- , gold_spent_(uint64_t{0u})
- , num_piggy_breaks_(uint64_t{0u})
- , piggy_size_(0u)
- , permit_level_(0u)
- , iap_packs_purchased_(uint64_t{0u})
- , unlimited_chickens_uses_(uint64_t{0u})
- , refill_uses_(uint64_t{0u})
- , video_doubler_uses_(uint64_t{0u})
- , short_warp_uses_(uint64_t{0u})
- , long_warp_uses_(uint64_t{0u})
- , drone_takedowns_(uint64_t{0u})
- , drone_takedowns_elite_(uint64_t{0u})
- , egg_level_(0)
- , struggle_factor_(0)
- , time_piggy_full_realtime_(0)
- , time_piggy_full_gametime_(0)
- , lost_piggy_increments_(uint64_t{0u})
- , verified_piggy_breaks_(uint64_t{0u})
- , trophies_unlocked_(false)
- , piggy_full_(false)
- , piggy_found_full_(false){}
-struct AppInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR AppInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~AppInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MissionInfo_FuelDefaultTypeInternal _MissionInfo_Fuel_default_instance_;
+
+inline constexpr MailState_TipState::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ time_read_{0},
+ reads_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR MailState_TipState::MailState_TipState(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct MailState_TipStateDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR MailState_TipStateDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~MailState_TipStateDefaultTypeInternal() {}
union {
- AppInfo _instance;
+ MailState_TipState _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AppInfoDefaultTypeInternal _AppInfo_default_instance_;
-PROTOBUF_CONSTEXPR ActionKeyValuePair::ActionKeyValuePair(
- ::_pbi::ConstantInitialized)
- : key_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , value_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){}
-struct ActionKeyValuePairDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ActionKeyValuePairDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ActionKeyValuePairDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MailState_TipStateDefaultTypeInternal _MailState_TipState_default_instance_;
+
+inline constexpr LiveConfig_MiscConfig::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ ask_to_track_message_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ ask_to_track_min_soul_eggs_{0},
+ ask_to_track_{false},
+ ask_to_track_show_pre_dialog_{false},
+ ask_to_track_after_privacy_{false},
+ contracts_club_available_{false},
+ shells_intro_tickets_{0u},
+ chicken_run_boost_percentage_{0},
+ shells_max_free_chicken_configs_{0u},
+ shells_intro_alert_threshold_{0u},
+ contracts_expert_league_min_soul_power_{0},
+ new_player_event_duration_{0},
+ contracts_beta_{false},
+ shells_lighting_controls_price_{175u} {}
+
+template
+PROTOBUF_CONSTEXPR LiveConfig_MiscConfig::LiveConfig_MiscConfig(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LiveConfig_MiscConfigDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LiveConfig_MiscConfigDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LiveConfig_MiscConfigDefaultTypeInternal() {}
union {
- ActionKeyValuePair _instance;
+ LiveConfig_MiscConfig _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ActionKeyValuePairDefaultTypeInternal _ActionKeyValuePair_default_instance_;
-PROTOBUF_CONSTEXPR GenericAction::GenericAction(
- ::_pbi::ConstantInitialized)
- : data_()
- , user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , action_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , advertising_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , app_(nullptr)
- , device_(nullptr)
- , approx_time_dep_(0)
- , cc_user_(false)
- , approx_time_(0){}
-struct GenericActionDefaultTypeInternal {
- PROTOBUF_CONSTEXPR GenericActionDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~GenericActionDefaultTypeInternal() {}
- union {
- GenericAction _instance;
- };
-};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GenericActionDefaultTypeInternal _GenericAction_default_instance_;
-PROTOBUF_CONSTEXPR GenericActionBatchRequest::GenericActionBatchRequest(
- ::_pbi::ConstantInitialized)
- : actions_()
- , rinfo_(nullptr){}
-struct GenericActionBatchRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR GenericActionBatchRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~GenericActionBatchRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_MiscConfigDefaultTypeInternal _LiveConfig_MiscConfig_default_instance_;
+
+inline constexpr LiveConfig_HelpConfig_HowToVideoInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ description_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ url_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ duration_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ soul_eggs_{0},
+ type_{static_cast< ::ei::LiveConfig_HelpConfig_HowToVideoInfo_Type >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR LiveConfig_HelpConfig_HowToVideoInfo::LiveConfig_HelpConfig_HowToVideoInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LiveConfig_HelpConfig_HowToVideoInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LiveConfig_HelpConfig_HowToVideoInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LiveConfig_HelpConfig_HowToVideoInfoDefaultTypeInternal() {}
union {
- GenericActionBatchRequest _instance;
+ LiveConfig_HelpConfig_HowToVideoInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GenericActionBatchRequestDefaultTypeInternal _GenericActionBatchRequest_default_instance_;
-PROTOBUF_CONSTEXPR VerifyPurchaseRequest::VerifyPurchaseRequest(
- ::_pbi::ConstantInitialized)
- : sku_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , transaction_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , receipt_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , platform_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , original_transaction_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , log_(nullptr)
- , rinfo_(nullptr)
- , sandbox_(false){}
-struct VerifyPurchaseRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR VerifyPurchaseRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~VerifyPurchaseRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_HelpConfig_HowToVideoInfoDefaultTypeInternal _LiveConfig_HelpConfig_HowToVideoInfo_default_instance_;
+
+inline constexpr LiveConfig_GiftConfig_GiftValueConfig::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ gift_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rand_min_{0},
+ rand_max_{0},
+ amount_{0},
+ video_min_{0},
+ video_max_{0} {}
+
+template
+PROTOBUF_CONSTEXPR LiveConfig_GiftConfig_GiftValueConfig::LiveConfig_GiftConfig_GiftValueConfig(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LiveConfig_GiftConfig_GiftValueConfigDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LiveConfig_GiftConfig_GiftValueConfigDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LiveConfig_GiftConfig_GiftValueConfigDefaultTypeInternal() {}
union {
- VerifyPurchaseRequest _instance;
+ LiveConfig_GiftConfig_GiftValueConfig _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 VerifyPurchaseRequestDefaultTypeInternal _VerifyPurchaseRequest_default_instance_;
-PROTOBUF_CONSTEXPR VerifyPurchaseResponse::VerifyPurchaseResponse(
- ::_pbi::ConstantInitialized)
- : message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , verified_(false){}
-struct VerifyPurchaseResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR VerifyPurchaseResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~VerifyPurchaseResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_GiftConfig_GiftValueConfigDefaultTypeInternal _LiveConfig_GiftConfig_GiftValueConfig_default_instance_;
+
+inline constexpr LiveConfig_GiftConfig_GiftMuConfig::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ min_spent_{0},
+ max_spent_{0},
+ overall_mult_{0} {}
+
+template
+PROTOBUF_CONSTEXPR LiveConfig_GiftConfig_GiftMuConfig::LiveConfig_GiftConfig_GiftMuConfig(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LiveConfig_GiftConfig_GiftMuConfigDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LiveConfig_GiftConfig_GiftMuConfigDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LiveConfig_GiftConfig_GiftMuConfigDefaultTypeInternal() {}
union {
- VerifyPurchaseResponse _instance;
+ LiveConfig_GiftConfig_GiftMuConfig _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 VerifyPurchaseResponseDefaultTypeInternal _VerifyPurchaseResponse_default_instance_;
-PROTOBUF_CONSTEXPR CurrencyFlowLog::CurrencyFlowLog(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , location_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , version_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , platform_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , approx_time_(0)
- , amount_(int64_t{0})
- , soul_eggs_(0)
- , tickets_spent_(uint64_t{0u})
- , gold_spent_(uint64_t{0u})
- , currency_(1)
-{}
-struct CurrencyFlowLogDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CurrencyFlowLogDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CurrencyFlowLogDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_GiftConfig_GiftMuConfigDefaultTypeInternal _LiveConfig_GiftConfig_GiftMuConfig_default_instance_;
+
+inline constexpr LiveConfig_BoostsConfig_ItemConfig::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ boost_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ price_{0u},
+ token_price_{0u},
+ se_required_{0} {}
+
+template
+PROTOBUF_CONSTEXPR LiveConfig_BoostsConfig_ItemConfig::LiveConfig_BoostsConfig_ItemConfig(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LiveConfig_BoostsConfig_ItemConfigDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LiveConfig_BoostsConfig_ItemConfigDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LiveConfig_BoostsConfig_ItemConfigDefaultTypeInternal() {}
union {
- CurrencyFlowLog _instance;
+ LiveConfig_BoostsConfig_ItemConfig _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CurrencyFlowLogDefaultTypeInternal _CurrencyFlowLog_default_instance_;
-PROTOBUF_CONSTEXPR CurrencyFlowBatchRequest::CurrencyFlowBatchRequest(
- ::_pbi::ConstantInitialized)
- : logs_()
- , rinfo_(nullptr){}
-struct CurrencyFlowBatchRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CurrencyFlowBatchRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CurrencyFlowBatchRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_BoostsConfig_ItemConfigDefaultTypeInternal _LiveConfig_BoostsConfig_ItemConfig_default_instance_;
+
+inline constexpr LeaderboardResponse_Entry::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ alias_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ score_{0},
+ rank_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR LeaderboardResponse_Entry::LeaderboardResponse_Entry(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LeaderboardResponse_EntryDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LeaderboardResponse_EntryDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LeaderboardResponse_EntryDefaultTypeInternal() {}
union {
- CurrencyFlowBatchRequest _instance;
+ LeaderboardResponse_Entry _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CurrencyFlowBatchRequestDefaultTypeInternal _CurrencyFlowBatchRequest_default_instance_;
-PROTOBUF_CONSTEXPR Reward::Reward(
- ::_pbi::ConstantInitialized)
- : reward_sub_type_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , reward_amount_(0)
- , reward_type_(1)
-{}
-struct RewardDefaultTypeInternal {
- PROTOBUF_CONSTEXPR RewardDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~RewardDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardResponse_EntryDefaultTypeInternal _LeaderboardResponse_Entry_default_instance_;
+
+inline constexpr LeaderboardInfo_Season::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ scope_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()) {}
+
+template
+PROTOBUF_CONSTEXPR LeaderboardInfo_Season::LeaderboardInfo_Season(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LeaderboardInfo_SeasonDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LeaderboardInfo_SeasonDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LeaderboardInfo_SeasonDefaultTypeInternal() {}
union {
- Reward _instance;
+ LeaderboardInfo_Season _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RewardDefaultTypeInternal _Reward_default_instance_;
-PROTOBUF_CONSTEXPR GameModifier::GameModifier(
- ::_pbi::ConstantInitialized)
- : description_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , value_(0)
- , dimension_(0)
-{}
-struct GameModifierDefaultTypeInternal {
- PROTOBUF_CONSTEXPR GameModifierDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~GameModifierDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardInfo_SeasonDefaultTypeInternal _LeaderboardInfo_Season_default_instance_;
+
+inline constexpr LeaderboardAnalysis_Chunk::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ start_cursor_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ end_cursor_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ start_index_{0u},
+ end_index_{0u},
+ high_score_{0},
+ low_score_{0} {}
+
+template
+PROTOBUF_CONSTEXPR LeaderboardAnalysis_Chunk::LeaderboardAnalysis_Chunk(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LeaderboardAnalysis_ChunkDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LeaderboardAnalysis_ChunkDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LeaderboardAnalysis_ChunkDefaultTypeInternal() {}
union {
- GameModifier _instance;
+ LeaderboardAnalysis_Chunk _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GameModifierDefaultTypeInternal _GameModifier_default_instance_;
-PROTOBUF_CONSTEXPR CustomEgg::CustomEgg(
- ::_pbi::ConstantInitialized)
- : buffs_()
- , identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , description_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , hatchery_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , icon_(nullptr)
- , value_(0)
- , hatchery_max_x_(0)
- , icon_width_(0)
- , icon_height_(0){}
-struct CustomEggDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CustomEggDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CustomEggDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardAnalysis_ChunkDefaultTypeInternal _LeaderboardAnalysis_Chunk_default_instance_;
+
+inline constexpr JoinCoopResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ message_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ seconds_remaining_{0},
+ success_{false},
+ banned_{false},
+ can_start_{false},
+ num_members_{0u},
+ match_percent_{0},
+ status_{static_cast< ::ei::ContractCoopStatusResponse_Status >(0)},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR JoinCoopResponse::JoinCoopResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct JoinCoopResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR JoinCoopResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~JoinCoopResponseDefaultTypeInternal() {}
union {
- CustomEgg _instance;
+ JoinCoopResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CustomEggDefaultTypeInternal _CustomEgg_default_instance_;
-PROTOBUF_CONSTEXPR Contract_Goal::Contract_Goal(
- ::_pbi::ConstantInitialized)
- : reward_sub_type_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , target_amount_(0)
- , reward_amount_(0)
- , target_soul_eggs_(0)
- , type_(1)
-
- , reward_type_(1)
-{}
-struct Contract_GoalDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Contract_GoalDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Contract_GoalDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 JoinCoopResponseDefaultTypeInternal _JoinCoopResponse_default_instance_;
+
+inline constexpr InventorySlot::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ occupied_{false},
+ item_id_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR InventorySlot::InventorySlot(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct InventorySlotDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR InventorySlotDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~InventorySlotDefaultTypeInternal() {}
union {
- Contract_Goal _instance;
+ InventorySlot _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Contract_GoalDefaultTypeInternal _Contract_Goal_default_instance_;
-PROTOBUF_CONSTEXPR Contract_GoalSet::Contract_GoalSet(
- ::_pbi::ConstantInitialized)
- : goals_(){}
-struct Contract_GoalSetDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Contract_GoalSetDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Contract_GoalSetDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 InventorySlotDefaultTypeInternal _InventorySlot_default_instance_;
+
+inline constexpr IdleSessionSummary::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ time_away_{0},
+ time_simulated_{0},
+ average_elr_{0},
+ average_msr_{0},
+ silos_owned_{0u},
+ farm_index_{0u},
+ average_egg_delivery_rate_{0},
+ last_egg_delivery_rate_{0} {}
+
+template
+PROTOBUF_CONSTEXPR IdleSessionSummary::IdleSessionSummary(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct IdleSessionSummaryDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR IdleSessionSummaryDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~IdleSessionSummaryDefaultTypeInternal() {}
union {
- Contract_GoalSet _instance;
+ IdleSessionSummary _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Contract_GoalSetDefaultTypeInternal _Contract_GoalSet_default_instance_;
-PROTOBUF_CONSTEXPR Contract_GradeSpec::Contract_GradeSpec(
- ::_pbi::ConstantInitialized)
- : goals_()
- , modifiers_()
- , length_seconds_(0)
- , grade_(0)
-{}
-struct Contract_GradeSpecDefaultTypeInternal {
- PROTOBUF_CONSTEXPR Contract_GradeSpecDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~Contract_GradeSpecDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 IdleSessionSummaryDefaultTypeInternal _IdleSessionSummary_default_instance_;
+
+inline constexpr IAPSaleEntry::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ product_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ discount_string_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ sale_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ seconds_remaining_{0} {}
+
+template
+PROTOBUF_CONSTEXPR IAPSaleEntry::IAPSaleEntry(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct IAPSaleEntryDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR IAPSaleEntryDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~IAPSaleEntryDefaultTypeInternal() {}
union {
- Contract_GradeSpec _instance;
+ IAPSaleEntry _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Contract_GradeSpecDefaultTypeInternal _Contract_GradeSpec_default_instance_;
-PROTOBUF_CONSTEXPR Contract::Contract(
- ::_pbi::ConstantInitialized)
- : goals_()
- , goal_sets_()
- , grade_specs_()
- , default_shell_ids_()
- , identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , description_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , key_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , season_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , custom_egg_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , expiration_time_(0)
- , length_seconds_(0)
- , max_coop_size_(0u)
- , max_boosts_(0u)
- , max_soul_eggs_(0)
- , min_client_version_(0u)
- , coop_allowed_(false)
- , leggacy_(false)
- , cc_only_(false)
- , debug_(false)
- , start_time_(0)
- , egg_(1)
-
- , minutes_per_token_(60)
- , chicken_run_cooldown_minutes_(180){}
-struct ContractDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 IAPSaleEntryDefaultTypeInternal _IAPSaleEntry_default_instance_;
+
+inline constexpr GameModifier::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ description_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ value_{0},
+ dimension_{static_cast< ::ei::GameModifier_GameDimension >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR GameModifier::GameModifier(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct GameModifierDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR GameModifierDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~GameModifierDefaultTypeInternal() {}
union {
- Contract _instance;
+ GameModifier _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractDefaultTypeInternal _Contract_default_instance_;
-PROTOBUF_CONSTEXPR ContractPlayerInfo::ContractPlayerInfo(
- ::_pbi::ConstantInitialized)
- : unread_evaluations_()
- , issues_()
- , last_evaluation_version_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , total_cxp_(0)
- , grade_(0)
-
- , status_(0)
-
- , last_evaluation_time_(0)
- , grade_score_(0)
- , target_soul_power_(0)
- , target_grade_score_(0)
- , soul_power_(0)
- , grade_progress_(0)
- , season_cxp_(0)
- , issue_score_(0){}
-struct ContractPlayerInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractPlayerInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractPlayerInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GameModifierDefaultTypeInternal _GameModifier_default_instance_;
+
+inline constexpr FarmProductionParams::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ farm_population_{0},
+ farm_capacity_{0},
+ elr_{0},
+ ihr_{0},
+ sr_{0},
+ delivered_{0} {}
+
+template
+PROTOBUF_CONSTEXPR FarmProductionParams::FarmProductionParams(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct FarmProductionParamsDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR FarmProductionParamsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~FarmProductionParamsDefaultTypeInternal() {}
union {
- ContractPlayerInfo _instance;
+ FarmProductionParams _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractPlayerInfoDefaultTypeInternal _ContractPlayerInfo_default_instance_;
-PROTOBUF_CONSTEXPR ContractEvaluation::ContractEvaluation(
- ::_pbi::ConstantInitialized)
- : notes_()
- , issues_()
- , season_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , version_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , cxp_(0)
- , grade_performance_(0)
- , grade_(0)
-
- , contribution_ratio_(0)
- , completion_percent_(0)
- , completion_time_(0)
- , chicken_runs_sent_(0u)
- , gift_tokens_sent_(0u)
- , original_length_(0)
- , old_league_(0)
- , gift_tokens_received_(0u)
- , teamwork_score_(0)
- , other_bonuses_(0)
- , buff_time_value_(0)
- , boost_token_allotment_(0u)
- , coop_size_(0u)
- , replay_(false)
- , old_goals_(false)
- , solo_(false)
- , counted_in_season_(false)
- , time_cheats_(0u)
- , last_contribution_time_(0)
- , soul_power_(0)
- , cxp_change_(0)
- , gift_token_value_sent_(0)
- , gift_token_value_received_(0)
- , evaluation_start_time_(0)
- , status_(0)
-{}
-struct ContractEvaluationDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractEvaluationDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractEvaluationDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FarmProductionParamsDefaultTypeInternal _FarmProductionParams_default_instance_;
+
+inline constexpr EggIncEvent::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ type_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ subtitle_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ seconds_remaining_{0},
+ multiplier_{0},
+ start_time_{0},
+ duration_{0},
+ cc_only_{false} {}
+
+template
+PROTOBUF_CONSTEXPR EggIncEvent::EggIncEvent(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct EggIncEventDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR EggIncEventDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~EggIncEventDefaultTypeInternal() {}
union {
- ContractEvaluation _instance;
+ EggIncEvent _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractEvaluationDefaultTypeInternal _ContractEvaluation_default_instance_;
-PROTOBUF_CONSTEXPR ContractCitation::ContractCitation(
- ::_pbi::ConstantInitialized)
- : timestamp_(0)
- , issue_(0)
- , grade_(0)
-{}
-struct ContractCitationDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractCitationDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractCitationDefaultTypeInternal() {}
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EggIncEventDefaultTypeInternal _EggIncEvent_default_instance_;
+
+inline constexpr EggIncAdConfig::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : network_priority_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR EggIncAdConfig::EggIncAdConfig(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct EggIncAdConfigDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR EggIncAdConfigDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~EggIncAdConfigDefaultTypeInternal() {}
union {
- ContractCitation _instance;
+ EggIncAdConfig _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCitationDefaultTypeInternal _ContractCitation_default_instance_;
-PROTOBUF_CONSTEXPR ContractEvaluationBatch_Pair::ContractEvaluationBatch_Pair(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , cev_(nullptr){}
-struct ContractEvaluationBatch_PairDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractEvaluationBatch_PairDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractEvaluationBatch_PairDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EggIncAdConfigDefaultTypeInternal _EggIncAdConfig_default_instance_;
+
+inline constexpr DeviceInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ device_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ platform_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ form_factor_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ device_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ platform_version_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ locale_country_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ locale_language_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ gpu_vendor_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ gpu_model_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ device_bucket_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ advertising_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ screen_width_{0u},
+ screen_height_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR DeviceInfo::DeviceInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct DeviceInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR DeviceInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~DeviceInfoDefaultTypeInternal() {}
union {
- ContractEvaluationBatch_Pair _instance;
+ DeviceInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractEvaluationBatch_PairDefaultTypeInternal _ContractEvaluationBatch_Pair_default_instance_;
-PROTOBUF_CONSTEXPR ContractEvaluationBatch::ContractEvaluationBatch(
- ::_pbi::ConstantInitialized)
- : evals_(){}
-struct ContractEvaluationBatchDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractEvaluationBatchDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractEvaluationBatchDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DeviceInfoDefaultTypeInternal _DeviceInfo_default_instance_;
+
+inline constexpr DailyGiftInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ seconds_to_next_day_{0},
+ current_day_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR DailyGiftInfo::DailyGiftInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct DailyGiftInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR DailyGiftInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~DailyGiftInfoDefaultTypeInternal() {}
union {
- ContractEvaluationBatch _instance;
+ DailyGiftInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractEvaluationBatchDefaultTypeInternal _ContractEvaluationBatch_default_instance_;
-PROTOBUF_CONSTEXPR CoopCompletionSnapshot_ContributorSnapshot::CoopCompletionSnapshot_ContributorSnapshot(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , contribution_(0)
- , soul_power_(0)
- , tokens_(0u)
- , tokens_spent_(0u)
- , last_contribution_time_(0)
- , finalized_(false){}
-struct CoopCompletionSnapshot_ContributorSnapshotDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CoopCompletionSnapshot_ContributorSnapshotDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CoopCompletionSnapshot_ContributorSnapshotDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DailyGiftInfoDefaultTypeInternal _DailyGiftInfo_default_instance_;
+
+inline constexpr DLCItem::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ directory_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ ext_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ url_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ checksum_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ original_size_{::uint64_t{0u}},
+ compressed_{false} {}
+
+template
+PROTOBUF_CONSTEXPR DLCItem::DLCItem(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct DLCItemDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR DLCItemDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~DLCItemDefaultTypeInternal() {}
union {
- CoopCompletionSnapshot_ContributorSnapshot _instance;
+ DLCItem _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CoopCompletionSnapshot_ContributorSnapshotDefaultTypeInternal _CoopCompletionSnapshot_ContributorSnapshot_default_instance_;
-PROTOBUF_CONSTEXPR CoopCompletionSnapshot::CoopCompletionSnapshot(
- ::_pbi::ConstantInitialized)
- : contributors_(){}
-struct CoopCompletionSnapshotDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CoopCompletionSnapshotDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CoopCompletionSnapshotDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DLCItemDefaultTypeInternal _DLCItem_default_instance_;
+
+inline constexpr CurrencyFlowLog::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ location_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ version_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ platform_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ approx_time_{0},
+ amount_{::int64_t{0}},
+ soul_eggs_{0},
+ tickets_spent_{::uint64_t{0u}},
+ gold_spent_{::uint64_t{0u}},
+ currency_{static_cast< ::ei::RewardType >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR CurrencyFlowLog::CurrencyFlowLog(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CurrencyFlowLogDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CurrencyFlowLogDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CurrencyFlowLogDefaultTypeInternal() {}
union {
- CoopCompletionSnapshot _instance;
+ CurrencyFlowLog _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CoopCompletionSnapshotDefaultTypeInternal _CoopCompletionSnapshot_default_instance_;
-PROTOBUF_CONSTEXPR BasicRequestInfo::BasicRequestInfo(
- ::_pbi::ConstantInitialized)
- : ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , version_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , build_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , platform_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , country_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , language_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , client_version_(0u)
- , debug_(false){}
-struct BasicRequestInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR BasicRequestInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~BasicRequestInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CurrencyFlowLogDefaultTypeInternal _CurrencyFlowLog_default_instance_;
+
+inline constexpr CreateCoopResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ message_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ success_{false} {}
+
+template
+PROTOBUF_CONSTEXPR CreateCoopResponse::CreateCoopResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CreateCoopResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CreateCoopResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CreateCoopResponseDefaultTypeInternal() {}
union {
- BasicRequestInfo _instance;
+ CreateCoopResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BasicRequestInfoDefaultTypeInternal _BasicRequestInfo_default_instance_;
-PROTOBUF_CONSTEXPR ContractSimConfig_ContractGradeSimConfig_GoalParams::ContractSimConfig_ContractGradeSimConfig_GoalParams(
- ::_pbi::ConstantInitialized)
- : target_se_(0)
- , cps_mult_(0)
- , earnings_mult_(0)
- , time_efficacy_(0)
- , hab_capacity_mult_(0)
- , epic_research_budget_(0)
- , elr_mult_(0){}
-struct ContractSimConfig_ContractGradeSimConfig_GoalParamsDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractSimConfig_ContractGradeSimConfig_GoalParamsDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractSimConfig_ContractGradeSimConfig_GoalParamsDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CreateCoopResponseDefaultTypeInternal _CreateCoopResponse_default_instance_;
+
+inline constexpr CraftArtifactResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ server_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ item_id_{::uint64_t{0u}},
+ rarity_achieved_{static_cast< ::ei::ArtifactSpec_Rarity >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR CraftArtifactResponse::CraftArtifactResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CraftArtifactResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CraftArtifactResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CraftArtifactResponseDefaultTypeInternal() {}
union {
- ContractSimConfig_ContractGradeSimConfig_GoalParams _instance;
+ CraftArtifactResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimConfig_ContractGradeSimConfig_GoalParamsDefaultTypeInternal _ContractSimConfig_ContractGradeSimConfig_GoalParams_default_instance_;
-PROTOBUF_CONSTEXPR ContractSimConfig_ContractGradeSimConfig::ContractSimConfig_ContractGradeSimConfig(
- ::_pbi::ConstantInitialized)
- : goal_params_()
- , grade_(0)
-{}
-struct ContractSimConfig_ContractGradeSimConfigDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractSimConfig_ContractGradeSimConfigDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractSimConfig_ContractGradeSimConfigDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CraftArtifactResponseDefaultTypeInternal _CraftArtifactResponse_default_instance_;
+
+inline constexpr CoopCompletionSnapshot_ContributorSnapshot::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ contribution_{0},
+ soul_power_{0},
+ tokens_{0u},
+ tokens_spent_{0u},
+ last_contribution_time_{0},
+ finalized_{false} {}
+
+template
+PROTOBUF_CONSTEXPR CoopCompletionSnapshot_ContributorSnapshot::CoopCompletionSnapshot_ContributorSnapshot(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CoopCompletionSnapshot_ContributorSnapshotDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CoopCompletionSnapshot_ContributorSnapshotDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CoopCompletionSnapshot_ContributorSnapshotDefaultTypeInternal() {}
union {
- ContractSimConfig_ContractGradeSimConfig _instance;
+ CoopCompletionSnapshot_ContributorSnapshot _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimConfig_ContractGradeSimConfigDefaultTypeInternal _ContractSimConfig_ContractGradeSimConfig_default_instance_;
-PROTOBUF_CONSTEXPR ContractSimConfig::ContractSimConfig(
- ::_pbi::ConstantInitialized)
- : grade_configs_(){}
-struct ContractSimConfigDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractSimConfigDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractSimConfigDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CoopCompletionSnapshot_ContributorSnapshotDefaultTypeInternal _CoopCompletionSnapshot_ContributorSnapshot_default_instance_;
+
+inline constexpr CoopChickenRunEntry::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ server_timestamp_{0} {}
+
+template
+PROTOBUF_CONSTEXPR CoopChickenRunEntry::CoopChickenRunEntry(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CoopChickenRunEntryDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CoopChickenRunEntryDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CoopChickenRunEntryDefaultTypeInternal() {}
union {
- ContractSimConfig _instance;
+ CoopChickenRunEntry _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimConfigDefaultTypeInternal _ContractSimConfig_default_instance_;
-PROTOBUF_CONSTEXPR ContractSimPoll::ContractSimPoll(
- ::_pbi::ConstantInitialized)
- : client_version_(0u){}
-struct ContractSimPollDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractSimPollDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractSimPollDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CoopChickenRunEntryDefaultTypeInternal _CoopChickenRunEntry_default_instance_;
+
+inline constexpr CoopBuffState::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ server_timestamp_{0},
+ egg_laying_rate_{1},
+ earnings_{1} {}
+
+template
+PROTOBUF_CONSTEXPR CoopBuffState::CoopBuffState(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CoopBuffStateDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CoopBuffStateDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CoopBuffStateDefaultTypeInternal() {}
union {
- ContractSimPoll _instance;
+ CoopBuffState _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimPollDefaultTypeInternal _ContractSimPoll_default_instance_;
-PROTOBUF_CONSTEXPR ContractSimPollResponse::ContractSimPollResponse(
- ::_pbi::ConstantInitialized)
- : contract_to_simulate_(nullptr)
- , sim_config_(nullptr){}
-struct ContractSimPollResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractSimPollResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractSimPollResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CoopBuffStateDefaultTypeInternal _CoopBuffState_default_instance_;
+
+inline constexpr ContractsRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ soul_eggs_{0},
+ client_version_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR ContractsRequest::ContractsRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractsRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractsRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractsRequestDefaultTypeInternal() {}
union {
- ContractSimPollResponse _instance;
+ ContractsRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimPollResponseDefaultTypeInternal _ContractSimPollResponse_default_instance_;
-PROTOBUF_CONSTEXPR ContractSimResultUpdate_GoalInfo::ContractSimResultUpdate_GoalInfo(
- ::_pbi::ConstantInitialized)
- : grade_(0)
- , goal_index_(0u)
- , projected_eggs_laid_(0){}
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractsRequestDefaultTypeInternal _ContractsRequest_default_instance_;
+
+inline constexpr ContractSimResultUpdate_GoalInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)},
+ goal_index_{0u},
+ projected_eggs_laid_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ContractSimResultUpdate_GoalInfo::ContractSimResultUpdate_GoalInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
struct ContractSimResultUpdate_GoalInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractSimResultUpdate_GoalInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
+ PROTOBUF_CONSTEXPR ContractSimResultUpdate_GoalInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~ContractSimResultUpdate_GoalInfoDefaultTypeInternal() {}
union {
ContractSimResultUpdate_GoalInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimResultUpdate_GoalInfoDefaultTypeInternal _ContractSimResultUpdate_GoalInfo_default_instance_;
-PROTOBUF_CONSTEXPR ContractSimResultUpdate::ContractSimResultUpdate(
- ::_pbi::ConstantInitialized)
- : goal_infos_()
- , contract_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){}
-struct ContractSimResultUpdateDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractSimResultUpdateDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractSimResultUpdateDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimResultUpdate_GoalInfoDefaultTypeInternal _ContractSimResultUpdate_GoalInfo_default_instance_;
+
+inline constexpr ContractSimPoll::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ client_version_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR ContractSimPoll::ContractSimPoll(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractSimPollDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractSimPollDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractSimPollDefaultTypeInternal() {}
union {
- ContractSimResultUpdate _instance;
+ ContractSimPoll _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimResultUpdateDefaultTypeInternal _ContractSimResultUpdate_default_instance_;
-PROTOBUF_CONSTEXPR ContractsRequest::ContractsRequest(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , soul_eggs_(0)
- , client_version_(0u){}
-struct ContractsRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractsRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractsRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimPollDefaultTypeInternal _ContractSimPoll_default_instance_;
+
+inline constexpr ContractSimConfig_ContractGradeSimConfig_GoalParams::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ target_se_{0},
+ cps_mult_{0},
+ earnings_mult_{0},
+ time_efficacy_{0},
+ hab_capacity_mult_{0},
+ epic_research_budget_{0},
+ elr_mult_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ContractSimConfig_ContractGradeSimConfig_GoalParams::ContractSimConfig_ContractGradeSimConfig_GoalParams(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractSimConfig_ContractGradeSimConfig_GoalParamsDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractSimConfig_ContractGradeSimConfig_GoalParamsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractSimConfig_ContractGradeSimConfig_GoalParamsDefaultTypeInternal() {}
union {
- ContractsRequest _instance;
+ ContractSimConfig_ContractGradeSimConfig_GoalParams _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractsRequestDefaultTypeInternal _ContractsRequest_default_instance_;
-PROTOBUF_CONSTEXPR ContractsResponse::ContractsResponse(
- ::_pbi::ConstantInitialized)
- : contracts_()
- , custom_eggs_()
- , warning_message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , server_time_(0)
- , total_eop_(0)
- , max_eop_(1000u){}
-struct ContractsResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractsResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractsResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimConfig_ContractGradeSimConfig_GoalParamsDefaultTypeInternal _ContractSimConfig_ContractGradeSimConfig_GoalParams_default_instance_;
+
+inline constexpr ContractSeasonGoal::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ reward_sub_type_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ cxp_{0},
+ reward_amount_{0},
+ reward_type_{static_cast< ::ei::RewardType >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR ContractSeasonGoal::ContractSeasonGoal(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractSeasonGoalDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractSeasonGoalDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractSeasonGoalDefaultTypeInternal() {}
union {
- ContractsResponse _instance;
+ ContractSeasonGoal _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractsResponseDefaultTypeInternal _ContractsResponse_default_instance_;
-PROTOBUF_CONSTEXPR ContractCoopStatusRequest::ContractCoopStatusRequest(
- ::_pbi::ConstantInitialized)
- : contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , client_version_(0u){}
-struct ContractCoopStatusRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractCoopStatusRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractCoopStatusRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSeasonGoalDefaultTypeInternal _ContractSeasonGoal_default_instance_;
+
+inline constexpr ContractPlayerInfo_SeasonProgress::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ season_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ active_{false},
+ starting_grade_{static_cast< ::ei::Contract_PlayerGrade >(0)},
+ total_cxp_{0},
+ cxp_last_reward_given_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ContractPlayerInfo_SeasonProgress::ContractPlayerInfo_SeasonProgress(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractPlayerInfo_SeasonProgressDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractPlayerInfo_SeasonProgressDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractPlayerInfo_SeasonProgressDefaultTypeInternal() {}
union {
- ContractCoopStatusRequest _instance;
+ ContractPlayerInfo_SeasonProgress _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusRequestDefaultTypeInternal _ContractCoopStatusRequest_default_instance_;
-PROTOBUF_CONSTEXPR FarmProductionParams::FarmProductionParams(
- ::_pbi::ConstantInitialized)
- : farm_population_(0)
- , farm_capacity_(0)
- , elr_(0)
- , ihr_(0)
- , sr_(0)
- , delivered_(0){}
-struct FarmProductionParamsDefaultTypeInternal {
- PROTOBUF_CONSTEXPR FarmProductionParamsDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~FarmProductionParamsDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractPlayerInfo_SeasonProgressDefaultTypeInternal _ContractPlayerInfo_SeasonProgress_default_instance_;
+
+inline constexpr ContractEvaluation::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ notes_{},
+ issues_{},
+ season_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ version_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ cxp_{0},
+ grade_performance_{0},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)},
+ contribution_ratio_{0},
+ completion_percent_{0},
+ completion_time_{0},
+ chicken_runs_sent_{0u},
+ gift_tokens_sent_{0u},
+ original_length_{0},
+ old_league_{0},
+ gift_tokens_received_{0u},
+ teamwork_score_{0},
+ other_bonuses_{0},
+ buff_time_value_{0},
+ boost_token_allotment_{0u},
+ coop_size_{0u},
+ replay_{false},
+ old_goals_{false},
+ solo_{false},
+ counted_in_season_{false},
+ time_cheats_{0u},
+ last_contribution_time_{0},
+ soul_power_{0},
+ cxp_change_{0},
+ gift_token_value_sent_{0},
+ gift_token_value_received_{0},
+ evaluation_start_time_{0},
+ status_{static_cast< ::ei::ContractEvaluation_Status >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR ContractEvaluation::ContractEvaluation(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractEvaluationDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractEvaluationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractEvaluationDefaultTypeInternal() {}
union {
- FarmProductionParams _instance;
- };
-};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FarmProductionParamsDefaultTypeInternal _FarmProductionParams_default_instance_;
-PROTOBUF_CONSTEXPR PlayerFarmInfo::PlayerFarmInfo(
- ::_pbi::ConstantInitialized)
- : egg_medal_level_()
- , epic_research_()
- , habs_()
- , hab_population_()
- , vehicles_()
- , train_length_()
- , common_research_()
- , active_boosts_()
- , equipped_artifacts_()
- , hab_capacity_()
- , farm_appearance_(nullptr)
- , soul_eggs_(0)
- , eggs_of_prophecy_(uint64_t{0u})
- , permit_level_(0u)
- , hyperloop_station_(false)
- , cash_on_hand_(0)
- , silos_owned_(0u)
- , boost_tokens_on_hand_(0u)
- , artifact_inventory_score_(uint64_t{0u})
- , timestamp_(0)
- , client_version_(0u)
- , egg_type_(1)
-{}
-struct PlayerFarmInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR PlayerFarmInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~PlayerFarmInfoDefaultTypeInternal() {}
- union {
- PlayerFarmInfo _instance;
+ ContractEvaluation _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PlayerFarmInfoDefaultTypeInternal _PlayerFarmInfo_default_instance_;
-PROTOBUF_CONSTEXPR ContractCoopStatusResponse_ContributionInfo::ContractCoopStatusResponse_ContributionInfo(
- ::_pbi::ConstantInitialized)
- : buff_history_()
- , user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , push_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , uuid_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , production_params_(nullptr)
- , farm_info_(nullptr)
- , contribution_amount_(0)
- , contribution_rate_(0)
- , platform_(0)
-
- , rank_change_(0)
- , soul_power_(0)
- , ban_votes_(0u)
- , boost_tokens_(0u)
- , boost_tokens_spent_(0u)
- , finalized_(false)
- , time_cheat_detected_(false)
- , autojoined_(false)
- , chicken_run_cooldown_(0)
- , recently_active_(false)
- , active_(false)
- , cc_member_(false)
- , leech_(false){}
-struct ContractCoopStatusResponse_ContributionInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractCoopStatusResponse_ContributionInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractCoopStatusResponse_ContributionInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractEvaluationDefaultTypeInternal _ContractEvaluation_default_instance_;
+
+inline constexpr ContractCoopStatusUpdateResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ finalized_{false},
+ exists_{false},
+ status_{static_cast< ::ei::ContractCoopStatusResponse_MemberStatus >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR ContractCoopStatusUpdateResponse::ContractCoopStatusUpdateResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractCoopStatusUpdateResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractCoopStatusUpdateResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractCoopStatusUpdateResponseDefaultTypeInternal() {}
union {
- ContractCoopStatusResponse_ContributionInfo _instance;
+ ContractCoopStatusUpdateResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusResponse_ContributionInfoDefaultTypeInternal _ContractCoopStatusResponse_ContributionInfo_default_instance_;
-PROTOBUF_CONSTEXPR ContractCoopStatusResponse_CoopGift::ContractCoopStatusResponse_CoopGift(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , tracking_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , amount_(0u){}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusUpdateResponseDefaultTypeInternal _ContractCoopStatusUpdateResponse_default_instance_;
+
+inline constexpr ContractCoopStatusResponse_CoopGift::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ tracking_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ amount_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR ContractCoopStatusResponse_CoopGift::ContractCoopStatusResponse_CoopGift(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
struct ContractCoopStatusResponse_CoopGiftDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractCoopStatusResponse_CoopGiftDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
+ PROTOBUF_CONSTEXPR ContractCoopStatusResponse_CoopGiftDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~ContractCoopStatusResponse_CoopGiftDefaultTypeInternal() {}
union {
ContractCoopStatusResponse_CoopGift _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusResponse_CoopGiftDefaultTypeInternal _ContractCoopStatusResponse_CoopGift_default_instance_;
-PROTOBUF_CONSTEXPR ContractCoopStatusResponse_ChickenRun::ContractCoopStatusResponse_ChickenRun(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , amount_(uint64_t{0u}){}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusResponse_CoopGiftDefaultTypeInternal _ContractCoopStatusResponse_CoopGift_default_instance_;
+
+inline constexpr ContractCoopStatusResponse_ChickenRun::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ amount_{::uint64_t{0u}} {}
+
+template
+PROTOBUF_CONSTEXPR ContractCoopStatusResponse_ChickenRun::ContractCoopStatusResponse_ChickenRun(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
struct ContractCoopStatusResponse_ChickenRunDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractCoopStatusResponse_ChickenRunDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
+ PROTOBUF_CONSTEXPR ContractCoopStatusResponse_ChickenRunDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~ContractCoopStatusResponse_ChickenRunDefaultTypeInternal() {}
union {
ContractCoopStatusResponse_ChickenRun _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusResponse_ChickenRunDefaultTypeInternal _ContractCoopStatusResponse_ChickenRun_default_instance_;
-PROTOBUF_CONSTEXPR ContractCoopStatusResponse::ContractCoopStatusResponse(
- ::_pbi::ConstantInitialized)
- : contributors_()
- , gifts_()
- , chicken_runs_()
- , contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , creator_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , total_amount_(0)
- , seconds_remaining_(0)
- , grace_period_seconds_remaining_(0)
- , auto_generated_(false)
- , public__(false)
- , all_goals_achieved_(false)
- , all_members_reporting_(false)
- , cleared_for_exit_(false)
- , local_timestamp_(0)
- , seconds_since_all_goals_achieved_(0)
- , last_sync_(0)
- , grade_(0)
-
- , response_status_(0)
-{}
-struct ContractCoopStatusResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractCoopStatusResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractCoopStatusResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusResponse_ChickenRunDefaultTypeInternal _ContractCoopStatusResponse_ChickenRun_default_instance_;
+
+inline constexpr ContractCitation::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ timestamp_{0},
+ issue_{static_cast< ::ei::ContractEvaluation_PoorBehavior >(0)},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR ContractCitation::ContractCitation(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractCitationDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractCitationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractCitationDefaultTypeInternal() {}
union {
- ContractCoopStatusResponse _instance;
+ ContractCitation _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusResponseDefaultTypeInternal _ContractCoopStatusResponse_default_instance_;
-PROTOBUF_CONSTEXPR LocalContract::LocalContract(
- ::_pbi::ConstantInitialized)
- : reported_uuids_()
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , contract_(nullptr)
- , evaluation_(nullptr)
- , time_accepted_(0)
- , coop_shared_end_time_(0)
- , last_amount_when_reward_given_(0)
- , accepted_(false)
- , cancelled_(false)
- , new__(false)
- , coop_contribution_finalized_(false)
- , boosts_used_(0u)
- , coop_grace_period_end_time_(0)
- , coop_last_uploaded_contribution_(0)
- , num_goals_achieved_(0u)
- , league_(0u)
- , last_nag_time_(0)
- , grade_(0)
-
- , coop_share_farm_(false)
- , points_replay_(false)
- , coop_simulation_end_time_(0)
- , max_farm_size_reached_(0){}
-struct LocalContractDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LocalContractDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LocalContractDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCitationDefaultTypeInternal _ContractCitation_default_instance_;
+
+inline constexpr ContractAction::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ action_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ dest_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ contract_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ reward_subtype_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ boost_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ approx_time_{0},
+ grade_{0u},
+ reward_type_{0u},
+ autojoin_{false},
+ replay_{false},
+ points_replay_{false},
+ public__{false},
+ goal_index_{0u},
+ reward_amount_{0},
+ tokens_{0u},
+ kick_reason_{0u},
+ cc_only_{false} {}
+
+template
+PROTOBUF_CONSTEXPR ContractAction::ContractAction(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractActionDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractActionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractActionDefaultTypeInternal() {}
union {
- LocalContract _instance;
+ ContractAction _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LocalContractDefaultTypeInternal _LocalContract_default_instance_;
-PROTOBUF_CONSTEXPR MyContracts::MyContracts(
- ::_pbi::ConstantInitialized)
- : contracts_()
- , archive_()
- , contract_ids_seen_()
- , current_coop_statuses_()
- , custom_egg_info_()
- , last_cpi_(nullptr)
- , last_grade_progress_shown_(0)
- , initial_grade_revealed_(false)
- , show_advanced_evaluations_(false){}
-struct MyContractsDefaultTypeInternal {
- PROTOBUF_CONSTEXPR MyContractsDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~MyContractsDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractActionDefaultTypeInternal _ContractAction_default_instance_;
+
+inline constexpr Contract_Goal::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ reward_sub_type_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ target_amount_{0},
+ reward_amount_{0},
+ target_soul_eggs_{0},
+ type_{static_cast< ::ei::GoalType >(1)},
+ reward_type_{static_cast< ::ei::RewardType >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR Contract_Goal::Contract_Goal(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Contract_GoalDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Contract_GoalDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Contract_GoalDefaultTypeInternal() {}
union {
- MyContracts _instance;
+ Contract_Goal _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MyContractsDefaultTypeInternal _MyContracts_default_instance_;
-PROTOBUF_CONSTEXPR QueryCoopRequest::QueryCoopRequest(
- ::_pbi::ConstantInitialized)
- : contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , client_version_(0u)
- , league_(0u)
- , grade_(0)
-{}
-struct QueryCoopRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR QueryCoopRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~QueryCoopRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Contract_GoalDefaultTypeInternal _Contract_Goal_default_instance_;
+
+inline constexpr CleanAccountRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ ei_user_id_to_keep_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ game_services_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()) {}
+
+template
+PROTOBUF_CONSTEXPR CleanAccountRequest::CleanAccountRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CleanAccountRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CleanAccountRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CleanAccountRequestDefaultTypeInternal() {}
union {
- QueryCoopRequest _instance;
+ CleanAccountRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 QueryCoopRequestDefaultTypeInternal _QueryCoopRequest_default_instance_;
-PROTOBUF_CONSTEXPR QueryCoopResponse::QueryCoopResponse(
- ::_pbi::ConstantInitialized)
- : exists_(false)
- , full_(false)
- , expired_(false)
- , different_league_(false)
- , different_grade_(false)
- , cc_only_(false)
- , banned_(false){}
-struct QueryCoopResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR QueryCoopResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~QueryCoopResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CleanAccountRequestDefaultTypeInternal _CleanAccountRequest_default_instance_;
+
+inline constexpr CXPEvalRolloutInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ current_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ basis_points_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR CXPEvalRolloutInfo::CXPEvalRolloutInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CXPEvalRolloutInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CXPEvalRolloutInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CXPEvalRolloutInfoDefaultTypeInternal() {}
union {
- QueryCoopResponse _instance;
+ CXPEvalRolloutInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 QueryCoopResponseDefaultTypeInternal _QueryCoopResponse_default_instance_;
-PROTOBUF_CONSTEXPR CreateCoopRequest::CreateCoopRequest(
- ::_pbi::ConstantInitialized)
- : contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , seconds_remaining_(0)
- , platform_(0)
-
- , client_version_(0u)
- , soul_power_(0)
- , league_(0u)
- , grade_(0)
-
- , eop_(0)
- , public__(false)
- , cc_only_(false)
- , allow_all_grades_(false)
- , points_replay_(false){}
-struct CreateCoopRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CreateCoopRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CreateCoopRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CXPEvalRolloutInfoDefaultTypeInternal _CXPEvalRolloutInfo_default_instance_;
+
+inline constexpr BasicRequestInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ version_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ build_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ platform_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ country_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ language_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ client_version_{0u},
+ debug_{false} {}
+
+template
+PROTOBUF_CONSTEXPR BasicRequestInfo::BasicRequestInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct BasicRequestInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR BasicRequestInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~BasicRequestInfoDefaultTypeInternal() {}
union {
- CreateCoopRequest _instance;
+ BasicRequestInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CreateCoopRequestDefaultTypeInternal _CreateCoopRequest_default_instance_;
-PROTOBUF_CONSTEXPR CreateCoopResponse::CreateCoopResponse(
- ::_pbi::ConstantInitialized)
- : message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , success_(false){}
-struct CreateCoopResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CreateCoopResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CreateCoopResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BasicRequestInfoDefaultTypeInternal _BasicRequestInfo_default_instance_;
+
+inline constexpr Backup_Tutorial::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ tutorial_shown_{},
+ intro_shown_{false},
+ click_tutorial_shown_{false},
+ buy_hab_shown_{false},
+ hire_vehicle_shown_{false},
+ q_num_shown_{false},
+ s_num_shown_{false},
+ contracts_tab_shown_{false},
+ contract_info_shown_{false},
+ join_coop_shown_{false},
+ switch_farm_shown_{false} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_Tutorial::Backup_Tutorial(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_TutorialDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_TutorialDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_TutorialDefaultTypeInternal() {}
union {
- CreateCoopResponse _instance;
+ Backup_Tutorial _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CreateCoopResponseDefaultTypeInternal _CreateCoopResponse_default_instance_;
-PROTOBUF_CONSTEXPR JoinCoopRequest::JoinCoopRequest(
- ::_pbi::ConstantInitialized)
- : contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , platform_(0)
-
- , client_version_(0u)
- , soul_power_(0)
- , seconds_remaining_(0)
- , league_(0u)
- , grade_(0)
-
- , eop_(0)
- , points_replay_(false){}
-struct JoinCoopRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR JoinCoopRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~JoinCoopRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_TutorialDefaultTypeInternal _Backup_Tutorial_default_instance_;
+
+inline constexpr Backup_Stats::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ egg_totals_old_{},
+ egg_totals_{},
+ refill_uses_{::uint64_t{0u}},
+ video_doubler_uses_{::uint64_t{0u}},
+ warp_1_uses_{::uint64_t{0u}},
+ warp_8_uses_{::uint64_t{0u}},
+ drone_takedowns_{::uint64_t{0u}},
+ unlimited_chickens_uses_{::uint64_t{0u}},
+ num_prestiges_{::uint64_t{0u}},
+ drone_takedowns_elite_{::uint64_t{0u}},
+ num_piggy_breaks_{::uint64_t{0u}},
+ iap_packs_purchased_{::uint64_t{0u}},
+ boosts_used_{::uint64_t{0u}},
+ time_piggy_filled_realtime_{0},
+ time_piggy_full_gametime_{0},
+ lost_piggy_increments_{::uint64_t{0u}},
+ piggy_full_{false},
+ piggy_found_full_{false} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_Stats::Backup_Stats(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_StatsDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_StatsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_StatsDefaultTypeInternal() {}
union {
- JoinCoopRequest _instance;
+ Backup_Stats _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 JoinCoopRequestDefaultTypeInternal _JoinCoopRequest_default_instance_;
-PROTOBUF_CONSTEXPR JoinCoopResponse::JoinCoopResponse(
- ::_pbi::ConstantInitialized)
- : message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , seconds_remaining_(0)
- , success_(false)
- , banned_(false)
- , can_start_(false)
- , num_members_(0u)
- , match_percent_(0)
- , status_(0)
-
- , grade_(0)
-{}
-struct JoinCoopResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR JoinCoopResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~JoinCoopResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_StatsDefaultTypeInternal _Backup_Stats_default_instance_;
+
+inline constexpr Backup_Shells::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ num_new_{},
+ intro_alert_{false},
+ contracts_intro_alert_{false} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_Shells::Backup_Shells(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_ShellsDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_ShellsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_ShellsDefaultTypeInternal() {}
union {
- JoinCoopResponse _instance;
+ Backup_Shells _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 JoinCoopResponseDefaultTypeInternal _JoinCoopResponse_default_instance_;
-PROTOBUF_CONSTEXPR AutoJoinCoopRequest::AutoJoinCoopRequest(
- ::_pbi::ConstantInitialized)
- : contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , soul_power_(0)
- , seconds_remaining_(0)
- , platform_(0)
-
- , client_version_(0u)
- , eop_(0)
- , league_(0u)
- , grade_(0)
-
- , points_replay_(false){}
-struct AutoJoinCoopRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR AutoJoinCoopRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~AutoJoinCoopRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_ShellsDefaultTypeInternal _Backup_Shells_default_instance_;
+
+inline constexpr Backup_Settings::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ sfx_{false},
+ music_{false},
+ low_battery_mode_{false},
+ low_performance_mode_{false},
+ force_touch_chicken_btn_{false},
+ notifications_queried_{false},
+ notifications_on_{false},
+ notify_daily_gift_{false},
+ gdpr_consent_queried_{false},
+ gdpr_age_restricted_{false},
+ gdpr_consent_given_{false},
+ age_queried_{false},
+ last_day_age_queried_{0u},
+ contracts_widget_enabled_{false},
+ artifact_sparkle_{false},
+ coppa_queried_{false},
+ coppa_restricted_{false},
+ age_restricted_{false},
+ data_collection_consent_queried_{false},
+ data_collection_consent_given_{false},
+ last_backup_time_{0},
+ last_notification_query_time_{0},
+ low_performance_{false},
+ auto_stop_fueling_{false},
+ max_enabled_{false},
+ hide_cc_status_{false},
+ user_ads_enabled_{true},
+ user_cloud_enabled_{true},
+ user_analytics_enabled_{true},
+ user_personalized_ads_enabled_{true} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_Settings::Backup_Settings(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_SettingsDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_SettingsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_SettingsDefaultTypeInternal() {}
union {
- AutoJoinCoopRequest _instance;
+ Backup_Settings _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AutoJoinCoopRequestDefaultTypeInternal _AutoJoinCoopRequest_default_instance_;
-PROTOBUF_CONSTEXPR UpdateCoopPermissionsRequest::UpdateCoopPermissionsRequest(
- ::_pbi::ConstantInitialized)
- : contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , requesting_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , public__(false)
- , client_version_(0u){}
-struct UpdateCoopPermissionsRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR UpdateCoopPermissionsRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~UpdateCoopPermissionsRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_SettingsDefaultTypeInternal _Backup_Settings_default_instance_;
+
+inline constexpr Backup_ResearchItem::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ level_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_ResearchItem::Backup_ResearchItem(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_ResearchItemDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_ResearchItemDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_ResearchItemDefaultTypeInternal() {}
union {
- UpdateCoopPermissionsRequest _instance;
+ Backup_ResearchItem _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateCoopPermissionsRequestDefaultTypeInternal _UpdateCoopPermissionsRequest_default_instance_;
-PROTOBUF_CONSTEXPR UpdateCoopPermissionsResponse::UpdateCoopPermissionsResponse(
- ::_pbi::ConstantInitialized)
- : message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , success_(false){}
-struct UpdateCoopPermissionsResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR UpdateCoopPermissionsResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~UpdateCoopPermissionsResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_ResearchItemDefaultTypeInternal _Backup_ResearchItem_default_instance_;
+
+inline constexpr Backup_OwnedBoost::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ boost_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ count_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_OwnedBoost::Backup_OwnedBoost(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_OwnedBoostDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_OwnedBoostDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_OwnedBoostDefaultTypeInternal() {}
union {
- UpdateCoopPermissionsResponse _instance;
+ Backup_OwnedBoost _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateCoopPermissionsResponseDefaultTypeInternal _UpdateCoopPermissionsResponse_default_instance_;
-PROTOBUF_CONSTEXPR LeaveCoopRequest::LeaveCoopRequest(
- ::_pbi::ConstantInitialized)
- : contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , player_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , client_version_(0u){}
-struct LeaveCoopRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LeaveCoopRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LeaveCoopRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_OwnedBoostDefaultTypeInternal _Backup_OwnedBoost_default_instance_;
+
+inline constexpr Backup_NewsHeadline::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ read_{false} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_NewsHeadline::Backup_NewsHeadline(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_NewsHeadlineDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_NewsHeadlineDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_NewsHeadlineDefaultTypeInternal() {}
union {
- LeaveCoopRequest _instance;
+ Backup_NewsHeadline _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaveCoopRequestDefaultTypeInternal _LeaveCoopRequest_default_instance_;
-PROTOBUF_CONSTEXPR GiftPlayerCoopRequest::GiftPlayerCoopRequest(
- ::_pbi::ConstantInitialized)
- : contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , player_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , requesting_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , requesting_user_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , amount_(0u)
- , client_version_(0u){}
-struct GiftPlayerCoopRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR GiftPlayerCoopRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~GiftPlayerCoopRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_NewsHeadlineDefaultTypeInternal _Backup_NewsHeadline_default_instance_;
+
+inline constexpr Backup_MissionInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ reference_value_{0},
+ completed_{false} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_MissionInfo::Backup_MissionInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_MissionInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_MissionInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_MissionInfoDefaultTypeInternal() {}
union {
- GiftPlayerCoopRequest _instance;
+ Backup_MissionInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GiftPlayerCoopRequestDefaultTypeInternal _GiftPlayerCoopRequest_default_instance_;
-PROTOBUF_CONSTEXPR SendChickenRunCoopRequest::SendChickenRunCoopRequest(
- ::_pbi::ConstantInitialized)
- : contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , player_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , requesting_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , requesting_user_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , farm_pop_(uint64_t{0u})
- , client_version_(0u){}
-struct SendChickenRunCoopRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR SendChickenRunCoopRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~SendChickenRunCoopRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_MissionInfoDefaultTypeInternal _Backup_MissionInfo_default_instance_;
+
+inline constexpr Backup_Misc::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ friend_rank_{::uint64_t{0u}},
+ friend_rank_pop_{::uint64_t{0u}},
+ global_rank_{::uint64_t{0u}},
+ global_rank_pop_{::uint64_t{0u}},
+ chicken_btn_pref_big_{false},
+ free_hatchery_refill_given_{false},
+ challenges_alert_{false},
+ trophy_alert_{false},
+ ar_alert_{false},
+ contracts_alert_{false},
+ contracts_alert_v2_{false},
+ coop_alert_{false},
+ coop_alert_v2_{false},
+ switch_alert_{false},
+ egg_of_prophecy_alert_{false},
+ boost_token_alert_{false},
+ soul_egg_alert_{false},
+ backup_reminder_alert_{false},
+ max_button_alert_{false},
+ mission_target_alert_{false},
+ colleggtibles_alert_{false},
+ last_share_farm_value_{10000000},
+ last_share_swarm_farm_value_{10000000},
+ last_share_swarm_size_{140},
+ last_prestige_alert_soul_eggs_deprecated_{::uint64_t{45u}} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_Misc::Backup_Misc(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_MiscDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_MiscDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_MiscDefaultTypeInternal() {}
union {
- SendChickenRunCoopRequest _instance;
+ Backup_Misc _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SendChickenRunCoopRequestDefaultTypeInternal _SendChickenRunCoopRequest_default_instance_;
-PROTOBUF_CONSTEXPR ReportPlayerCoopRequest::ReportPlayerCoopRequest(
- ::_pbi::ConstantInitialized)
- : contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , reason_(0)
-{}
-struct ReportPlayerCoopRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ReportPlayerCoopRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ReportPlayerCoopRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_MiscDefaultTypeInternal _Backup_Misc_default_instance_;
+
+inline constexpr Backup_ActiveBoost::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ boost_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ time_remaining_{0},
+ reference_value_{0} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_ActiveBoost::Backup_ActiveBoost(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_ActiveBoostDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_ActiveBoostDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_ActiveBoostDefaultTypeInternal() {}
union {
- ReportPlayerCoopRequest _instance;
+ Backup_ActiveBoost _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReportPlayerCoopRequestDefaultTypeInternal _ReportPlayerCoopRequest_default_instance_;
-PROTOBUF_CONSTEXPR KickPlayerCoopRequest::KickPlayerCoopRequest(
- ::_pbi::ConstantInitialized)
- : contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , player_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , requesting_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , client_version_(0u)
- , reason_(0)
-{}
-struct KickPlayerCoopRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR KickPlayerCoopRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~KickPlayerCoopRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_ActiveBoostDefaultTypeInternal _Backup_ActiveBoost_default_instance_;
+
+inline constexpr Backup_AchievementInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ achieved_{false} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_AchievementInfo::Backup_AchievementInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_AchievementInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_AchievementInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_AchievementInfoDefaultTypeInternal() {}
union {
- KickPlayerCoopRequest _instance;
+ Backup_AchievementInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 KickPlayerCoopRequestDefaultTypeInternal _KickPlayerCoopRequest_default_instance_;
-PROTOBUF_CONSTEXPR ContractCoopStatusUpdateRequest::ContractCoopStatusUpdateRequest(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , push_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , production_params_(nullptr)
- , farm_info_(nullptr)
- , amount_(0)
- , rate_(0)
- , soul_power_(0)
- , time_cheats_detected_(0u)
- , boost_tokens_(0u)
- , boost_tokens_spent_(0u)
- , eop_(0u)
- , hide_cc_status_(false)
- , egg_laying_rate_buff_(1)
- , earnings_buff_(1){}
-struct ContractCoopStatusUpdateRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractCoopStatusUpdateRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractCoopStatusUpdateRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_AchievementInfoDefaultTypeInternal _Backup_AchievementInfo_default_instance_;
+
+inline constexpr AuthenticatedMessage::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ message_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ code_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ version_{0u},
+ compressed_{false},
+ original_size_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR AuthenticatedMessage::AuthenticatedMessage(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct AuthenticatedMessageDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR AuthenticatedMessageDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~AuthenticatedMessageDefaultTypeInternal() {}
union {
- ContractCoopStatusUpdateRequest _instance;
+ AuthenticatedMessage _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusUpdateRequestDefaultTypeInternal _ContractCoopStatusUpdateRequest_default_instance_;
-PROTOBUF_CONSTEXPR ContractCoopStatusUpdateResponse::ContractCoopStatusUpdateResponse(
- ::_pbi::ConstantInitialized)
- : finalized_(false)
- , exists_(false)
- , status_(0)
-{}
-struct ContractCoopStatusUpdateResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractCoopStatusUpdateResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractCoopStatusUpdateResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AuthenticatedMessageDefaultTypeInternal _AuthenticatedMessage_default_instance_;
+
+inline constexpr AuthenticateArtifactResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ original_item_id_{::uint64_t{0u}},
+ success_{false},
+ demote_{false},
+ delete__{false} {}
+
+template
+PROTOBUF_CONSTEXPR AuthenticateArtifactResponse::AuthenticateArtifactResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct AuthenticateArtifactResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR AuthenticateArtifactResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~AuthenticateArtifactResponseDefaultTypeInternal() {}
union {
- ContractCoopStatusUpdateResponse _instance;
+ AuthenticateArtifactResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusUpdateResponseDefaultTypeInternal _ContractCoopStatusUpdateResponse_default_instance_;
-PROTOBUF_CONSTEXPR CoopBuffState::CoopBuffState(
- ::_pbi::ConstantInitialized)
- : server_timestamp_(0)
- , egg_laying_rate_(1)
- , earnings_(1){}
-struct CoopBuffStateDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CoopBuffStateDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CoopBuffStateDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AuthenticateArtifactResponseDefaultTypeInternal _AuthenticateArtifactResponse_default_instance_;
+
+inline constexpr ArtifactsDB_ActiveArtifactSlot::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ item_id_{::uint64_t{0u}},
+ occupied_{false} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactsDB_ActiveArtifactSlot::ArtifactsDB_ActiveArtifactSlot(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactsDB_ActiveArtifactSlotDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactsDB_ActiveArtifactSlotDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactsDB_ActiveArtifactSlotDefaultTypeInternal() {}
union {
- CoopBuffState _instance;
+ ArtifactsDB_ActiveArtifactSlot _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CoopBuffStateDefaultTypeInternal _CoopBuffState_default_instance_;
-PROTOBUF_CONSTEXPR CoopBuffHistory::CoopBuffHistory(
- ::_pbi::ConstantInitialized)
- : history_(){}
-struct CoopBuffHistoryDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CoopBuffHistoryDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CoopBuffHistoryDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsDB_ActiveArtifactSlotDefaultTypeInternal _ArtifactsDB_ActiveArtifactSlot_default_instance_;
+
+inline constexpr ArtifactsConfigurationResponse_MissionParameters_Duration::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ seconds_{0},
+ duration_type_{static_cast< ::ei::MissionInfo_DurationType >(0)},
+ quality_{0},
+ min_quality_{0},
+ max_quality_{0},
+ capacity_{0u},
+ level_capacity_bump_{0u},
+ level_quality_bump_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_MissionParameters_Duration::ArtifactsConfigurationResponse_MissionParameters_Duration(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactsConfigurationResponse_MissionParameters_DurationDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_MissionParameters_DurationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactsConfigurationResponse_MissionParameters_DurationDefaultTypeInternal() {}
union {
- CoopBuffHistory _instance;
+ ArtifactsConfigurationResponse_MissionParameters_Duration _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CoopBuffHistoryDefaultTypeInternal _CoopBuffHistory_default_instance_;
-PROTOBUF_CONSTEXPR CoopChickenRunEntry::CoopChickenRunEntry(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , server_timestamp_(0){}
-struct CoopChickenRunEntryDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CoopChickenRunEntryDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CoopChickenRunEntryDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsConfigurationResponse_MissionParameters_DurationDefaultTypeInternal _ArtifactsConfigurationResponse_MissionParameters_Duration_default_instance_;
+
+inline constexpr ArtifactsConfigurationResponse_CraftingLevelInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ xp_required_{0},
+ rarity_mult_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_CraftingLevelInfo::ArtifactsConfigurationResponse_CraftingLevelInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactsConfigurationResponse_CraftingLevelInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_CraftingLevelInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactsConfigurationResponse_CraftingLevelInfoDefaultTypeInternal() {}
union {
- CoopChickenRunEntry _instance;
+ ArtifactsConfigurationResponse_CraftingLevelInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CoopChickenRunEntryDefaultTypeInternal _CoopChickenRunEntry_default_instance_;
-PROTOBUF_CONSTEXPR CoopLastChickenRunTimes::CoopLastChickenRunTimes(
- ::_pbi::ConstantInitialized)
- : entries_(){}
-struct CoopLastChickenRunTimesDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CoopLastChickenRunTimesDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CoopLastChickenRunTimesDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsConfigurationResponse_CraftingLevelInfoDefaultTypeInternal _ArtifactsConfigurationResponse_CraftingLevelInfo_default_instance_;
+
+inline constexpr ArtifactsClientInfo_LaunchCount::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ ship_{static_cast< ::ei::MissionInfo_Spaceship >(0)},
+ num_launches_{0u},
+ launch_points_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactsClientInfo_LaunchCount::ArtifactsClientInfo_LaunchCount(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactsClientInfo_LaunchCountDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactsClientInfo_LaunchCountDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactsClientInfo_LaunchCountDefaultTypeInternal() {}
union {
- CoopLastChickenRunTimes _instance;
+ ArtifactsClientInfo_LaunchCount _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CoopLastChickenRunTimesDefaultTypeInternal _CoopLastChickenRunTimes_default_instance_;
-PROTOBUF_CONSTEXPR LeaderboardAnalysis_Chunk::LeaderboardAnalysis_Chunk(
- ::_pbi::ConstantInitialized)
- : start_cursor_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , end_cursor_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , start_index_(0u)
- , end_index_(0u)
- , high_score_(0)
- , low_score_(0){}
-struct LeaderboardAnalysis_ChunkDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LeaderboardAnalysis_ChunkDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LeaderboardAnalysis_ChunkDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsClientInfo_LaunchCountDefaultTypeInternal _ArtifactsClientInfo_LaunchCount_default_instance_;
+
+inline constexpr ArtifactSpec::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ name_{static_cast< ::ei::ArtifactSpec_Name >(0)},
+ level_{static_cast< ::ei::ArtifactSpec_Level >(0)},
+ rarity_{static_cast< ::ei::ArtifactSpec_Rarity >(0)},
+ egg_{static_cast< ::ei::Egg >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactSpec::ArtifactSpec(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactSpecDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactSpecDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactSpecDefaultTypeInternal() {}
union {
- LeaderboardAnalysis_Chunk _instance;
+ ArtifactSpec _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardAnalysis_ChunkDefaultTypeInternal _LeaderboardAnalysis_Chunk_default_instance_;
-PROTOBUF_CONSTEXPR LeaderboardAnalysis::LeaderboardAnalysis(
- ::_pbi::ConstantInitialized)
- : chunks_()
- , cursor_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , high_score_(0)
- , low_score_(0)
- , count_(0u){}
-struct LeaderboardAnalysisDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LeaderboardAnalysisDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LeaderboardAnalysisDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactSpecDefaultTypeInternal _ArtifactSpec_default_instance_;
+
+inline constexpr AppInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ version_str_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ sale_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ sessions_{0u},
+ num_prestiges_{0u},
+ soul_eggs_{::uint64_t{0u}},
+ gold_earned_{::uint64_t{0u}},
+ current_egg_{0u},
+ current_mission_{0u},
+ gold_spent_{::uint64_t{0u}},
+ num_piggy_breaks_{::uint64_t{0u}},
+ piggy_size_{0u},
+ permit_level_{0u},
+ iap_packs_purchased_{::uint64_t{0u}},
+ unlimited_chickens_uses_{::uint64_t{0u}},
+ refill_uses_{::uint64_t{0u}},
+ video_doubler_uses_{::uint64_t{0u}},
+ short_warp_uses_{::uint64_t{0u}},
+ long_warp_uses_{::uint64_t{0u}},
+ drone_takedowns_{::uint64_t{0u}},
+ drone_takedowns_elite_{::uint64_t{0u}},
+ egg_level_{0},
+ struggle_factor_{0},
+ time_piggy_full_realtime_{0},
+ time_piggy_full_gametime_{0},
+ lost_piggy_increments_{::uint64_t{0u}},
+ verified_piggy_breaks_{::uint64_t{0u}},
+ trophies_unlocked_{false},
+ piggy_full_{false},
+ piggy_found_full_{false} {}
+
+template
+PROTOBUF_CONSTEXPR AppInfo::AppInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct AppInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR AppInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~AppInfoDefaultTypeInternal() {}
union {
- LeaderboardAnalysis _instance;
+ AppInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardAnalysisDefaultTypeInternal _LeaderboardAnalysis_default_instance_;
-PROTOBUF_CONSTEXPR LeaderboardInfo_Season::LeaderboardInfo_Season(
- ::_pbi::ConstantInitialized)
- : scope_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){}
-struct LeaderboardInfo_SeasonDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LeaderboardInfo_SeasonDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LeaderboardInfo_SeasonDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AppInfoDefaultTypeInternal _AppInfo_default_instance_;
+
+inline constexpr AdAttributionRow::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ ad_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ ad_network_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ campaign_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ keyword_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ extra_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ click_date_{0},
+ download_date_{0},
+ approx_time_{0} {}
+
+template
+PROTOBUF_CONSTEXPR AdAttributionRow::AdAttributionRow(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct AdAttributionRowDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR AdAttributionRowDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~AdAttributionRowDefaultTypeInternal() {}
union {
- LeaderboardInfo_Season _instance;
+ AdAttributionRow _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardInfo_SeasonDefaultTypeInternal _LeaderboardInfo_Season_default_instance_;
-PROTOBUF_CONSTEXPR LeaderboardInfo::LeaderboardInfo(
- ::_pbi::ConstantInitialized)
- : seasons_()
- , all_time_scope_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){}
-struct LeaderboardInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LeaderboardInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LeaderboardInfoDefaultTypeInternal() {}
- union {
- LeaderboardInfo _instance;
- };
-};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardInfoDefaultTypeInternal _LeaderboardInfo_default_instance_;
-PROTOBUF_CONSTEXPR LeaderboardRequest::LeaderboardRequest(
- ::_pbi::ConstantInitialized)
- : scope_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , grade_(0)
-{}
-struct LeaderboardRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LeaderboardRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LeaderboardRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AdAttributionRowDefaultTypeInternal _AdAttributionRow_default_instance_;
+
+inline constexpr AdAttributionRawData::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ device_ad_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ ad_network_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ json_data_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()) {}
+
+template
+PROTOBUF_CONSTEXPR AdAttributionRawData::AdAttributionRawData(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct AdAttributionRawDataDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR AdAttributionRawDataDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~AdAttributionRawDataDefaultTypeInternal() {}
union {
- LeaderboardRequest _instance;
+ AdAttributionRawData _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardRequestDefaultTypeInternal _LeaderboardRequest_default_instance_;
-PROTOBUF_CONSTEXPR LeaderboardResponse_Entry::LeaderboardResponse_Entry(
- ::_pbi::ConstantInitialized)
- : alias_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , score_(0)
- , rank_(0u){}
-struct LeaderboardResponse_EntryDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LeaderboardResponse_EntryDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LeaderboardResponse_EntryDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AdAttributionRawDataDefaultTypeInternal _AdAttributionRawData_default_instance_;
+
+inline constexpr AdAttributionInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ device_ad_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ network_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ org_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ org_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ campaign_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ campaign_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ click_date_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ conversion_date_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ conversion_type_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ geo_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ adgroup_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ adgroup_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ keyword_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ keyword_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ keyword_extra_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ creativeset_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ creativeset_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ attribution_{false} {}
+
+template
+PROTOBUF_CONSTEXPR AdAttributionInfo::AdAttributionInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct AdAttributionInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR AdAttributionInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~AdAttributionInfoDefaultTypeInternal() {}
union {
- LeaderboardResponse_Entry _instance;
+ AdAttributionInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardResponse_EntryDefaultTypeInternal _LeaderboardResponse_Entry_default_instance_;
-PROTOBUF_CONSTEXPR LeaderboardResponse::LeaderboardResponse(
- ::_pbi::ConstantInitialized)
- : top_entries_()
- , scope_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , grade_(0)
- , count_(0u)
- , score_(0)
- , rank_(0u){}
-struct LeaderboardResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LeaderboardResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LeaderboardResponseDefaultTypeInternal() {}
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AdAttributionInfoDefaultTypeInternal _AdAttributionInfo_default_instance_;
+
+inline constexpr ActionKeyValuePair::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ key_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ value_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()) {}
+
+template
+PROTOBUF_CONSTEXPR ActionKeyValuePair::ActionKeyValuePair(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ActionKeyValuePairDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ActionKeyValuePairDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ActionKeyValuePairDefaultTypeInternal() {}
union {
- LeaderboardResponse _instance;
+ ActionKeyValuePair _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardResponseDefaultTypeInternal _LeaderboardResponse_default_instance_;
-PROTOBUF_CONSTEXPR ContractsArchive::ContractsArchive(
- ::_pbi::ConstantInitialized)
- : archive_(){}
-struct ContractsArchiveDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractsArchiveDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractsArchiveDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ActionKeyValuePairDefaultTypeInternal _ActionKeyValuePair_default_instance_;
+
+inline constexpr AccountTransferPayload::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ from_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ to_ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()) {}
+
+template
+PROTOBUF_CONSTEXPR AccountTransferPayload::AccountTransferPayload(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct AccountTransferPayloadDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR AccountTransferPayloadDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~AccountTransferPayloadDefaultTypeInternal() {}
union {
- ContractsArchive _instance;
+ AccountTransferPayload _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractsArchiveDefaultTypeInternal _ContractsArchive_default_instance_;
-PROTOBUF_CONSTEXPR ContractAction::ContractAction(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , action_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , dest_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , contract_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , coop_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , reward_subtype_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , boost_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , approx_time_(0)
- , grade_(0u)
- , reward_type_(0u)
- , autojoin_(false)
- , replay_(false)
- , points_replay_(false)
- , public__(false)
- , goal_index_(0u)
- , reward_amount_(0)
- , tokens_(0u)
- , kick_reason_(0u)
- , cc_only_(false){}
-struct ContractActionDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ContractActionDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ContractActionDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AccountTransferPayloadDefaultTypeInternal _AccountTransferPayload_default_instance_;
+
+inline constexpr UserSubscriptionInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ history_{},
+ past_user_ids_{},
+ original_transaction_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ store_status_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ linked_transaction_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ first_subscribed_{0},
+ period_end_{0},
+ last_updated_{0},
+ status_{static_cast< ::ei::UserSubscriptionInfo_Status >(0)},
+ platform_{static_cast< ::ei::Platform >(0)},
+ subscription_level_{static_cast< ::ei::UserSubscriptionInfo_Level >(0)},
+ next_subscription_level_{static_cast< ::ei::UserSubscriptionInfo_Level >(0)},
+ lock_next_subscription_level_{false},
+ acknowledged_{false},
+ auto_renew_{false},
+ sandbox_{false} {}
+
+template
+PROTOBUF_CONSTEXPR UserSubscriptionInfo::UserSubscriptionInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct UserSubscriptionInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR UserSubscriptionInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~UserSubscriptionInfoDefaultTypeInternal() {}
union {
- ContractAction _instance;
+ UserSubscriptionInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractActionDefaultTypeInternal _ContractAction_default_instance_;
-PROTOBUF_CONSTEXPR UserDataInfoRequest::UserDataInfoRequest(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , device_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , backup_checksum_(uint64_t{0u}){}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UserSubscriptionInfoDefaultTypeInternal _UserSubscriptionInfo_default_instance_;
+
+inline constexpr UserDataInfoRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ device_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ backup_checksum_{::uint64_t{0u}} {}
+
+template
+PROTOBUF_CONSTEXPR UserDataInfoRequest::UserDataInfoRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
struct UserDataInfoRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR UserDataInfoRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
+ PROTOBUF_CONSTEXPR UserDataInfoRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~UserDataInfoRequestDefaultTypeInternal() {}
union {
UserDataInfoRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UserDataInfoRequestDefaultTypeInternal _UserDataInfoRequest_default_instance_;
-PROTOBUF_CONSTEXPR UserDataInfoResponse::UserDataInfoResponse(
- ::_pbi::ConstantInitialized)
- : coop_memberships_()
- , backup_checksum_(uint64_t{0u})
- , backup_total_cash_(0){}
-struct UserDataInfoResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR UserDataInfoResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~UserDataInfoResponseDefaultTypeInternal() {}
- union {
- UserDataInfoResponse _instance;
- };
-};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UserDataInfoResponseDefaultTypeInternal _UserDataInfoResponse_default_instance_;
-PROTOBUF_CONSTEXPR ClearAllUserDataRequest::ClearAllUserDataRequest(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , device_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , backup_checksum_(uint64_t{0u}){}
-struct ClearAllUserDataRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ClearAllUserDataRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ClearAllUserDataRequestDefaultTypeInternal() {}
- union {
- ClearAllUserDataRequest _instance;
- };
-};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ClearAllUserDataRequestDefaultTypeInternal _ClearAllUserDataRequest_default_instance_;
-PROTOBUF_CONSTEXPR ServerGift::ServerGift(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , reward_sub_type_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , reward_amount_(0)
- , reward_type_(1)
-{}
-struct ServerGiftDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ServerGiftDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ServerGiftDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UserDataInfoRequestDefaultTypeInternal _UserDataInfoRequest_default_instance_;
+
+inline constexpr UpdateCoopPermissionsRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ requesting_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ public__{false},
+ client_version_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR UpdateCoopPermissionsRequest::UpdateCoopPermissionsRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct UpdateCoopPermissionsRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR UpdateCoopPermissionsRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~UpdateCoopPermissionsRequestDefaultTypeInternal() {}
union {
- ServerGift _instance;
+ UpdateCoopPermissionsRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ServerGiftDefaultTypeInternal _ServerGift_default_instance_;
-PROTOBUF_CONSTEXPR LiveConfig_BoostsConfig_ItemConfig::LiveConfig_BoostsConfig_ItemConfig(
- ::_pbi::ConstantInitialized)
- : boost_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , price_(0u)
- , token_price_(0u)
- , se_required_(0){}
-struct LiveConfig_BoostsConfig_ItemConfigDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LiveConfig_BoostsConfig_ItemConfigDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LiveConfig_BoostsConfig_ItemConfigDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateCoopPermissionsRequestDefaultTypeInternal _UpdateCoopPermissionsRequest_default_instance_;
+
+inline constexpr SubscriptionChangeHintRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ original_transaction_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ next_subscription_level_{static_cast< ::ei::UserSubscriptionInfo_Level >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR SubscriptionChangeHintRequest::SubscriptionChangeHintRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct SubscriptionChangeHintRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR SubscriptionChangeHintRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~SubscriptionChangeHintRequestDefaultTypeInternal() {}
union {
- LiveConfig_BoostsConfig_ItemConfig _instance;
+ SubscriptionChangeHintRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_BoostsConfig_ItemConfigDefaultTypeInternal _LiveConfig_BoostsConfig_ItemConfig_default_instance_;
-PROTOBUF_CONSTEXPR LiveConfig_BoostsConfig::LiveConfig_BoostsConfig(
- ::_pbi::ConstantInitialized)
- : item_configs_()
- , cash_boost_cooloff_time_(0){}
-struct LiveConfig_BoostsConfigDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LiveConfig_BoostsConfigDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LiveConfig_BoostsConfigDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SubscriptionChangeHintRequestDefaultTypeInternal _SubscriptionChangeHintRequest_default_instance_;
+
+inline constexpr ShowcaseRoyaltyDeliveryConfirmation::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ ids_{},
+ rinfo_{nullptr},
+ amount_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR ShowcaseRoyaltyDeliveryConfirmation::ShowcaseRoyaltyDeliveryConfirmation(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShowcaseRoyaltyDeliveryConfirmationDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShowcaseRoyaltyDeliveryConfirmationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShowcaseRoyaltyDeliveryConfirmationDefaultTypeInternal() {}
union {
- LiveConfig_BoostsConfig _instance;
+ ShowcaseRoyaltyDeliveryConfirmation _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_BoostsConfigDefaultTypeInternal _LiveConfig_BoostsConfig_default_instance_;
-PROTOBUF_CONSTEXPR LiveConfig_GiftConfig_GiftValueConfig::LiveConfig_GiftConfig_GiftValueConfig(
- ::_pbi::ConstantInitialized)
- : gift_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rand_min_(0)
- , rand_max_(0)
- , amount_(0)
- , video_min_(0)
- , video_max_(0){}
-struct LiveConfig_GiftConfig_GiftValueConfigDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LiveConfig_GiftConfig_GiftValueConfigDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LiveConfig_GiftConfig_GiftValueConfigDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShowcaseRoyaltyDeliveryConfirmationDefaultTypeInternal _ShowcaseRoyaltyDeliveryConfirmation_default_instance_;
+
+inline constexpr ShellsActionLog::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ action_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ sub_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ version_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ approx_time_{0},
+ cost_{0u},
+ farm_index_{0},
+ soul_eggs_{0},
+ tickets_spent_{::uint64_t{0u}},
+ gold_spent_{::uint64_t{0u}},
+ farm_element_{static_cast< ::ei::ShellDB_FarmElement >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR ShellsActionLog::ShellsActionLog(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellsActionLogDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellsActionLogDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellsActionLogDefaultTypeInternal() {}
union {
- LiveConfig_GiftConfig_GiftValueConfig _instance;
+ ShellsActionLog _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_GiftConfig_GiftValueConfigDefaultTypeInternal _LiveConfig_GiftConfig_GiftValueConfig_default_instance_;
-PROTOBUF_CONSTEXPR LiveConfig_GiftConfig_GiftMuConfig::LiveConfig_GiftConfig_GiftMuConfig(
- ::_pbi::ConstantInitialized)
- : min_spent_(0)
- , max_spent_(0)
- , overall_mult_(0){}
-struct LiveConfig_GiftConfig_GiftMuConfigDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LiveConfig_GiftConfig_GiftMuConfigDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LiveConfig_GiftConfig_GiftMuConfigDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellsActionLogDefaultTypeInternal _ShellsActionLog_default_instance_;
+
+inline constexpr ShellSpec_ShellPiece::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ dlc_{nullptr},
+ asset_type_{static_cast< ::ei::ShellSpec_AssetType >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR ShellSpec_ShellPiece::ShellSpec_ShellPiece(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellSpec_ShellPieceDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellSpec_ShellPieceDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellSpec_ShellPieceDefaultTypeInternal() {}
union {
- LiveConfig_GiftConfig_GiftMuConfig _instance;
+ ShellSpec_ShellPiece _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_GiftConfig_GiftMuConfigDefaultTypeInternal _LiveConfig_GiftConfig_GiftMuConfig_default_instance_;
-PROTOBUF_CONSTEXPR LiveConfig_GiftConfig::LiveConfig_GiftConfig(
- ::_pbi::ConstantInitialized)
- : gift_configs_()
- , random_gift_mu_config_(nullptr)
- , video_gift_mu_config_(nullptr)
- , package_interval_(0)
- , video_offer_interval_(0)
- , video_offer_interval_contract_(0)
- , video_offer_interval_piggy_full_(0)
- , video_offer_interval_piggy_extra_full_(0)
- , package_interval_contract_(0)
- , package_interval_piggy_full_(0)
- , package_interval_piggy_extra_full_(0)
- , gift_mu_min_spent_(0)
- , gift_mu_max_spent_(0)
- , gift_mu_overall_mult_(0)
- , video_reset_on_idle_(false)
- , package_reset_on_idle_(false){}
-struct LiveConfig_GiftConfigDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LiveConfig_GiftConfigDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LiveConfig_GiftConfigDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellSpec_ShellPieceDefaultTypeInternal _ShellSpec_ShellPiece_default_instance_;
+
+inline constexpr ShellSetSpec::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ variations_{},
+ identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ hex_base_color_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ required_parent_set_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ icon_{nullptr},
+ price_{0u},
+ required_eop_{0u},
+ required_soul_eggs_{0},
+ element_set_{false},
+ default_appearance_{false},
+ custom_appearance_{false},
+ is_new_{false},
+ expires_{false},
+ decorator_{false},
+ modified_geometry_{false},
+ seconds_remaining_{0},
+ discount_{0},
+ seconds_until_available_{0},
+ popularity_{::uint64_t{0u}},
+ price_mult_deprecated_{1} {}
+
+template
+PROTOBUF_CONSTEXPR ShellSetSpec::ShellSetSpec(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellSetSpecDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellSetSpecDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellSetSpecDefaultTypeInternal() {}
union {
- LiveConfig_GiftConfig _instance;
+ ShellSetSpec _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_GiftConfigDefaultTypeInternal _LiveConfig_GiftConfig_default_instance_;
-PROTOBUF_CONSTEXPR LiveConfig_MiscConfig::LiveConfig_MiscConfig(
- ::_pbi::ConstantInitialized)
- : ask_to_track_message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , ask_to_track_min_soul_eggs_(0)
- , ask_to_track_(false)
- , ask_to_track_show_pre_dialog_(false)
- , ask_to_track_after_privacy_(false)
- , contracts_club_available_(false)
- , shells_intro_tickets_(0u)
- , chicken_run_boost_percentage_(0)
- , shells_max_free_chicken_configs_(0u)
- , shells_intro_alert_threshold_(0u)
- , contracts_expert_league_min_soul_power_(0)
- , new_player_event_duration_(0)
- , contracts_beta_(false)
- , shells_lighting_controls_price_(175u){}
-struct LiveConfig_MiscConfigDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LiveConfig_MiscConfigDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LiveConfig_MiscConfigDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellSetSpecDefaultTypeInternal _ShellSetSpec_default_instance_;
+
+inline constexpr ShellPopularityStats::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : data_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ShellPopularityStats::ShellPopularityStats(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellPopularityStatsDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellPopularityStatsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellPopularityStatsDefaultTypeInternal() {}
union {
- LiveConfig_MiscConfig _instance;
+ ShellPopularityStats _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_MiscConfigDefaultTypeInternal _LiveConfig_MiscConfig_default_instance_;
-PROTOBUF_CONSTEXPR LiveConfig_HelpConfig_HowToVideoInfo::LiveConfig_HelpConfig_HowToVideoInfo(
- ::_pbi::ConstantInitialized)
- : name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , description_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , url_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , duration_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , soul_eggs_(0)
- , type_(0)
-{}
-struct LiveConfig_HelpConfig_HowToVideoInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LiveConfig_HelpConfig_HowToVideoInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LiveConfig_HelpConfig_HowToVideoInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellPopularityStatsDefaultTypeInternal _ShellPopularityStats_default_instance_;
+
+inline constexpr ShellObjectSpec_LODPiece::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ dlc_{nullptr},
+ lod_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR ShellObjectSpec_LODPiece::ShellObjectSpec_LODPiece(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellObjectSpec_LODPieceDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellObjectSpec_LODPieceDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellObjectSpec_LODPieceDefaultTypeInternal() {}
union {
- LiveConfig_HelpConfig_HowToVideoInfo _instance;
+ ShellObjectSpec_LODPiece _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_HelpConfig_HowToVideoInfoDefaultTypeInternal _LiveConfig_HelpConfig_HowToVideoInfo_default_instance_;
-PROTOBUF_CONSTEXPR LiveConfig_HelpConfig::LiveConfig_HelpConfig(
- ::_pbi::ConstantInitialized)
- : video_infos_(){}
-struct LiveConfig_HelpConfigDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LiveConfig_HelpConfigDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LiveConfig_HelpConfigDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellObjectSpec_LODPieceDefaultTypeInternal _ShellObjectSpec_LODPiece_default_instance_;
+
+inline constexpr ShellDB_LightingConfig::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ light_dir_{nullptr},
+ light_direct_color_{nullptr},
+ light_ambient_color_{nullptr},
+ fog_color_{nullptr},
+ light_direct_intensity_{0},
+ light_ambient_intensity_{0},
+ fog_near_{0},
+ fog_far_{0},
+ fog_density_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ShellDB_LightingConfig::ShellDB_LightingConfig(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellDB_LightingConfigDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellDB_LightingConfigDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellDB_LightingConfigDefaultTypeInternal() {}
union {
- LiveConfig_HelpConfig _instance;
+ ShellDB_LightingConfig _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_HelpConfigDefaultTypeInternal _LiveConfig_HelpConfig_default_instance_;
-PROTOBUF_CONSTEXPR LiveConfig::LiveConfig(
- ::_pbi::ConstantInitialized)
- : config_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , boosts_config_(nullptr)
- , gift_config_(nullptr)
- , misc_config_(nullptr)
- , help_config_(nullptr){}
-struct LiveConfigDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LiveConfigDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LiveConfigDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_LightingConfigDefaultTypeInternal _ShellDB_LightingConfig_default_instance_;
+
+inline constexpr SendChickenRunCoopRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ player_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ requesting_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ requesting_user_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ farm_pop_{::uint64_t{0u}},
+ client_version_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR SendChickenRunCoopRequest::SendChickenRunCoopRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct SendChickenRunCoopRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR SendChickenRunCoopRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~SendChickenRunCoopRequestDefaultTypeInternal() {}
union {
- LiveConfig _instance;
+ SendChickenRunCoopRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfigDefaultTypeInternal _LiveConfig_default_instance_;
-PROTOBUF_CONSTEXPR InGameMail::InGameMail(
- ::_pbi::ConstantInitialized)
- : builds_()
- , id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , title_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , action_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , url_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , date_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , app_link_extra_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , category_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , image_(nullptr)
- , gold_tip_(0)
- , platform_(0u)
- , min_client_version_(0u)
- , min_soul_eggs_(0)
- , min_mystical_bonus_(0)
- , max_client_version_(0u)
- , app_link_(0)
-
- , user_type_(0)
-
- , min_piggy_breaks_(0u)
- , image_width_(0)
- , image_height_(0)
- , min_days_since_last_tip_(0)
- , tip_(false)
- , max_retries_(0u)
- , days_until_retry_(0)
- , max_soul_eggs_(0)
- , priority_(0u){}
-struct InGameMailDefaultTypeInternal {
- PROTOBUF_CONSTEXPR InGameMailDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~InGameMailDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SendChickenRunCoopRequestDefaultTypeInternal _SendChickenRunCoopRequest_default_instance_;
+
+inline constexpr SalesInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : sales_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR SalesInfo::SalesInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct SalesInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR SalesInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~SalesInfoDefaultTypeInternal() {}
union {
- InGameMail _instance;
+ SalesInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 InGameMailDefaultTypeInternal _InGameMail_default_instance_;
-PROTOBUF_CONSTEXPR MailDB::MailDB(
- ::_pbi::ConstantInitialized)
- : mail_()
- , tips_db_data_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , tips_checksum_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){}
-struct MailDBDefaultTypeInternal {
- PROTOBUF_CONSTEXPR MailDBDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~MailDBDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SalesInfoDefaultTypeInternal _SalesInfo_default_instance_;
+
+inline constexpr ReportPlayerCoopRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ reason_{static_cast< ::ei::ReportPlayerCoopRequest_Reason >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR ReportPlayerCoopRequest::ReportPlayerCoopRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ReportPlayerCoopRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ReportPlayerCoopRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ReportPlayerCoopRequestDefaultTypeInternal() {}
union {
- MailDB _instance;
+ ReportPlayerCoopRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MailDBDefaultTypeInternal _MailDB_default_instance_;
-PROTOBUF_CONSTEXPR TipsDB::TipsDB(
- ::_pbi::ConstantInitialized)
- : tips_(){}
-struct TipsDBDefaultTypeInternal {
- PROTOBUF_CONSTEXPR TipsDBDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~TipsDBDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReportPlayerCoopRequestDefaultTypeInternal _ReportPlayerCoopRequest_default_instance_;
+
+inline constexpr QueryCoopRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ client_version_{0u},
+ league_{0u},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR QueryCoopRequest::QueryCoopRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct QueryCoopRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR QueryCoopRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~QueryCoopRequestDefaultTypeInternal() {}
union {
- TipsDB _instance;
+ QueryCoopRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TipsDBDefaultTypeInternal _TipsDB_default_instance_;
-PROTOBUF_CONSTEXPR MailState_TipState::MailState_TipState(
- ::_pbi::ConstantInitialized)
- : id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , time_read_(0)
- , reads_(0u){}
-struct MailState_TipStateDefaultTypeInternal {
- PROTOBUF_CONSTEXPR MailState_TipStateDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~MailState_TipStateDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 QueryCoopRequestDefaultTypeInternal _QueryCoopRequest_default_instance_;
+
+inline constexpr MissionInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ fuel_{},
+ identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ mission_log_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ ship_{static_cast< ::ei::MissionInfo_Spaceship >(0)},
+ status_{static_cast< ::ei::MissionInfo_Status >(0)},
+ duration_seconds_{0},
+ seconds_remaining_{0},
+ duration_type_{static_cast< ::ei::MissionInfo_DurationType >(0)},
+ capacity_{0u},
+ start_time_derived_{0},
+ quality_bump_{0},
+ level_{0u},
+ target_artifact_{static_cast< ::ei::ArtifactSpec_Name >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR MissionInfo::MissionInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct MissionInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR MissionInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~MissionInfoDefaultTypeInternal() {}
union {
- MailState_TipState _instance;
+ MissionInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MailState_TipStateDefaultTypeInternal _MailState_TipState_default_instance_;
-PROTOBUF_CONSTEXPR MailState::MailState(
- ::_pbi::ConstantInitialized)
- : read_mail_ids_()
- , tips_states_()
- , tips_checksum_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MissionInfoDefaultTypeInternal _MissionInfo_default_instance_;
+
+inline constexpr MailState::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ read_mail_ids_{},
+ tips_states_{},
+ tips_checksum_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()) {}
+
+template
+PROTOBUF_CONSTEXPR MailState::MailState(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
struct MailStateDefaultTypeInternal {
- PROTOBUF_CONSTEXPR MailStateDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
+ PROTOBUF_CONSTEXPR MailStateDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~MailStateDefaultTypeInternal() {}
union {
MailState _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MailStateDefaultTypeInternal _MailState_default_instance_;
-PROTOBUF_CONSTEXPR PeriodicalsResponse_RoyaltyInfo::PeriodicalsResponse_RoyaltyInfo(
- ::_pbi::ConstantInitialized)
- : id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , amount_(0u){}
-struct PeriodicalsResponse_RoyaltyInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR PeriodicalsResponse_RoyaltyInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~PeriodicalsResponse_RoyaltyInfoDefaultTypeInternal() {}
- union {
- PeriodicalsResponse_RoyaltyInfo _instance;
- };
-};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PeriodicalsResponse_RoyaltyInfoDefaultTypeInternal _PeriodicalsResponse_RoyaltyInfo_default_instance_;
-PROTOBUF_CONSTEXPR PeriodicalsResponse::PeriodicalsResponse(
- ::_pbi::ConstantInitialized)
- : gifts_()
- , evaluations_()
- , artifact_cases_()
- , showcase_royalties_()
- , sales_(nullptr)
- , events_(nullptr)
- , contracts_(nullptr)
- , live_config_(nullptr)
- , mail_bag_(nullptr)
- , contract_player_info_(nullptr){}
-struct PeriodicalsResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR PeriodicalsResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~PeriodicalsResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MailStateDefaultTypeInternal _MailState_default_instance_;
+
+inline constexpr LiveConfig_HelpConfig::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : video_infos_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR LiveConfig_HelpConfig::LiveConfig_HelpConfig(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LiveConfig_HelpConfigDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LiveConfig_HelpConfigDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LiveConfig_HelpConfigDefaultTypeInternal() {}
union {
- PeriodicalsResponse _instance;
+ LiveConfig_HelpConfig _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PeriodicalsResponseDefaultTypeInternal _PeriodicalsResponse_default_instance_;
-PROTOBUF_CONSTEXPR GetPeriodicalsRequest::GetPeriodicalsRequest(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , seconds_full_realtime_(0)
- , seconds_full_gametime_(0)
- , soul_eggs_(0)
- , lost_increments_(0u)
- , piggy_full_(false)
- , piggy_found_full_(false)
- , contracts_unlocked_(false)
- , artifacts_unlocked_(false)
- , current_client_version_(0u)
- , debug_(false)
- , mystical_earnings_mult_(0)
- , eop_(0u){}
-struct GetPeriodicalsRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR GetPeriodicalsRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~GetPeriodicalsRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_HelpConfigDefaultTypeInternal _LiveConfig_HelpConfig_default_instance_;
+
+inline constexpr LiveConfig_GiftConfig::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ gift_configs_{},
+ random_gift_mu_config_{nullptr},
+ video_gift_mu_config_{nullptr},
+ package_interval_{0},
+ video_offer_interval_{0},
+ video_offer_interval_contract_{0},
+ video_offer_interval_piggy_full_{0},
+ video_offer_interval_piggy_extra_full_{0},
+ package_interval_contract_{0},
+ package_interval_piggy_full_{0},
+ package_interval_piggy_extra_full_{0},
+ gift_mu_min_spent_{0},
+ gift_mu_max_spent_{0},
+ gift_mu_overall_mult_{0},
+ video_reset_on_idle_{false},
+ package_reset_on_idle_{false} {}
+
+template
+PROTOBUF_CONSTEXPR LiveConfig_GiftConfig::LiveConfig_GiftConfig(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LiveConfig_GiftConfigDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LiveConfig_GiftConfigDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LiveConfig_GiftConfigDefaultTypeInternal() {}
union {
- GetPeriodicalsRequest _instance;
+ LiveConfig_GiftConfig _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetPeriodicalsRequestDefaultTypeInternal _GetPeriodicalsRequest_default_instance_;
-PROTOBUF_CONSTEXPR ConfigRequest::ConfigRequest(
- ::_pbi::ConstantInitialized)
- : tips_checksum_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , soul_eggs_(0)
- , contracts_unlocked_(false)
- , artifacts_unlocked_(false)
- , fuel_tank_unlocked_(false)
- , pro_permit_(false)
- , ultra_(false){}
-struct ConfigRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ConfigRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ConfigRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_GiftConfigDefaultTypeInternal _LiveConfig_GiftConfig_default_instance_;
+
+inline constexpr LiveConfig_BoostsConfig::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ item_configs_{},
+ cash_boost_cooloff_time_{0} {}
+
+template
+PROTOBUF_CONSTEXPR LiveConfig_BoostsConfig::LiveConfig_BoostsConfig(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LiveConfig_BoostsConfigDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LiveConfig_BoostsConfigDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LiveConfig_BoostsConfigDefaultTypeInternal() {}
union {
- ConfigRequest _instance;
+ LiveConfig_BoostsConfig _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConfigRequestDefaultTypeInternal _ConfigRequest_default_instance_;
-PROTOBUF_CONSTEXPR ConfigResponse::ConfigResponse(
- ::_pbi::ConstantInitialized)
- : live_config_(nullptr)
- , mail_bag_(nullptr)
- , dlc_catalog_(nullptr){}
-struct ConfigResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ConfigResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ConfigResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfig_BoostsConfigDefaultTypeInternal _LiveConfig_BoostsConfig_default_instance_;
+
+inline constexpr LeaveCoopRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ player_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ client_version_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR LeaveCoopRequest::LeaveCoopRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LeaveCoopRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LeaveCoopRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LeaveCoopRequestDefaultTypeInternal() {}
union {
- ConfigResponse _instance;
+ LeaveCoopRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConfigResponseDefaultTypeInternal _ConfigResponse_default_instance_;
-PROTOBUF_CONSTEXPR AdAttributionRawData::AdAttributionRawData(
- ::_pbi::ConstantInitialized)
- : device_ad_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , ad_network_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , json_data_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){}
-struct AdAttributionRawDataDefaultTypeInternal {
- PROTOBUF_CONSTEXPR AdAttributionRawDataDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~AdAttributionRawDataDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaveCoopRequestDefaultTypeInternal _LeaveCoopRequest_default_instance_;
+
+inline constexpr LeaderboardResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ top_entries_{},
+ scope_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)},
+ count_{0u},
+ score_{0},
+ rank_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR LeaderboardResponse::LeaderboardResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LeaderboardResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LeaderboardResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LeaderboardResponseDefaultTypeInternal() {}
union {
- AdAttributionRawData _instance;
+ LeaderboardResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AdAttributionRawDataDefaultTypeInternal _AdAttributionRawData_default_instance_;
-PROTOBUF_CONSTEXPR AdAttributionRow::AdAttributionRow(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , ad_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , ad_network_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , campaign_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , keyword_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , extra_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , click_date_(0)
- , download_date_(0)
- , approx_time_(0){}
-struct AdAttributionRowDefaultTypeInternal {
- PROTOBUF_CONSTEXPR AdAttributionRowDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~AdAttributionRowDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardResponseDefaultTypeInternal _LeaderboardResponse_default_instance_;
+
+inline constexpr LeaderboardRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ scope_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR LeaderboardRequest::LeaderboardRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LeaderboardRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LeaderboardRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LeaderboardRequestDefaultTypeInternal() {}
union {
- AdAttributionRow _instance;
+ LeaderboardRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AdAttributionRowDefaultTypeInternal _AdAttributionRow_default_instance_;
-PROTOBUF_CONSTEXPR AdAttributionInfo::AdAttributionInfo(
- ::_pbi::ConstantInitialized)
- : device_ad_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , network_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , org_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , org_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , campaign_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , campaign_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , click_date_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , conversion_date_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , conversion_type_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , geo_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , adgroup_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , adgroup_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , keyword_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , keyword_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , keyword_extra_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , creativeset_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , creativeset_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , attribution_(false){}
-struct AdAttributionInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR AdAttributionInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~AdAttributionInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardRequestDefaultTypeInternal _LeaderboardRequest_default_instance_;
+
+inline constexpr LeaderboardInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ seasons_{},
+ all_time_scope_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()) {}
+
+template
+PROTOBUF_CONSTEXPR LeaderboardInfo::LeaderboardInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LeaderboardInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LeaderboardInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LeaderboardInfoDefaultTypeInternal() {}
union {
- AdAttributionInfo _instance;
+ LeaderboardInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AdAttributionInfoDefaultTypeInternal _AdAttributionInfo_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactsClientInfo_LaunchCount::ArtifactsClientInfo_LaunchCount(
- ::_pbi::ConstantInitialized)
- : ship_(0)
- , num_launches_(0u)
- , launch_points_(0){}
-struct ArtifactsClientInfo_LaunchCountDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactsClientInfo_LaunchCountDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactsClientInfo_LaunchCountDefaultTypeInternal() {}
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardInfoDefaultTypeInternal _LeaderboardInfo_default_instance_;
+
+inline constexpr LeaderboardAnalysis::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ chunks_{},
+ cursor_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ high_score_{0},
+ low_score_{0},
+ count_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR LeaderboardAnalysis::LeaderboardAnalysis(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LeaderboardAnalysisDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LeaderboardAnalysisDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LeaderboardAnalysisDefaultTypeInternal() {}
union {
- ArtifactsClientInfo_LaunchCount _instance;
+ LeaderboardAnalysis _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsClientInfo_LaunchCountDefaultTypeInternal _ArtifactsClientInfo_LaunchCount_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactsClientInfo::ArtifactsClientInfo(
- ::_pbi::ConstantInitialized)
- : launch_counts_()
- , mission_capacity_mult_(0)
- , mission_duration_mult_(0)
- , mission_ftl_duration_research_mult_(0)
- , last_server_launch_count_sum_time_(0)
- , mission_capacity_research_mult_(0){}
-struct ArtifactsClientInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactsClientInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactsClientInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeaderboardAnalysisDefaultTypeInternal _LeaderboardAnalysis_default_instance_;
+
+inline constexpr KickPlayerCoopRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ player_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ requesting_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ client_version_{0u},
+ reason_{static_cast< ::ei::KickPlayerCoopRequest_Reason >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR KickPlayerCoopRequest::KickPlayerCoopRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct KickPlayerCoopRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR KickPlayerCoopRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~KickPlayerCoopRequestDefaultTypeInternal() {}
union {
- ArtifactsClientInfo _instance;
+ KickPlayerCoopRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsClientInfoDefaultTypeInternal _ArtifactsClientInfo_default_instance_;
-PROTOBUF_CONSTEXPR MissionInfo_Fuel::MissionInfo_Fuel(
- ::_pbi::ConstantInitialized)
- : amount_(0)
- , egg_(1)
-{}
-struct MissionInfo_FuelDefaultTypeInternal {
- PROTOBUF_CONSTEXPR MissionInfo_FuelDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~MissionInfo_FuelDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 KickPlayerCoopRequestDefaultTypeInternal _KickPlayerCoopRequest_default_instance_;
+
+inline constexpr JoinCoopRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ platform_{static_cast< ::ei::Platform >(0)},
+ client_version_{0u},
+ soul_power_{0},
+ seconds_remaining_{0},
+ league_{0u},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)},
+ eop_{0},
+ points_replay_{false} {}
+
+template
+PROTOBUF_CONSTEXPR JoinCoopRequest::JoinCoopRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct JoinCoopRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR JoinCoopRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~JoinCoopRequestDefaultTypeInternal() {}
union {
- MissionInfo_Fuel _instance;
+ JoinCoopRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MissionInfo_FuelDefaultTypeInternal _MissionInfo_Fuel_default_instance_;
-PROTOBUF_CONSTEXPR MissionInfo::MissionInfo(
- ::_pbi::ConstantInitialized)
- : fuel_()
- , identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , mission_log_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , ship_(0)
-
- , status_(0)
-
- , duration_seconds_(0)
- , seconds_remaining_(0)
- , duration_type_(0)
-
- , capacity_(0u)
- , start_time_derived_(0)
- , quality_bump_(0)
- , level_(0u)
- , target_artifact_(0)
-{}
-struct MissionInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR MissionInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~MissionInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 JoinCoopRequestDefaultTypeInternal _JoinCoopRequest_default_instance_;
+
+inline constexpr InGameMail::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ builds_{},
+ id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ title_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ message_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ action_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ url_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ date_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ app_link_extra_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ category_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ image_{nullptr},
+ gold_tip_{0},
+ platform_{0u},
+ min_client_version_{0u},
+ min_soul_eggs_{0},
+ min_mystical_bonus_{0},
+ max_client_version_{0u},
+ app_link_{static_cast< ::ei::UILocation >(0)},
+ user_type_{static_cast< ::ei::UserType >(0)},
+ min_piggy_breaks_{0u},
+ image_width_{0},
+ image_height_{0},
+ min_days_since_last_tip_{0},
+ tip_{false},
+ max_retries_{0u},
+ days_until_retry_{0},
+ max_soul_eggs_{0},
+ priority_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR InGameMail::InGameMail(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct InGameMailDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR InGameMailDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~InGameMailDefaultTypeInternal() {}
union {
- MissionInfo _instance;
+ InGameMail _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MissionInfoDefaultTypeInternal _MissionInfo_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactSpec::ArtifactSpec(
- ::_pbi::ConstantInitialized)
- : name_(0)
-
- , level_(0)
- , rarity_(0)
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 InGameMailDefaultTypeInternal _InGameMail_default_instance_;
+
+inline constexpr GiftPlayerCoopRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ player_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ requesting_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ requesting_user_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ amount_{0u},
+ client_version_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR GiftPlayerCoopRequest::GiftPlayerCoopRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct GiftPlayerCoopRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR GiftPlayerCoopRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~GiftPlayerCoopRequestDefaultTypeInternal() {}
+ union {
+ GiftPlayerCoopRequest _instance;
+ };
+};
- , egg_(1)
-{}
-struct ArtifactSpecDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactSpecDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactSpecDefaultTypeInternal() {}
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GiftPlayerCoopRequestDefaultTypeInternal _GiftPlayerCoopRequest_default_instance_;
+
+inline constexpr GetPeriodicalsRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ seconds_full_realtime_{0},
+ seconds_full_gametime_{0},
+ soul_eggs_{0},
+ lost_increments_{0u},
+ piggy_full_{false},
+ piggy_found_full_{false},
+ contracts_unlocked_{false},
+ artifacts_unlocked_{false},
+ current_client_version_{0u},
+ debug_{false},
+ mystical_earnings_mult_{0},
+ eop_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR GetPeriodicalsRequest::GetPeriodicalsRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct GetPeriodicalsRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR GetPeriodicalsRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~GetPeriodicalsRequestDefaultTypeInternal() {}
union {
- ArtifactSpec _instance;
+ GetPeriodicalsRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactSpecDefaultTypeInternal _ArtifactSpec_default_instance_;
-PROTOBUF_CONSTEXPR CompleteArtifact::CompleteArtifact(
- ::_pbi::ConstantInitialized)
- : stones_()
- , spec_(nullptr){}
-struct CompleteArtifactDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CompleteArtifactDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CompleteArtifactDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetPeriodicalsRequestDefaultTypeInternal _GetPeriodicalsRequest_default_instance_;
+
+inline constexpr GenericAction::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ data_{},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ action_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ advertising_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ app_{nullptr},
+ device_{nullptr},
+ approx_time_dep_{0},
+ cc_user_{false},
+ approx_time_{0} {}
+
+template
+PROTOBUF_CONSTEXPR GenericAction::GenericAction(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct GenericActionDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR GenericActionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~GenericActionDefaultTypeInternal() {}
union {
- CompleteArtifact _instance;
+ GenericAction _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CompleteArtifactDefaultTypeInternal _CompleteArtifact_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactInventoryItem::ArtifactInventoryItem(
- ::_pbi::ConstantInitialized)
- : server_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , artifact_(nullptr)
- , item_id_(uint64_t{0u})
- , quantity_(0){}
-struct ArtifactInventoryItemDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactInventoryItemDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactInventoryItemDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GenericActionDefaultTypeInternal _GenericAction_default_instance_;
+
+inline constexpr EggIncFirstContactRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ device_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ username_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ game_services_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ client_version_{0u},
+ platform_{static_cast< ::ei::Platform >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR EggIncFirstContactRequest::EggIncFirstContactRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct EggIncFirstContactRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR EggIncFirstContactRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~EggIncFirstContactRequestDefaultTypeInternal() {}
union {
- ArtifactInventoryItem _instance;
+ EggIncFirstContactRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactInventoryItemDefaultTypeInternal _ArtifactInventoryItem_default_instance_;
-PROTOBUF_CONSTEXPR InventorySlot::InventorySlot(
- ::_pbi::ConstantInitialized)
- : occupied_(false)
- , item_id_(0u){}
-struct InventorySlotDefaultTypeInternal {
- PROTOBUF_CONSTEXPR InventorySlotDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~InventorySlotDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EggIncFirstContactRequestDefaultTypeInternal _EggIncFirstContactRequest_default_instance_;
+
+inline constexpr EggIncCurrentEvents::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : events_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR EggIncCurrentEvents::EggIncCurrentEvents(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct EggIncCurrentEventsDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR EggIncCurrentEventsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~EggIncCurrentEventsDefaultTypeInternal() {}
union {
- InventorySlot _instance;
+ EggIncCurrentEvents _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 InventorySlotDefaultTypeInternal _InventorySlot_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactsConfigurationRequest::ArtifactsConfigurationRequest(
- ::_pbi::ConstantInitialized)
- : rinfo_(nullptr)
- , client_version_(0u){}
-struct ArtifactsConfigurationRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactsConfigurationRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactsConfigurationRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EggIncCurrentEventsDefaultTypeInternal _EggIncCurrentEvents_default_instance_;
+
+inline constexpr CustomEgg::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ buffs_{},
+ identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ description_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ hatchery_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ icon_{nullptr},
+ value_{0},
+ hatchery_max_x_{0},
+ icon_width_{0},
+ icon_height_{0} {}
+
+template
+PROTOBUF_CONSTEXPR CustomEgg::CustomEgg(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CustomEggDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CustomEggDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CustomEggDefaultTypeInternal() {}
union {
- ArtifactsConfigurationRequest _instance;
+ CustomEgg _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsConfigurationRequestDefaultTypeInternal _ArtifactsConfigurationRequest_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_MissionParameters_Duration::ArtifactsConfigurationResponse_MissionParameters_Duration(
- ::_pbi::ConstantInitialized)
- : seconds_(0)
- , duration_type_(0)
-
- , quality_(0)
- , min_quality_(0)
- , max_quality_(0)
- , capacity_(0u)
- , level_capacity_bump_(0u)
- , level_quality_bump_(0){}
-struct ArtifactsConfigurationResponse_MissionParameters_DurationDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_MissionParameters_DurationDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactsConfigurationResponse_MissionParameters_DurationDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CustomEggDefaultTypeInternal _CustomEgg_default_instance_;
+
+inline constexpr CurrencyFlowBatchRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ logs_{},
+ rinfo_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR CurrencyFlowBatchRequest::CurrencyFlowBatchRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CurrencyFlowBatchRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CurrencyFlowBatchRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CurrencyFlowBatchRequestDefaultTypeInternal() {}
union {
- ArtifactsConfigurationResponse_MissionParameters_Duration _instance;
+ CurrencyFlowBatchRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsConfigurationResponse_MissionParameters_DurationDefaultTypeInternal _ArtifactsConfigurationResponse_MissionParameters_Duration_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_MissionParameters::ArtifactsConfigurationResponse_MissionParameters(
- ::_pbi::ConstantInitialized)
- : durations_()
- , level_mission_requirements_()
- , ship_(0)
- , capacity_deprecated_(0u){}
-struct ArtifactsConfigurationResponse_MissionParametersDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_MissionParametersDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactsConfigurationResponse_MissionParametersDefaultTypeInternal() {}
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CurrencyFlowBatchRequestDefaultTypeInternal _CurrencyFlowBatchRequest_default_instance_;
+
+inline constexpr CreateCoopRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ seconds_remaining_{0},
+ platform_{static_cast< ::ei::Platform >(0)},
+ client_version_{0u},
+ soul_power_{0},
+ league_{0u},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)},
+ eop_{0},
+ public__{false},
+ cc_only_{false},
+ allow_all_grades_{false},
+ points_replay_{false} {}
+
+template
+PROTOBUF_CONSTEXPR CreateCoopRequest::CreateCoopRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CreateCoopRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CreateCoopRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CreateCoopRequestDefaultTypeInternal() {}
union {
- ArtifactsConfigurationResponse_MissionParameters _instance;
+ CreateCoopRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsConfigurationResponse_MissionParametersDefaultTypeInternal _ArtifactsConfigurationResponse_MissionParameters_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_ArtifactParameters::ArtifactsConfigurationResponse_ArtifactParameters(
- ::_pbi::ConstantInitialized)
- : spec_(nullptr)
- , base_quality_(0)
- , value_(0)
- , odds_multiplier_(0)
- , crafting_price_(0)
- , crafting_price_low_(0)
- , crafting_price_curve_(0)
- , crafting_xp_(uint64_t{0u})
- , crafting_price_domain_(0u){}
-struct ArtifactsConfigurationResponse_ArtifactParametersDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_ArtifactParametersDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactsConfigurationResponse_ArtifactParametersDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CreateCoopRequestDefaultTypeInternal _CreateCoopRequest_default_instance_;
+
+inline constexpr CoopLastChickenRunTimes::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : entries_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR CoopLastChickenRunTimes::CoopLastChickenRunTimes(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CoopLastChickenRunTimesDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CoopLastChickenRunTimesDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CoopLastChickenRunTimesDefaultTypeInternal() {}
union {
- ArtifactsConfigurationResponse_ArtifactParameters _instance;
+ CoopLastChickenRunTimes _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsConfigurationResponse_ArtifactParametersDefaultTypeInternal _ArtifactsConfigurationResponse_ArtifactParameters_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_CraftingLevelInfo::ArtifactsConfigurationResponse_CraftingLevelInfo(
- ::_pbi::ConstantInitialized)
- : xp_required_(0)
- , rarity_mult_(0){}
-struct ArtifactsConfigurationResponse_CraftingLevelInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_CraftingLevelInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactsConfigurationResponse_CraftingLevelInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CoopLastChickenRunTimesDefaultTypeInternal _CoopLastChickenRunTimes_default_instance_;
+
+inline constexpr CoopCompletionSnapshot::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : contributors_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR CoopCompletionSnapshot::CoopCompletionSnapshot(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CoopCompletionSnapshotDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CoopCompletionSnapshotDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CoopCompletionSnapshotDefaultTypeInternal() {}
union {
- ArtifactsConfigurationResponse_CraftingLevelInfo _instance;
+ CoopCompletionSnapshot _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsConfigurationResponse_CraftingLevelInfoDefaultTypeInternal _ArtifactsConfigurationResponse_CraftingLevelInfo_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse::ArtifactsConfigurationResponse(
- ::_pbi::ConstantInitialized)
- : mission_parameters_()
- , artifact_parameters_()
- , crafting_level_infos_(){}
-struct ArtifactsConfigurationResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactsConfigurationResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactsConfigurationResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CoopCompletionSnapshotDefaultTypeInternal _CoopCompletionSnapshot_default_instance_;
+
+inline constexpr CoopBuffHistory::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : history_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR CoopBuffHistory::CoopBuffHistory(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CoopBuffHistoryDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CoopBuffHistoryDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CoopBuffHistoryDefaultTypeInternal() {}
union {
- ArtifactsConfigurationResponse _instance;
+ CoopBuffHistory _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsConfigurationResponseDefaultTypeInternal _ArtifactsConfigurationResponse_default_instance_;
-PROTOBUF_CONSTEXPR MissionRequest::MissionRequest(
- ::_pbi::ConstantInitialized)
- : ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , info_(nullptr)
- , rinfo_(nullptr)
- , client_info_(nullptr)
- , client_version_(0u){}
-struct MissionRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR MissionRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~MissionRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CoopBuffHistoryDefaultTypeInternal _CoopBuffHistory_default_instance_;
+
+inline constexpr ContractSimResultUpdate::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ goal_infos_{},
+ contract_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()) {}
+
+template
+PROTOBUF_CONSTEXPR ContractSimResultUpdate::ContractSimResultUpdate(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractSimResultUpdateDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractSimResultUpdateDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractSimResultUpdateDefaultTypeInternal() {}
union {
- MissionRequest _instance;
+ ContractSimResultUpdate _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MissionRequestDefaultTypeInternal _MissionRequest_default_instance_;
-PROTOBUF_CONSTEXPR MissionResponse::MissionResponse(
- ::_pbi::ConstantInitialized)
- : info_(nullptr)
- , success_(false){}
-struct MissionResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR MissionResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~MissionResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimResultUpdateDefaultTypeInternal _ContractSimResultUpdate_default_instance_;
+
+inline constexpr ContractSimConfig_ContractGradeSimConfig::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ goal_params_{},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR ContractSimConfig_ContractGradeSimConfig::ContractSimConfig_ContractGradeSimConfig(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractSimConfig_ContractGradeSimConfigDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractSimConfig_ContractGradeSimConfigDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractSimConfig_ContractGradeSimConfigDefaultTypeInternal() {}
union {
- MissionResponse _instance;
+ ContractSimConfig_ContractGradeSimConfig _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MissionResponseDefaultTypeInternal _MissionResponse_default_instance_;
-PROTOBUF_CONSTEXPR GetActiveMissionsResponse::GetActiveMissionsResponse(
- ::_pbi::ConstantInitialized)
- : active_missions_()
- , success_(false){}
-struct GetActiveMissionsResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR GetActiveMissionsResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~GetActiveMissionsResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimConfig_ContractGradeSimConfigDefaultTypeInternal _ContractSimConfig_ContractGradeSimConfig_default_instance_;
+
+inline constexpr ContractSeasonRewardConfirmationRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ season_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ goal_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR ContractSeasonRewardConfirmationRequest::ContractSeasonRewardConfirmationRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractSeasonRewardConfirmationRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractSeasonRewardConfirmationRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractSeasonRewardConfirmationRequestDefaultTypeInternal() {}
union {
- GetActiveMissionsResponse _instance;
+ ContractSeasonRewardConfirmationRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetActiveMissionsResponseDefaultTypeInternal _GetActiveMissionsResponse_default_instance_;
-PROTOBUF_CONSTEXPR CompleteMissionResponse_SecureArtifactSpec::CompleteMissionResponse_SecureArtifactSpec(
- ::_pbi::ConstantInitialized)
- : server_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , spec_(nullptr){}
-struct CompleteMissionResponse_SecureArtifactSpecDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CompleteMissionResponse_SecureArtifactSpecDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CompleteMissionResponse_SecureArtifactSpecDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSeasonRewardConfirmationRequestDefaultTypeInternal _ContractSeasonRewardConfirmationRequest_default_instance_;
+
+inline constexpr ContractSeasonInfo_GoalSet::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ goals_{},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR ContractSeasonInfo_GoalSet::ContractSeasonInfo_GoalSet(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractSeasonInfo_GoalSetDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractSeasonInfo_GoalSetDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractSeasonInfo_GoalSetDefaultTypeInternal() {}
union {
- CompleteMissionResponse_SecureArtifactSpec _instance;
+ ContractSeasonInfo_GoalSet _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CompleteMissionResponse_SecureArtifactSpecDefaultTypeInternal _CompleteMissionResponse_SecureArtifactSpec_default_instance_;
-PROTOBUF_CONSTEXPR CompleteMissionResponse::CompleteMissionResponse(
- ::_pbi::ConstantInitialized)
- : artifacts_()
- , other_rewards_()
- , ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , info_(nullptr)
- , success_(false){}
-struct CompleteMissionResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CompleteMissionResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CompleteMissionResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSeasonInfo_GoalSetDefaultTypeInternal _ContractSeasonInfo_GoalSet_default_instance_;
+
+inline constexpr ContractPlayerInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ unread_evaluations_{},
+ issues_{},
+ season_progress_{},
+ last_evaluation_version_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ total_cxp_{0},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)},
+ status_{static_cast< ::ei::ContractPlayerInfo_Status >(0)},
+ last_evaluation_time_{0},
+ grade_score_{0},
+ target_soul_power_{0},
+ target_grade_score_{0},
+ soul_power_{0},
+ grade_progress_{0},
+ season_cxp_{0},
+ issue_score_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ContractPlayerInfo::ContractPlayerInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractPlayerInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractPlayerInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractPlayerInfoDefaultTypeInternal() {}
union {
- CompleteMissionResponse _instance;
+ ContractPlayerInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CompleteMissionResponseDefaultTypeInternal _CompleteMissionResponse_default_instance_;
-PROTOBUF_CONSTEXPR CollectContractArtifactRewardsRequest::CollectContractArtifactRewardsRequest(
- ::_pbi::ConstantInitialized)
- : contract_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , goal_index_(0u)
- , best_ship_(0)
-
- , league_(0u)
- , grade_(0)
-{}
-struct CollectContractArtifactRewardsRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CollectContractArtifactRewardsRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CollectContractArtifactRewardsRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractPlayerInfoDefaultTypeInternal _ContractPlayerInfo_default_instance_;
+
+inline constexpr ContractEvaluationBatch_Pair::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ cev_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR ContractEvaluationBatch_Pair::ContractEvaluationBatch_Pair(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractEvaluationBatch_PairDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractEvaluationBatch_PairDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractEvaluationBatch_PairDefaultTypeInternal() {}
union {
- CollectContractArtifactRewardsRequest _instance;
+ ContractEvaluationBatch_Pair _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CollectContractArtifactRewardsRequestDefaultTypeInternal _CollectContractArtifactRewardsRequest_default_instance_;
-PROTOBUF_CONSTEXPR CraftArtifactRequest::CraftArtifactRequest(
- ::_pbi::ConstantInitialized)
- : ingredients_()
- , ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , spec_(nullptr)
- , rinfo_(nullptr)
- , item_id_(uint64_t{0u})
- , gold_price_paid_(0)
- , crafting_xp_(0)
- , crafting_count_(0u){}
-struct CraftArtifactRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CraftArtifactRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CraftArtifactRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractEvaluationBatch_PairDefaultTypeInternal _ContractEvaluationBatch_Pair_default_instance_;
+
+inline constexpr ContractCoopStatusRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ client_version_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR ContractCoopStatusRequest::ContractCoopStatusRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractCoopStatusRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractCoopStatusRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractCoopStatusRequestDefaultTypeInternal() {}
union {
- CraftArtifactRequest _instance;
+ ContractCoopStatusRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CraftArtifactRequestDefaultTypeInternal _CraftArtifactRequest_default_instance_;
-PROTOBUF_CONSTEXPR CraftArtifactResponse::CraftArtifactResponse(
- ::_pbi::ConstantInitialized)
- : server_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , item_id_(uint64_t{0u})
- , rarity_achieved_(0)
-{}
-struct CraftArtifactResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CraftArtifactResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CraftArtifactResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusRequestDefaultTypeInternal _ContractCoopStatusRequest_default_instance_;
+
+inline constexpr Contract_GradeSpec::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ goals_{},
+ modifiers_{},
+ length_seconds_{0},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR Contract_GradeSpec::Contract_GradeSpec(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Contract_GradeSpecDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Contract_GradeSpecDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Contract_GradeSpecDefaultTypeInternal() {}
union {
- CraftArtifactResponse _instance;
+ Contract_GradeSpec _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CraftArtifactResponseDefaultTypeInternal _CraftArtifactResponse_default_instance_;
-PROTOBUF_CONSTEXPR ConsumeArtifactRequest::ConsumeArtifactRequest(
- ::_pbi::ConstantInitialized)
- : additional_server_ids_()
- , additional_item_ids_()
- , ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , artifact_server_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , spec_(nullptr)
- , rinfo_(nullptr)
- , original_item_id_(uint64_t{0u})
- , quantity_(0u){}
-struct ConsumeArtifactRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ConsumeArtifactRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ConsumeArtifactRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Contract_GradeSpecDefaultTypeInternal _Contract_GradeSpec_default_instance_;
+
+inline constexpr Contract_GoalSet::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : goals_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR Contract_GoalSet::Contract_GoalSet(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Contract_GoalSetDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Contract_GoalSetDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Contract_GoalSetDefaultTypeInternal() {}
union {
- ConsumeArtifactRequest _instance;
+ Contract_GoalSet _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConsumeArtifactRequestDefaultTypeInternal _ConsumeArtifactRequest_default_instance_;
-PROTOBUF_CONSTEXPR ConsumeArtifactResponse::ConsumeArtifactResponse(
- ::_pbi::ConstantInitialized)
- : byproducts_()
- , other_rewards_()
- , additional_item_ids_()
- , ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , original_item_id_(uint64_t{0u})
- , success_(false){}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Contract_GoalSetDefaultTypeInternal _Contract_GoalSet_default_instance_;
+
+inline constexpr ConsumeArtifactResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ byproducts_{},
+ other_rewards_{},
+ additional_item_ids_{},
+ ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ original_item_id_{::uint64_t{0u}},
+ success_{false} {}
+
+template
+PROTOBUF_CONSTEXPR ConsumeArtifactResponse::ConsumeArtifactResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
struct ConsumeArtifactResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ConsumeArtifactResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
+ PROTOBUF_CONSTEXPR ConsumeArtifactResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~ConsumeArtifactResponseDefaultTypeInternal() {}
union {
ConsumeArtifactResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConsumeArtifactResponseDefaultTypeInternal _ConsumeArtifactResponse_default_instance_;
-PROTOBUF_CONSTEXPR AuthenticateArtifactResponse::AuthenticateArtifactResponse(
- ::_pbi::ConstantInitialized)
- : ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , original_item_id_(uint64_t{0u})
- , success_(false)
- , demote_(false)
- , delete__(false){}
-struct AuthenticateArtifactResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR AuthenticateArtifactResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~AuthenticateArtifactResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConsumeArtifactResponseDefaultTypeInternal _ConsumeArtifactResponse_default_instance_;
+
+inline constexpr ConsumeArtifactRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ additional_server_ids_{},
+ additional_item_ids_{},
+ ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ artifact_server_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ spec_{nullptr},
+ rinfo_{nullptr},
+ original_item_id_{::uint64_t{0u}},
+ quantity_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR ConsumeArtifactRequest::ConsumeArtifactRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ConsumeArtifactRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ConsumeArtifactRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ConsumeArtifactRequestDefaultTypeInternal() {}
union {
- AuthenticateArtifactResponse _instance;
+ ConsumeArtifactRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AuthenticateArtifactResponseDefaultTypeInternal _AuthenticateArtifactResponse_default_instance_;
-PROTOBUF_CONSTEXPR SetArtifactRequest::SetArtifactRequest(
- ::_pbi::ConstantInitialized)
- : stones_()
- , rinfo_(nullptr)
- , artifact_(nullptr)
- , gold_price_paid_(0){}
-struct SetArtifactRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR SetArtifactRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~SetArtifactRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConsumeArtifactRequestDefaultTypeInternal _ConsumeArtifactRequest_default_instance_;
+
+inline constexpr ConfigRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ tips_checksum_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ soul_eggs_{0},
+ contracts_unlocked_{false},
+ artifacts_unlocked_{false},
+ fuel_tank_unlocked_{false},
+ pro_permit_{false},
+ ultra_{false} {}
+
+template
+PROTOBUF_CONSTEXPR ConfigRequest::ConfigRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ConfigRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ConfigRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ConfigRequestDefaultTypeInternal() {}
union {
- SetArtifactRequest _instance;
+ ConfigRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SetArtifactRequestDefaultTypeInternal _SetArtifactRequest_default_instance_;
-PROTOBUF_CONSTEXPR SetArtifactResponse::SetArtifactResponse(
- ::_pbi::ConstantInitialized)
- : ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , original_item_id_(uint64_t{0u})
- , success_(false){}
-struct SetArtifactResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR SetArtifactResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~SetArtifactResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConfigRequestDefaultTypeInternal _ConfigRequest_default_instance_;
+
+inline constexpr CompleteMissionResponse_SecureArtifactSpec::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ server_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ spec_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR CompleteMissionResponse_SecureArtifactSpec::CompleteMissionResponse_SecureArtifactSpec(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CompleteMissionResponse_SecureArtifactSpecDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CompleteMissionResponse_SecureArtifactSpecDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CompleteMissionResponse_SecureArtifactSpecDefaultTypeInternal() {}
union {
- SetArtifactResponse _instance;
+ CompleteMissionResponse_SecureArtifactSpec _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SetArtifactResponseDefaultTypeInternal _SetArtifactResponse_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactsDB_ActiveArtifactSlot::ArtifactsDB_ActiveArtifactSlot(
- ::_pbi::ConstantInitialized)
- : item_id_(uint64_t{0u})
- , occupied_(false){}
-struct ArtifactsDB_ActiveArtifactSlotDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactsDB_ActiveArtifactSlotDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactsDB_ActiveArtifactSlotDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CompleteMissionResponse_SecureArtifactSpecDefaultTypeInternal _CompleteMissionResponse_SecureArtifactSpec_default_instance_;
+
+inline constexpr CompleteArtifact::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ stones_{},
+ spec_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR CompleteArtifact::CompleteArtifact(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CompleteArtifactDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CompleteArtifactDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CompleteArtifactDefaultTypeInternal() {}
union {
- ArtifactsDB_ActiveArtifactSlot _instance;
+ CompleteArtifact _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsDB_ActiveArtifactSlotDefaultTypeInternal _ArtifactsDB_ActiveArtifactSlot_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactsDB_ActiveArtifactSet::ArtifactsDB_ActiveArtifactSet(
- ::_pbi::ConstantInitialized)
- : slots_()
- , uid_(0u){}
-struct ArtifactsDB_ActiveArtifactSetDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactsDB_ActiveArtifactSetDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactsDB_ActiveArtifactSetDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CompleteArtifactDefaultTypeInternal _CompleteArtifact_default_instance_;
+
+inline constexpr CollectContractArtifactRewardsRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ goal_index_{0u},
+ best_ship_{static_cast< ::ei::MissionInfo_Spaceship >(0)},
+ league_{0u},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR CollectContractArtifactRewardsRequest::CollectContractArtifactRewardsRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CollectContractArtifactRewardsRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CollectContractArtifactRewardsRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CollectContractArtifactRewardsRequestDefaultTypeInternal() {}
union {
- ArtifactsDB_ActiveArtifactSet _instance;
+ CollectContractArtifactRewardsRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsDB_ActiveArtifactSetDefaultTypeInternal _ArtifactsDB_ActiveArtifactSet_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactsDB_CraftableArtifact::ArtifactsDB_CraftableArtifact(
- ::_pbi::ConstantInitialized)
- : spec_(nullptr)
- , count_(0u)
- , discovered_(false)
- , craftable_(false)
- , recipe_discovered_(false)
- , seen_(false){}
-struct ArtifactsDB_CraftableArtifactDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactsDB_CraftableArtifactDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactsDB_CraftableArtifactDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CollectContractArtifactRewardsRequestDefaultTypeInternal _CollectContractArtifactRewardsRequest_default_instance_;
+
+inline constexpr ClearAllUserDataRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ device_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ backup_checksum_{::uint64_t{0u}} {}
+
+template
+PROTOBUF_CONSTEXPR ClearAllUserDataRequest::ClearAllUserDataRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ClearAllUserDataRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ClearAllUserDataRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ClearAllUserDataRequestDefaultTypeInternal() {}
union {
- ArtifactsDB_CraftableArtifact _instance;
+ ClearAllUserDataRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsDB_CraftableArtifactDefaultTypeInternal _ArtifactsDB_CraftableArtifact_default_instance_;
-PROTOBUF_CONSTEXPR ArtifactsDB::ArtifactsDB(
- ::_pbi::ConstantInitialized)
- : inventory_items_()
- , inventory_slots_()
- , mission_infos_()
- , mission_archive_()
- , active_artifacts_deprecated_()
- , discovered_artifacts_deprecated_()
- , craftable_artifacts_deprecated_()
- , crafting_counts_deprecated_()
- , active_artifact_sets_()
- , artifact_status_()
- , saved_artifact_sets_()
- , fueling_mission_(nullptr)
- , item_sequence_(uint64_t{0u}){}
-struct ArtifactsDBDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ArtifactsDBDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ArtifactsDBDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ClearAllUserDataRequestDefaultTypeInternal _ClearAllUserDataRequest_default_instance_;
+
+inline constexpr Backup_Simulation::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ habs_{},
+ hab_population_{},
+ hab_population_indound_{},
+ hab_incubator_popuplation_{},
+ vehicles_{},
+ common_research_{},
+ train_length_{},
+ active_boosts_{},
+ contract_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ cash_earned_{0},
+ cash_spent_{0},
+ unclaimed_cash_{0},
+ last_step_time_{0},
+ num_chickens_{::uint64_t{0u}},
+ num_chickens_unsettled_{::uint64_t{0u}},
+ num_chickens_running_{::uint64_t{0u}},
+ eggs_laid_{0},
+ eggs_paid_for_{0},
+ hatchery_population_{0},
+ silos_owned_{0u},
+ time_cheats_detected_{0u},
+ time_cheat_debt_{0},
+ boost_tokens_received_{0u},
+ boost_tokens_spent_{0u},
+ unclaimed_boost_tokens_{0u},
+ boost_tokens_given_{0u},
+ gametime_until_next_boost_token_{0},
+ eggs_shipped_{0},
+ last_cash_boost_time_{0},
+ egg_type_{static_cast< ::ei::Egg >(1)},
+ farm_type_{static_cast< ::ei::FarmType >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_Simulation::Backup_Simulation(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_SimulationDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_SimulationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_SimulationDefaultTypeInternal() {}
union {
- ArtifactsDB _instance;
+ Backup_Simulation _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsDBDefaultTypeInternal _ArtifactsDB_default_instance_;
-PROTOBUF_CONSTEXPR AuthenticatedMessage::AuthenticatedMessage(
- ::_pbi::ConstantInitialized)
- : message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , code_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , version_(0u)
- , compressed_(false)
- , original_size_(0u){}
-struct AuthenticatedMessageDefaultTypeInternal {
- PROTOBUF_CONSTEXPR AuthenticatedMessageDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~AuthenticatedMessageDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_SimulationDefaultTypeInternal _Backup_Simulation_default_instance_;
+
+inline constexpr Backup_Mission::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ missions_{},
+ current_missions_{},
+ current_mission_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ reference_value_{0} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_Mission::Backup_Mission(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_MissionDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_MissionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_MissionDefaultTypeInternal() {}
union {
- AuthenticatedMessage _instance;
+ Backup_Mission _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AuthenticatedMessageDefaultTypeInternal _AuthenticatedMessage_default_instance_;
-PROTOBUF_CONSTEXPR LogCompleteMissionPayload::LogCompleteMissionPayload(
- ::_pbi::ConstantInitialized)
- : req_(nullptr)
- , res_(nullptr){}
-struct LogCompleteMissionPayloadDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LogCompleteMissionPayloadDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LogCompleteMissionPayloadDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_MissionDefaultTypeInternal _Backup_Mission_default_instance_;
+
+inline constexpr Backup_Game::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ epic_research_{},
+ news_{},
+ achievements_{},
+ max_farm_size_reached_{},
+ egg_medal_level_{},
+ boosts_{},
+ golden_eggs_earned_{::uint64_t{0u}},
+ golden_eggs_spent_{::uint64_t{0u}},
+ soul_eggs_{::uint64_t{0u}},
+ prestige_cash_earned_{0},
+ lifetime_cash_earned_{0},
+ piggy_bank_{::uint64_t{0u}},
+ next_daily_gift_time_{0},
+ last_news_time_{0},
+ current_multiplier_{0},
+ current_multiplier_expiration_{0},
+ permit_level_{0u},
+ last_daily_gift_collected_day_{0u},
+ uncliamed_golden_eggs_{::uint64_t{0u}},
+ unclaimed_soul_eggs_{::uint64_t{0u}},
+ eggs_of_prophecy_{::uint64_t{0u}},
+ unclaimed_eggs_of_prophecy_{::uint64_t{0u}},
+ current_farm_{0u},
+ num_daily_gifts_collected_{0u},
+ long_idle_notification_threshold_{0},
+ long_idle_reward_{0},
+ piggy_full_alert_shown_{false},
+ hyperloop_station_{false},
+ long_idle_notification_set_{false},
+ force_elite_contracts_{false},
+ total_time_cheats_detected_{0u},
+ prestige_soul_boost_cash_{0},
+ soul_eggs_d_{0},
+ unclaimed_soul_eggs_d_{0},
+ new_player_event_end_time_{0},
+ shell_scripts_earned_{::uint64_t{0u}},
+ shell_scripts_spent_{::uint64_t{0u}},
+ unclaimed_shell_scripts_{::uint64_t{0u}},
+ max_egg_reached_{static_cast< ::ei::Egg >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_Game::Backup_Game(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_GameDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_GameDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_GameDefaultTypeInternal() {}
union {
- LogCompleteMissionPayload _instance;
+ Backup_Game _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LogCompleteMissionPayloadDefaultTypeInternal _LogCompleteMissionPayload_default_instance_;
-PROTOBUF_CONSTEXPR LogCraftArtifactPayload::LogCraftArtifactPayload(
- ::_pbi::ConstantInitialized)
- : req_(nullptr)
- , res_(nullptr){}
-struct LogCraftArtifactPayloadDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LogCraftArtifactPayloadDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LogCraftArtifactPayloadDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_GameDefaultTypeInternal _Backup_Game_default_instance_;
+
+inline constexpr AutoJoinCoopRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ soul_power_{0},
+ seconds_remaining_{0},
+ platform_{static_cast< ::ei::Platform >(0)},
+ client_version_{0u},
+ eop_{0},
+ league_{0u},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)},
+ points_replay_{false} {}
+
+template
+PROTOBUF_CONSTEXPR AutoJoinCoopRequest::AutoJoinCoopRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct AutoJoinCoopRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR AutoJoinCoopRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~AutoJoinCoopRequestDefaultTypeInternal() {}
union {
- LogCraftArtifactPayload _instance;
+ AutoJoinCoopRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LogCraftArtifactPayloadDefaultTypeInternal _LogCraftArtifactPayload_default_instance_;
-PROTOBUF_CONSTEXPR LogConsumeArtifactPayload::LogConsumeArtifactPayload(
- ::_pbi::ConstantInitialized)
- : req_(nullptr)
- , res_(nullptr){}
-struct LogConsumeArtifactPayloadDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LogConsumeArtifactPayloadDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LogConsumeArtifactPayloadDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AutoJoinCoopRequestDefaultTypeInternal _AutoJoinCoopRequest_default_instance_;
+
+inline constexpr ArtifactsDB_CraftableArtifact::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ spec_{nullptr},
+ count_{0u},
+ discovered_{false},
+ craftable_{false},
+ recipe_discovered_{false},
+ seen_{false} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactsDB_CraftableArtifact::ArtifactsDB_CraftableArtifact(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactsDB_CraftableArtifactDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactsDB_CraftableArtifactDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactsDB_CraftableArtifactDefaultTypeInternal() {}
union {
- LogConsumeArtifactPayload _instance;
+ ArtifactsDB_CraftableArtifact _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LogConsumeArtifactPayloadDefaultTypeInternal _LogConsumeArtifactPayload_default_instance_;
-PROTOBUF_CONSTEXPR LogSetArtifactPayload::LogSetArtifactPayload(
- ::_pbi::ConstantInitialized)
- : req_(nullptr)
- , res_(nullptr){}
-struct LogSetArtifactPayloadDefaultTypeInternal {
- PROTOBUF_CONSTEXPR LogSetArtifactPayloadDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~LogSetArtifactPayloadDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsDB_CraftableArtifactDefaultTypeInternal _ArtifactsDB_CraftableArtifact_default_instance_;
+
+inline constexpr ArtifactsDB_ActiveArtifactSet::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ slots_{},
+ uid_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactsDB_ActiveArtifactSet::ArtifactsDB_ActiveArtifactSet(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactsDB_ActiveArtifactSetDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactsDB_ActiveArtifactSetDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactsDB_ActiveArtifactSetDefaultTypeInternal() {}
union {
- LogSetArtifactPayload _instance;
+ ArtifactsDB_ActiveArtifactSet _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LogSetArtifactPayloadDefaultTypeInternal _LogSetArtifactPayload_default_instance_;
-PROTOBUF_CONSTEXPR AccountTransferPayload::AccountTransferPayload(
- ::_pbi::ConstantInitialized)
- : from_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , to_ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){}
-struct AccountTransferPayloadDefaultTypeInternal {
- PROTOBUF_CONSTEXPR AccountTransferPayloadDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~AccountTransferPayloadDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsDB_ActiveArtifactSetDefaultTypeInternal _ArtifactsDB_ActiveArtifactSet_default_instance_;
+
+inline constexpr ArtifactsConfigurationResponse_MissionParameters::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ durations_{},
+ level_mission_requirements_{},
+ ship_{static_cast< ::ei::MissionInfo_Spaceship >(0)},
+ capacity_deprecated_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_MissionParameters::ArtifactsConfigurationResponse_MissionParameters(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactsConfigurationResponse_MissionParametersDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_MissionParametersDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactsConfigurationResponse_MissionParametersDefaultTypeInternal() {}
union {
- AccountTransferPayload _instance;
+ ArtifactsConfigurationResponse_MissionParameters _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AccountTransferPayloadDefaultTypeInternal _AccountTransferPayload_default_instance_;
-PROTOBUF_CONSTEXPR SaveBackupResponse::SaveBackupResponse(
- ::_pbi::ConstantInitialized)
- : message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , existing_backup_(nullptr)
- , success_(false)
- , error_code_(0u){}
-struct SaveBackupResponseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR SaveBackupResponseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~SaveBackupResponseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsConfigurationResponse_MissionParametersDefaultTypeInternal _ArtifactsConfigurationResponse_MissionParameters_default_instance_;
+
+inline constexpr ArtifactsConfigurationResponse_ArtifactParameters::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ spec_{nullptr},
+ base_quality_{0},
+ value_{0},
+ odds_multiplier_{0},
+ crafting_price_{0},
+ crafting_price_low_{0},
+ crafting_price_curve_{0},
+ crafting_xp_{::uint64_t{0u}},
+ crafting_price_domain_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_ArtifactParameters::ArtifactsConfigurationResponse_ArtifactParameters(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactsConfigurationResponse_ArtifactParametersDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse_ArtifactParametersDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactsConfigurationResponse_ArtifactParametersDefaultTypeInternal() {}
union {
- SaveBackupResponse _instance;
+ ArtifactsConfigurationResponse_ArtifactParameters _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SaveBackupResponseDefaultTypeInternal _SaveBackupResponse_default_instance_;
-PROTOBUF_CONSTEXPR CleanAccountRequest::CleanAccountRequest(
- ::_pbi::ConstantInitialized)
- : ei_user_id_to_keep_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , game_services_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){}
-struct CleanAccountRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CleanAccountRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CleanAccountRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsConfigurationResponse_ArtifactParametersDefaultTypeInternal _ArtifactsConfigurationResponse_ArtifactParameters_default_instance_;
+
+inline constexpr ArtifactsConfigurationRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ rinfo_{nullptr},
+ client_version_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactsConfigurationRequest::ArtifactsConfigurationRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactsConfigurationRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactsConfigurationRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactsConfigurationRequestDefaultTypeInternal() {}
union {
- CleanAccountRequest _instance;
+ ArtifactsConfigurationRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CleanAccountRequestDefaultTypeInternal _CleanAccountRequest_default_instance_;
-PROTOBUF_CONSTEXPR ReturnEDTPayload::ReturnEDTPayload(
- ::_pbi::ConstantInitialized)
- : ei_user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){}
-struct ReturnEDTPayloadDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ReturnEDTPayloadDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ReturnEDTPayloadDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsConfigurationRequestDefaultTypeInternal _ArtifactsConfigurationRequest_default_instance_;
+
+inline constexpr ArtifactsClientInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ launch_counts_{},
+ mission_capacity_mult_{0},
+ mission_duration_mult_{0},
+ mission_ftl_duration_research_mult_{0},
+ last_server_launch_count_sum_time_{0},
+ mission_capacity_research_mult_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactsClientInfo::ArtifactsClientInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactsClientInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactsClientInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactsClientInfoDefaultTypeInternal() {}
union {
- ReturnEDTPayload _instance;
+ ArtifactsClientInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReturnEDTPayloadDefaultTypeInternal _ReturnEDTPayload_default_instance_;
-PROTOBUF_CONSTEXPR DLCItem::DLCItem(
- ::_pbi::ConstantInitialized)
- : name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , directory_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , ext_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , url_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , checksum_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , original_size_(uint64_t{0u})
- , compressed_(false){}
-struct DLCItemDefaultTypeInternal {
- PROTOBUF_CONSTEXPR DLCItemDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~DLCItemDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsClientInfoDefaultTypeInternal _ArtifactsClientInfo_default_instance_;
+
+inline constexpr VerifyPurchaseRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ sku_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ transaction_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ receipt_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ platform_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ original_transaction_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ log_{nullptr},
+ rinfo_{nullptr},
+ sandbox_{false} {}
+
+template
+PROTOBUF_CONSTEXPR VerifyPurchaseRequest::VerifyPurchaseRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct VerifyPurchaseRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR VerifyPurchaseRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~VerifyPurchaseRequestDefaultTypeInternal() {}
union {
- DLCItem _instance;
+ VerifyPurchaseRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DLCItemDefaultTypeInternal _DLCItem_default_instance_;
-PROTOBUF_CONSTEXPR ShellSpec_ShellPiece::ShellSpec_ShellPiece(
- ::_pbi::ConstantInitialized)
- : dlc_(nullptr)
- , asset_type_(1)
-{}
-struct ShellSpec_ShellPieceDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellSpec_ShellPieceDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellSpec_ShellPieceDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 VerifyPurchaseRequestDefaultTypeInternal _VerifyPurchaseRequest_default_instance_;
+
+inline constexpr TipsDB::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : tips_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR TipsDB::TipsDB(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct TipsDBDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR TipsDBDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~TipsDBDefaultTypeInternal() {}
union {
- ShellSpec_ShellPiece _instance;
+ TipsDB _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TipsDBDefaultTypeInternal _TipsDB_default_instance_;
+
+inline constexpr ShellsActionBatch::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ actions_{},
+ rinfo_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR ShellsActionBatch::ShellsActionBatch(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellsActionBatchDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellsActionBatchDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellsActionBatchDefaultTypeInternal() {}
+ union {
+ ShellsActionBatch _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellSpec_ShellPieceDefaultTypeInternal _ShellSpec_ShellPiece_default_instance_;
-PROTOBUF_CONSTEXPR ShellSpec::ShellSpec(
- ::_pbi::ConstantInitialized)
- : pieces_()
- , alt_assets_()
- , identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , set_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , required_parent_shell_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , primary_piece_(nullptr)
- , price_(0u)
- , required_eop_(0u)
- , required_soul_eggs_(0)
- , seconds_remaining_(0)
- , seconds_until_available_(0)
- , popularity_(uint64_t{0u})
- , modified_geometry_(false)
- , is_new_(false)
- , expires_(false)
- , default_appearance_(false){}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellsActionBatchDefaultTypeInternal _ShellsActionBatch_default_instance_;
+
+inline constexpr ShellSpec::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ pieces_{},
+ alt_assets_{},
+ identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ set_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ required_parent_shell_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ primary_piece_{nullptr},
+ price_{0u},
+ required_eop_{0u},
+ required_soul_eggs_{0},
+ seconds_remaining_{0},
+ seconds_until_available_{0},
+ popularity_{::uint64_t{0u}},
+ modified_geometry_{false},
+ is_new_{false},
+ expires_{false},
+ default_appearance_{false} {}
+
+template
+PROTOBUF_CONSTEXPR ShellSpec::ShellSpec(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
struct ShellSpecDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellSpecDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
+ PROTOBUF_CONSTEXPR ShellSpecDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~ShellSpecDefaultTypeInternal() {}
union {
ShellSpec _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellSpecDefaultTypeInternal _ShellSpec_default_instance_;
-PROTOBUF_CONSTEXPR ShellSetSpec_VariationSpec::ShellSetSpec_VariationSpec(
- ::_pbi::ConstantInitialized)
- : identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , hex_color_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , price_(0u)
- , default_appearance_(false)
- , custom_appearance_(false)
- , sort_priority_(0){}
-struct ShellSetSpec_VariationSpecDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellSetSpec_VariationSpecDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellSetSpec_VariationSpecDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellSpecDefaultTypeInternal _ShellSpec_default_instance_;
+
+inline constexpr ShellObjectSpec::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ metadata_{},
+ pieces_{},
+ icon_colors_{},
+ identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ object_class_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ price_{0u},
+ required_eop_{0u},
+ required_soul_eggs_{0},
+ is_new_{false},
+ expires_{false},
+ no_hats_{false},
+ default_appearance_{false},
+ chicken_animation_{static_cast< ::ei::ShellObjectSpec_ChickenAnimation >(0)},
+ seconds_remaining_{0},
+ seconds_until_available_{0},
+ popularity_{::uint64_t{0u}},
+ sort_priority_{0},
+ asset_type_{static_cast< ::ei::ShellSpec_AssetType >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR ShellObjectSpec::ShellObjectSpec(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellObjectSpecDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellObjectSpecDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellObjectSpecDefaultTypeInternal() {}
union {
- ShellSetSpec_VariationSpec _instance;
+ ShellObjectSpec _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellSetSpec_VariationSpecDefaultTypeInternal _ShellSetSpec_VariationSpec_default_instance_;
-PROTOBUF_CONSTEXPR ShellSetSpec::ShellSetSpec(
- ::_pbi::ConstantInitialized)
- : variations_()
- , identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , hex_base_color_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , required_parent_set_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , icon_(nullptr)
- , price_(0u)
- , required_eop_(0u)
- , required_soul_eggs_(0)
- , element_set_(false)
- , default_appearance_(false)
- , custom_appearance_(false)
- , is_new_(false)
- , expires_(false)
- , decorator_(false)
- , modified_geometry_(false)
- , seconds_remaining_(0)
- , discount_(0)
- , seconds_until_available_(0)
- , popularity_(uint64_t{0u})
- , price_mult_deprecated_(1){}
-struct ShellSetSpecDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellSetSpecDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellSetSpecDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellObjectSpecDefaultTypeInternal _ShellObjectSpec_default_instance_;
+
+inline constexpr ShellDB_FarmConfiguration::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ shell_configs_{},
+ shell_set_configs_{},
+ group_configs_{},
+ chicken_configs_{},
+ locked_elements_{},
+ lighting_config_{nullptr},
+ configure_chickens_by_group_{false},
+ lighting_config_enabled_{false} {}
+
+template
+PROTOBUF_CONSTEXPR ShellDB_FarmConfiguration::ShellDB_FarmConfiguration(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellDB_FarmConfigurationDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellDB_FarmConfigurationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellDB_FarmConfigurationDefaultTypeInternal() {}
union {
- ShellSetSpec _instance;
+ ShellDB_FarmConfiguration _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellSetSpecDefaultTypeInternal _ShellSetSpec_default_instance_;
-PROTOBUF_CONSTEXPR ShellObjectSpec_LODPiece::ShellObjectSpec_LODPiece(
- ::_pbi::ConstantInitialized)
- : dlc_(nullptr)
- , lod_(0u){}
-struct ShellObjectSpec_LODPieceDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellObjectSpec_LODPieceDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellObjectSpec_LODPieceDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_FarmConfigurationDefaultTypeInternal _ShellDB_FarmConfiguration_default_instance_;
+
+inline constexpr MissionResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ info_{nullptr},
+ success_{false} {}
+
+template
+PROTOBUF_CONSTEXPR MissionResponse::MissionResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct MissionResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR MissionResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~MissionResponseDefaultTypeInternal() {}
union {
- ShellObjectSpec_LODPiece _instance;
+ MissionResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellObjectSpec_LODPieceDefaultTypeInternal _ShellObjectSpec_LODPiece_default_instance_;
-PROTOBUF_CONSTEXPR ShellObjectSpec::ShellObjectSpec(
- ::_pbi::ConstantInitialized)
- : metadata_()
- , pieces_()
- , icon_colors_()
- , identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , object_class_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , price_(0u)
- , required_eop_(0u)
- , required_soul_eggs_(0)
- , is_new_(false)
- , expires_(false)
- , no_hats_(false)
- , default_appearance_(false)
- , chicken_animation_(0)
-
- , seconds_remaining_(0)
- , seconds_until_available_(0)
- , popularity_(uint64_t{0u})
- , sort_priority_(0)
- , asset_type_(1)
-{}
-struct ShellObjectSpecDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellObjectSpecDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellObjectSpecDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MissionResponseDefaultTypeInternal _MissionResponse_default_instance_;
+
+inline constexpr MissionRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ info_{nullptr},
+ rinfo_{nullptr},
+ client_info_{nullptr},
+ client_version_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR MissionRequest::MissionRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct MissionRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR MissionRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~MissionRequestDefaultTypeInternal() {}
union {
- ShellObjectSpec _instance;
+ MissionRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellObjectSpecDefaultTypeInternal _ShellObjectSpec_default_instance_;
-PROTOBUF_CONSTEXPR ShellGroupSpec::ShellGroupSpec(
- ::_pbi::ConstantInitialized)
- : member_ids_()
- , identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , price_mult_deprecated_(0)
- , asset_type_(1)
-{}
-struct ShellGroupSpecDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellGroupSpecDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellGroupSpecDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MissionRequestDefaultTypeInternal _MissionRequest_default_instance_;
+
+inline constexpr MailDB::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ mail_{},
+ tips_db_data_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ tips_checksum_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()) {}
+
+template
+PROTOBUF_CONSTEXPR MailDB::MailDB(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct MailDBDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR MailDBDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~MailDBDefaultTypeInternal() {}
union {
- ShellGroupSpec _instance;
+ MailDB _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellGroupSpecDefaultTypeInternal _ShellGroupSpec_default_instance_;
-PROTOBUF_CONSTEXPR DLCCatalog::DLCCatalog(
- ::_pbi::ConstantInitialized)
- : items_()
- , shells_()
- , shell_sets_()
- , shell_objects_()
- , shell_groups_()
- , decorators_()
- , shells_showcase_last_featured_time_(0){}
-struct DLCCatalogDefaultTypeInternal {
- PROTOBUF_CONSTEXPR DLCCatalogDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~DLCCatalogDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MailDBDefaultTypeInternal _MailDB_default_instance_;
+
+inline constexpr LogConsumeArtifactPayload::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ req_{nullptr},
+ res_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR LogConsumeArtifactPayload::LogConsumeArtifactPayload(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LogConsumeArtifactPayloadDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LogConsumeArtifactPayloadDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LogConsumeArtifactPayloadDefaultTypeInternal() {}
union {
- DLCCatalog _instance;
+ LogConsumeArtifactPayload _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DLCCatalogDefaultTypeInternal _DLCCatalog_default_instance_;
-PROTOBUF_CONSTEXPR ShellDB_ShellStatus::ShellDB_ShellStatus(
- ::_pbi::ConstantInitialized)
- : identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , owned_(false){}
-struct ShellDB_ShellStatusDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellDB_ShellStatusDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellDB_ShellStatusDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LogConsumeArtifactPayloadDefaultTypeInternal _LogConsumeArtifactPayload_default_instance_;
+
+inline constexpr LiveConfig::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ config_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ boosts_config_{nullptr},
+ gift_config_{nullptr},
+ misc_config_{nullptr},
+ help_config_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR LiveConfig::LiveConfig(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LiveConfigDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LiveConfigDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LiveConfigDefaultTypeInternal() {}
union {
- ShellDB_ShellStatus _instance;
+ LiveConfig _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ShellStatusDefaultTypeInternal _ShellDB_ShellStatus_default_instance_;
-PROTOBUF_CONSTEXPR ShellDB_ShellElementStatus::ShellDB_ShellElementStatus(
- ::_pbi::ConstantInitialized)
- : set_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , element_(1)
-{}
-struct ShellDB_ShellElementStatusDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellDB_ShellElementStatusDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellDB_ShellElementStatusDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiveConfigDefaultTypeInternal _LiveConfig_default_instance_;
+
+inline constexpr GetActiveMissionsResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ active_missions_{},
+ success_{false} {}
+
+template
+PROTOBUF_CONSTEXPR GetActiveMissionsResponse::GetActiveMissionsResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct GetActiveMissionsResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR GetActiveMissionsResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~GetActiveMissionsResponseDefaultTypeInternal() {}
union {
- ShellDB_ShellElementStatus _instance;
+ GetActiveMissionsResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ShellElementStatusDefaultTypeInternal _ShellDB_ShellElementStatus_default_instance_;
-PROTOBUF_CONSTEXPR ShellDB_ShellSetVariationStatus::ShellDB_ShellSetVariationStatus(
- ::_pbi::ConstantInitialized)
- : owned_variations_()
- , set_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){}
-struct ShellDB_ShellSetVariationStatusDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellDB_ShellSetVariationStatusDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellDB_ShellSetVariationStatusDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetActiveMissionsResponseDefaultTypeInternal _GetActiveMissionsResponse_default_instance_;
+
+inline constexpr GenericActionBatchRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ actions_{},
+ rinfo_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR GenericActionBatchRequest::GenericActionBatchRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct GenericActionBatchRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR GenericActionBatchRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~GenericActionBatchRequestDefaultTypeInternal() {}
union {
- ShellDB_ShellSetVariationStatus _instance;
+ GenericActionBatchRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ShellSetVariationStatusDefaultTypeInternal _ShellDB_ShellSetVariationStatus_default_instance_;
-PROTOBUF_CONSTEXPR ShellDB_FarmConfiguration::ShellDB_FarmConfiguration(
- ::_pbi::ConstantInitialized)
- : shell_configs_()
- , shell_set_configs_()
- , group_configs_()
- , chicken_configs_()
- , locked_elements_()
- , lighting_config_(nullptr)
- , configure_chickens_by_group_(false)
- , lighting_config_enabled_(false){}
-struct ShellDB_FarmConfigurationDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellDB_FarmConfigurationDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellDB_FarmConfigurationDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GenericActionBatchRequestDefaultTypeInternal _GenericActionBatchRequest_default_instance_;
+
+inline constexpr ContractSimConfig::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : grade_configs_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ContractSimConfig::ContractSimConfig(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractSimConfigDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractSimConfigDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractSimConfigDefaultTypeInternal() {}
union {
- ShellDB_FarmConfiguration _instance;
+ ContractSimConfig _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_FarmConfigurationDefaultTypeInternal _ShellDB_FarmConfiguration_default_instance_;
-PROTOBUF_CONSTEXPR ShellDB_SavedFarmConfiguration::ShellDB_SavedFarmConfiguration(
- ::_pbi::ConstantInitialized)
- : id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , server_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , display_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , config_(nullptr)
- , client_save_time_(0)
- , purchased_(false){}
-struct ShellDB_SavedFarmConfigurationDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellDB_SavedFarmConfigurationDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellDB_SavedFarmConfigurationDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimConfigDefaultTypeInternal _ContractSimConfig_default_instance_;
+
+inline constexpr ContractSeasonInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ grade_goals_{},
+ id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()) {}
+
+template
+PROTOBUF_CONSTEXPR ContractSeasonInfo::ContractSeasonInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractSeasonInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractSeasonInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractSeasonInfoDefaultTypeInternal() {}
union {
- ShellDB_SavedFarmConfiguration _instance;
+ ContractSeasonInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_SavedFarmConfigurationDefaultTypeInternal _ShellDB_SavedFarmConfiguration_default_instance_;
-PROTOBUF_CONSTEXPR ShellDB_ShellConfiguration::ShellDB_ShellConfiguration(
- ::_pbi::ConstantInitialized)
- : shell_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , index_(0u)
- , asset_type_(1)
-{}
-struct ShellDB_ShellConfigurationDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellDB_ShellConfigurationDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellDB_ShellConfigurationDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSeasonInfoDefaultTypeInternal _ContractSeasonInfo_default_instance_;
+
+inline constexpr ContractEvaluationBatch::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : evals_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ContractEvaluationBatch::ContractEvaluationBatch(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractEvaluationBatchDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractEvaluationBatchDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractEvaluationBatchDefaultTypeInternal() {}
union {
- ShellDB_ShellConfiguration _instance;
+ ContractEvaluationBatch _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ShellConfigurationDefaultTypeInternal _ShellDB_ShellConfiguration_default_instance_;
-PROTOBUF_CONSTEXPR ShellDB_ShellSetConfiguration::ShellDB_ShellSetConfiguration(
- ::_pbi::ConstantInitialized)
- : shell_set_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , variation_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , decorator_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , index_(0u)
- , element_(1)
-{}
-struct ShellDB_ShellSetConfigurationDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellDB_ShellSetConfigurationDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellDB_ShellSetConfigurationDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractEvaluationBatchDefaultTypeInternal _ContractEvaluationBatch_default_instance_;
+
+inline constexpr Contract::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ goals_{},
+ goal_sets_{},
+ grade_specs_{},
+ default_shell_ids_{},
+ identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ description_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ key_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ season_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ custom_egg_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ expiration_time_{0},
+ length_seconds_{0},
+ max_coop_size_{0u},
+ max_boosts_{0u},
+ max_soul_eggs_{0},
+ min_client_version_{0u},
+ coop_allowed_{false},
+ leggacy_{false},
+ cc_only_{false},
+ debug_{false},
+ start_time_{0},
+ egg_{static_cast< ::ei::Egg >(1)},
+ minutes_per_token_{60},
+ chicken_run_cooldown_minutes_{180} {}
+
+template
+PROTOBUF_CONSTEXPR Contract::Contract(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractDefaultTypeInternal() {}
union {
- ShellDB_ShellSetConfiguration _instance;
+ Contract _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ShellSetConfigurationDefaultTypeInternal _ShellDB_ShellSetConfiguration_default_instance_;
-PROTOBUF_CONSTEXPR ShellDB_ShellGroupConfiguration::ShellDB_ShellGroupConfiguration(
- ::_pbi::ConstantInitialized)
- : group_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , asset_type_(1)
-{}
-struct ShellDB_ShellGroupConfigurationDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellDB_ShellGroupConfigurationDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellDB_ShellGroupConfigurationDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractDefaultTypeInternal _Contract_default_instance_;
+
+inline constexpr CompleteMissionResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ artifacts_{},
+ other_rewards_{},
+ ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ info_{nullptr},
+ success_{false} {}
+
+template
+PROTOBUF_CONSTEXPR CompleteMissionResponse::CompleteMissionResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CompleteMissionResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CompleteMissionResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CompleteMissionResponseDefaultTypeInternal() {}
union {
- ShellDB_ShellGroupConfiguration _instance;
+ CompleteMissionResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ShellGroupConfigurationDefaultTypeInternal _ShellDB_ShellGroupConfiguration_default_instance_;
-PROTOBUF_CONSTEXPR ShellDB_ChickenConfig::ShellDB_ChickenConfig(
- ::_pbi::ConstantInitialized)
- : chicken_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , hat_identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){}
-struct ShellDB_ChickenConfigDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellDB_ChickenConfigDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellDB_ChickenConfigDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CompleteMissionResponseDefaultTypeInternal _CompleteMissionResponse_default_instance_;
+
+inline constexpr ArtifactsConfigurationResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : mission_parameters_{},
+ artifact_parameters_{},
+ crafting_level_infos_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactsConfigurationResponse::ArtifactsConfigurationResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactsConfigurationResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactsConfigurationResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactsConfigurationResponseDefaultTypeInternal() {}
union {
- ShellDB_ChickenConfig _instance;
+ ArtifactsConfigurationResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_ChickenConfigDefaultTypeInternal _ShellDB_ChickenConfig_default_instance_;
-PROTOBUF_CONSTEXPR ShellDB_LightingConfig::ShellDB_LightingConfig(
- ::_pbi::ConstantInitialized)
- : light_dir_(nullptr)
- , light_direct_color_(nullptr)
- , light_ambient_color_(nullptr)
- , fog_color_(nullptr)
- , light_direct_intensity_(0)
- , light_ambient_intensity_(0)
- , fog_near_(0)
- , fog_far_(0)
- , fog_density_(0){}
-struct ShellDB_LightingConfigDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellDB_LightingConfigDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellDB_LightingConfigDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsConfigurationResponseDefaultTypeInternal _ArtifactsConfigurationResponse_default_instance_;
+
+inline constexpr ArtifactInventoryItem::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ server_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ artifact_{nullptr},
+ item_id_{::uint64_t{0u}},
+ quantity_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactInventoryItem::ArtifactInventoryItem(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactInventoryItemDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactInventoryItemDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactInventoryItemDefaultTypeInternal() {}
union {
- ShellDB_LightingConfig _instance;
+ ArtifactInventoryItem _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_LightingConfigDefaultTypeInternal _ShellDB_LightingConfig_default_instance_;
-PROTOBUF_CONSTEXPR ShellDB::ShellDB(
- ::_pbi::ConstantInitialized)
- : shell_inventory_()
- , shell_set_inventory_()
- , farm_configs_()
- , shell_object_inventory_()
- , shell_element_inventory_()
- , new_shells_downloaded_()
- , new_shells_seen_()
- , shell_variation_inventory_()
- , saved_configs_()
- , last_showcase_featured_time_seen_(0)
- , lighting_controls_unlocked_(false){}
-struct ShellDBDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellDBDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellDBDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactInventoryItemDefaultTypeInternal _ArtifactInventoryItem_default_instance_;
+
+inline constexpr SubmitShellShowcaseRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ local_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ farm_config_{nullptr},
+ rinfo_{nullptr},
+ public_username_{false} {}
+
+template
+PROTOBUF_CONSTEXPR SubmitShellShowcaseRequest::SubmitShellShowcaseRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct SubmitShellShowcaseRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR SubmitShellShowcaseRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~SubmitShellShowcaseRequestDefaultTypeInternal() {}
union {
- ShellDB _instance;
+ SubmitShellShowcaseRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDBDefaultTypeInternal _ShellDB_default_instance_;
-PROTOBUF_CONSTEXPR ShellPopularityStats_Entry::ShellPopularityStats_Entry(
- ::_pbi::ConstantInitialized)
- : id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , spent_(uint64_t{0u})
- , count_(uint64_t{0u})
- , element_(1)
-{}
-struct ShellPopularityStats_EntryDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellPopularityStats_EntryDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellPopularityStats_EntryDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SubmitShellShowcaseRequestDefaultTypeInternal _SubmitShellShowcaseRequest_default_instance_;
+
+inline constexpr ShellShowcaseListingInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ description_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ share_url_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ local_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ creator_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ farm_config_{nullptr},
+ gross_{::uint64_t{0u}},
+ sales_{0u},
+ likes_{0u},
+ views_{::uint64_t{0u}},
+ dislikes_{0u},
+ status_{static_cast< ::ei::ShellShowcaseListingInfo_Status >(0)},
+ equips_{::uint64_t{0u}},
+ is_new_{false} {}
+
+template
+PROTOBUF_CONSTEXPR ShellShowcaseListingInfo::ShellShowcaseListingInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellShowcaseListingInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellShowcaseListingInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellShowcaseListingInfoDefaultTypeInternal() {}
union {
- ShellPopularityStats_Entry _instance;
+ ShellShowcaseListingInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellPopularityStats_EntryDefaultTypeInternal _ShellPopularityStats_Entry_default_instance_;
-PROTOBUF_CONSTEXPR ShellPopularityStats::ShellPopularityStats(
- ::_pbi::ConstantInitialized)
- : data_(){}
-struct ShellPopularityStatsDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellPopularityStatsDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellPopularityStatsDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellShowcaseListingInfoDefaultTypeInternal _ShellShowcaseListingInfo_default_instance_;
+
+inline constexpr ShellDB_SavedFarmConfiguration::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ server_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ display_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ config_{nullptr},
+ client_save_time_{0},
+ purchased_{false} {}
+
+template
+PROTOBUF_CONSTEXPR ShellDB_SavedFarmConfiguration::ShellDB_SavedFarmConfiguration(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellDB_SavedFarmConfigurationDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellDB_SavedFarmConfigurationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellDB_SavedFarmConfigurationDefaultTypeInternal() {}
union {
- ShellPopularityStats _instance;
+ ShellDB_SavedFarmConfiguration _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellPopularityStatsDefaultTypeInternal _ShellPopularityStats_default_instance_;
-PROTOBUF_CONSTEXPR ShellsActionLog::ShellsActionLog(
- ::_pbi::ConstantInitialized)
- : user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , action_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , sub_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , version_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , approx_time_(0)
- , cost_(0u)
- , farm_index_(0)
- , soul_eggs_(0)
- , tickets_spent_(uint64_t{0u})
- , gold_spent_(uint64_t{0u})
- , farm_element_(1)
-{}
-struct ShellsActionLogDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellsActionLogDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellsActionLogDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDB_SavedFarmConfigurationDefaultTypeInternal _ShellDB_SavedFarmConfiguration_default_instance_;
+
+inline constexpr SetArtifactRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ stones_{},
+ rinfo_{nullptr},
+ artifact_{nullptr},
+ gold_price_paid_{0} {}
+
+template
+PROTOBUF_CONSTEXPR SetArtifactRequest::SetArtifactRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct SetArtifactRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR SetArtifactRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~SetArtifactRequestDefaultTypeInternal() {}
union {
- ShellsActionLog _instance;
+ SetArtifactRequest _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellsActionLogDefaultTypeInternal _ShellsActionLog_default_instance_;
-PROTOBUF_CONSTEXPR SubmitShellShowcaseRequest::SubmitShellShowcaseRequest(
- ::_pbi::ConstantInitialized)
- : local_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , user_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , farm_config_(nullptr)
- , rinfo_(nullptr)
- , public_username_(false){}
-struct SubmitShellShowcaseRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR SubmitShellShowcaseRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~SubmitShellShowcaseRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SetArtifactRequestDefaultTypeInternal _SetArtifactRequest_default_instance_;
+
+inline constexpr PlayerFarmInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ egg_medal_level_{},
+ epic_research_{},
+ habs_{},
+ hab_population_{},
+ vehicles_{},
+ train_length_{},
+ common_research_{},
+ active_boosts_{},
+ equipped_artifacts_{},
+ hab_capacity_{},
+ farm_appearance_{nullptr},
+ soul_eggs_{0},
+ eggs_of_prophecy_{::uint64_t{0u}},
+ permit_level_{0u},
+ hyperloop_station_{false},
+ cash_on_hand_{0},
+ silos_owned_{0u},
+ boost_tokens_on_hand_{0u},
+ artifact_inventory_score_{::uint64_t{0u}},
+ timestamp_{0},
+ client_version_{0u},
+ egg_type_{static_cast< ::ei::Egg >(1)} {}
+
+template
+PROTOBUF_CONSTEXPR PlayerFarmInfo::PlayerFarmInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct PlayerFarmInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR PlayerFarmInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~PlayerFarmInfoDefaultTypeInternal() {}
union {
- SubmitShellShowcaseRequest _instance;
+ PlayerFarmInfo _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SubmitShellShowcaseRequestDefaultTypeInternal _SubmitShellShowcaseRequest_default_instance_;
-PROTOBUF_CONSTEXPR ShellShowcase::ShellShowcase(
- ::_pbi::ConstantInitialized)
- : top_()
- , featured_()
- , fresh_(){}
-struct ShellShowcaseDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellShowcaseDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellShowcaseDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PlayerFarmInfoDefaultTypeInternal _PlayerFarmInfo_default_instance_;
+
+inline constexpr LogCompleteMissionPayload::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ req_{nullptr},
+ res_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR LogCompleteMissionPayload::LogCompleteMissionPayload(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LogCompleteMissionPayloadDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LogCompleteMissionPayloadDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LogCompleteMissionPayloadDefaultTypeInternal() {}
union {
- ShellShowcase _instance;
+ LogCompleteMissionPayload _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellShowcaseDefaultTypeInternal _ShellShowcase_default_instance_;
-PROTOBUF_CONSTEXPR ShellShowcaseListingInfo::ShellShowcaseListingInfo(
- ::_pbi::ConstantInitialized)
- : id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , description_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , share_url_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , local_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , creator_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , farm_config_(nullptr)
- , gross_(uint64_t{0u})
- , sales_(0u)
- , likes_(0u)
- , views_(uint64_t{0u})
- , dislikes_(0u)
- , status_(0)
-
- , equips_(uint64_t{0u})
- , is_new_(false){}
-struct ShellShowcaseListingInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellShowcaseListingInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellShowcaseListingInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LogCompleteMissionPayloadDefaultTypeInternal _LogCompleteMissionPayload_default_instance_;
+
+inline constexpr LocalContract::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ reported_uuids_{},
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ contract_{nullptr},
+ evaluation_{nullptr},
+ time_accepted_{0},
+ coop_shared_end_time_{0},
+ last_amount_when_reward_given_{0},
+ accepted_{false},
+ cancelled_{false},
+ new__{false},
+ coop_contribution_finalized_{false},
+ boosts_used_{0u},
+ coop_grace_period_end_time_{0},
+ coop_last_uploaded_contribution_{0},
+ num_goals_achieved_{0u},
+ league_{0u},
+ last_nag_time_{0},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)},
+ coop_share_farm_{false},
+ points_replay_{false},
+ coop_simulation_end_time_{0},
+ max_farm_size_reached_{0} {}
+
+template
+PROTOBUF_CONSTEXPR LocalContract::LocalContract(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LocalContractDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LocalContractDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LocalContractDefaultTypeInternal() {}
union {
- ShellShowcaseListingInfo _instance;
+ LocalContract _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellShowcaseListingInfoDefaultTypeInternal _ShellShowcaseListingInfo_default_instance_;
-PROTOBUF_CONSTEXPR ShowcaseRoyaltyDeliveryConfirmation::ShowcaseRoyaltyDeliveryConfirmation(
- ::_pbi::ConstantInitialized)
- : ids_()
- , rinfo_(nullptr)
- , amount_(0u){}
-struct ShowcaseRoyaltyDeliveryConfirmationDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShowcaseRoyaltyDeliveryConfirmationDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShowcaseRoyaltyDeliveryConfirmationDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LocalContractDefaultTypeInternal _LocalContract_default_instance_;
+
+inline constexpr DLCCatalog::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ items_{},
+ shells_{},
+ shell_sets_{},
+ shell_objects_{},
+ shell_groups_{},
+ decorators_{},
+ shells_showcase_last_featured_time_{0} {}
+
+template
+PROTOBUF_CONSTEXPR DLCCatalog::DLCCatalog(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct DLCCatalogDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR DLCCatalogDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~DLCCatalogDefaultTypeInternal() {}
union {
- ShowcaseRoyaltyDeliveryConfirmation _instance;
+ DLCCatalog _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DLCCatalogDefaultTypeInternal _DLCCatalog_default_instance_;
+
+inline constexpr CraftArtifactRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ ingredients_{},
+ ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ spec_{nullptr},
+ rinfo_{nullptr},
+ item_id_{::uint64_t{0u}},
+ gold_price_paid_{0},
+ crafting_xp_{0},
+ crafting_count_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR CraftArtifactRequest::CraftArtifactRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct CraftArtifactRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR CraftArtifactRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~CraftArtifactRequestDefaultTypeInternal() {}
+ union {
+ CraftArtifactRequest _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CraftArtifactRequestDefaultTypeInternal _CraftArtifactRequest_default_instance_;
+
+inline constexpr ContractsResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contracts_{},
+ custom_eggs_{},
+ warning_message_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ current_season_{nullptr},
+ server_time_{0},
+ total_eop_{0},
+ max_eop_{1000u} {}
+
+template
+PROTOBUF_CONSTEXPR ContractsResponse::ContractsResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractsResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractsResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractsResponseDefaultTypeInternal() {}
+ union {
+ ContractsResponse _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractsResponseDefaultTypeInternal _ContractsResponse_default_instance_;
+
+inline constexpr ContractSimPollResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contract_to_simulate_{nullptr},
+ sim_config_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR ContractSimPollResponse::ContractSimPollResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractSimPollResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractSimPollResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractSimPollResponseDefaultTypeInternal() {}
+ union {
+ ContractSimPollResponse _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSimPollResponseDefaultTypeInternal _ContractSimPollResponse_default_instance_;
+
+inline constexpr ContractSeasonInfos::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : infos_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ContractSeasonInfos::ContractSeasonInfos(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractSeasonInfosDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractSeasonInfosDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractSeasonInfosDefaultTypeInternal() {}
+ union {
+ ContractSeasonInfos _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractSeasonInfosDefaultTypeInternal _ContractSeasonInfos_default_instance_;
+
+inline constexpr Backup_Artifacts::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ tank_fuels_{},
+ tank_limits_{},
+ item_being_infused_{nullptr},
+ spec_being_infused_{nullptr},
+ infusing_eggs_required_{0},
+ eggs_infused_{0},
+ last_fueled_ship_{static_cast< ::ei::MissionInfo_Spaceship >(0)},
+ infusing_{false},
+ tank_filling_enabled_{false},
+ enabled_{false},
+ intro_shown_{false},
+ inventory_score_{0},
+ crafting_xp_{0},
+ tank_level_{0u},
+ flow_percentage_artifacts_{0.5},
+ egg_type_infusing_{static_cast< ::ei::Egg >(1)},
+ fueling_enabled_{true},
+ infusing_enabled_deprecated_{true} {}
+
+template
+PROTOBUF_CONSTEXPR Backup_Artifacts::Backup_Artifacts(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct Backup_ArtifactsDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR Backup_ArtifactsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~Backup_ArtifactsDefaultTypeInternal() {}
+ union {
+ Backup_Artifacts _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Backup_ArtifactsDefaultTypeInternal _Backup_Artifacts_default_instance_;
+
+inline constexpr ArtifactsDB::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ inventory_items_{},
+ inventory_slots_{},
+ mission_infos_{},
+ mission_archive_{},
+ active_artifacts_deprecated_{},
+ discovered_artifacts_deprecated_{},
+ craftable_artifacts_deprecated_{},
+ crafting_counts_deprecated_{},
+ active_artifact_sets_{},
+ artifact_status_{},
+ saved_artifact_sets_{},
+ fueling_mission_{nullptr},
+ item_sequence_{::uint64_t{0u}} {}
+
+template
+PROTOBUF_CONSTEXPR ArtifactsDB::ArtifactsDB(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ArtifactsDBDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ArtifactsDBDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ArtifactsDBDefaultTypeInternal() {}
+ union {
+ ArtifactsDB _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShowcaseRoyaltyDeliveryConfirmationDefaultTypeInternal _ShowcaseRoyaltyDeliveryConfirmation_default_instance_;
-PROTOBUF_CONSTEXPR ShellShowcaseListingSet::ShellShowcaseListingSet(
- ::_pbi::ConstantInitialized)
- : listings_(){}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ArtifactsDBDefaultTypeInternal _ArtifactsDB_default_instance_;
+
+inline constexpr ShellShowcaseListingSet::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : listings_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ShellShowcaseListingSet::ShellShowcaseListingSet(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
struct ShellShowcaseListingSetDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellShowcaseListingSetDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
+ PROTOBUF_CONSTEXPR ShellShowcaseListingSetDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~ShellShowcaseListingSetDefaultTypeInternal() {}
union {
ShellShowcaseListingSet _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellShowcaseListingSetDefaultTypeInternal _ShellShowcaseListingSet_default_instance_;
-PROTOBUF_CONSTEXPR ShellsActionBatch::ShellsActionBatch(
- ::_pbi::ConstantInitialized)
- : actions_()
- , rinfo_(nullptr){}
-struct ShellsActionBatchDefaultTypeInternal {
- PROTOBUF_CONSTEXPR ShellsActionBatchDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~ShellsActionBatchDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellShowcaseListingSetDefaultTypeInternal _ShellShowcaseListingSet_default_instance_;
+
+inline constexpr ShellShowcase::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : top_{},
+ featured_{},
+ fresh_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ShellShowcase::ShellShowcase(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellShowcaseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellShowcaseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellShowcaseDefaultTypeInternal() {}
union {
- ShellsActionBatch _instance;
+ ShellShowcase _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellsActionBatchDefaultTypeInternal _ShellsActionBatch_default_instance_;
-PROTOBUF_CONSTEXPR UserVerificationAnalysis::UserVerificationAnalysis(
- ::_pbi::ConstantInitialized)
- : invalid_contracts_()
- , start_time_(0)
- , completion_time_(0)
- , overall_status_(0)
-
- , verified_piggy_breaks_(0u)
- , verified_other_iap_(0u)
- , unverified_iap_(0u)
- , artifacts_collected_(0)
- , artifacts_consumed_(0)
- , missions_completed_(0u)
- , num_coop_memberships_(0u)
- , artifacts_in_inventory_(0)
- , gold_earned_(0)
- , num_prestiges_(0)
- , soul_eggs_(0)
- , valid_contracts_(0u)
- , iap_status_(0)
-
- , verified_pro_permit_(false)
- , regular_iap_buyer_(false)
- , regular_iap_cheater_(false)
- , excessive_consumes_(false)
- , artifacts_status_(0)
-
- , gold_spent_crafting_(0)
- , contracts_status_(0)
-
- , eggs_of_prophecy_(0u)
- , excessive_inventory_(false)
- , excessive_spend_(false)
- , excessive_eop_(false)
- , excessive_invalid_contracts_(false)
- , verified_(false)
- , verification_override_(false)
- , verification_override_value_(false)
- , rare_artifacts_in_inventory_(uint64_t{0u})
- , rare_artifacts_on_server_(uint64_t{0u})
- , legendary_artifacts_in_inventory_(uint64_t{0u})
- , legendary_artifacts_on_server_(uint64_t{0u}){}
-struct UserVerificationAnalysisDefaultTypeInternal {
- PROTOBUF_CONSTEXPR UserVerificationAnalysisDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~UserVerificationAnalysisDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellShowcaseDefaultTypeInternal _ShellShowcase_default_instance_;
+
+inline constexpr ShellDB::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ shell_inventory_{},
+ shell_set_inventory_{},
+ farm_configs_{},
+ shell_object_inventory_{},
+ shell_element_inventory_{},
+ new_shells_downloaded_{},
+ new_shells_seen_{},
+ shell_variation_inventory_{},
+ saved_configs_{},
+ last_showcase_featured_time_seen_{0},
+ lighting_controls_unlocked_{false} {}
+
+template
+PROTOBUF_CONSTEXPR ShellDB::ShellDB(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ShellDBDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ShellDBDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ShellDBDefaultTypeInternal() {}
union {
- UserVerificationAnalysis _instance;
+ ShellDB _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UserVerificationAnalysisDefaultTypeInternal _UserVerificationAnalysis_default_instance_;
-PROTOBUF_CONSTEXPR UserSubscriptionInfo_HistoryEntry::UserSubscriptionInfo_HistoryEntry(
- ::_pbi::ConstantInitialized)
- : message_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , timestamp_(0){}
-struct UserSubscriptionInfo_HistoryEntryDefaultTypeInternal {
- PROTOBUF_CONSTEXPR UserSubscriptionInfo_HistoryEntryDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~UserSubscriptionInfo_HistoryEntryDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ShellDBDefaultTypeInternal _ShellDB_default_instance_;
+
+inline constexpr PeriodicalsResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ gifts_{},
+ evaluations_{},
+ artifact_cases_{},
+ showcase_royalties_{},
+ sales_{nullptr},
+ events_{nullptr},
+ contracts_{nullptr},
+ live_config_{nullptr},
+ mail_bag_{nullptr},
+ contract_player_info_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR PeriodicalsResponse::PeriodicalsResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct PeriodicalsResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR PeriodicalsResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~PeriodicalsResponseDefaultTypeInternal() {}
union {
- UserSubscriptionInfo_HistoryEntry _instance;
+ PeriodicalsResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UserSubscriptionInfo_HistoryEntryDefaultTypeInternal _UserSubscriptionInfo_HistoryEntry_default_instance_;
-PROTOBUF_CONSTEXPR UserSubscriptionInfo::UserSubscriptionInfo(
- ::_pbi::ConstantInitialized)
- : history_()
- , past_user_ids_()
- , original_transaction_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , store_status_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , linked_transaction_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , first_subscribed_(0)
- , period_end_(0)
- , last_updated_(0)
- , status_(0)
-
- , platform_(0)
-
- , subscription_level_(0)
-
- , next_subscription_level_(0)
-
- , lock_next_subscription_level_(false)
- , acknowledged_(false)
- , auto_renew_(false)
- , sandbox_(false){}
-struct UserSubscriptionInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR UserSubscriptionInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~UserSubscriptionInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PeriodicalsResponseDefaultTypeInternal _PeriodicalsResponse_default_instance_;
+
+inline constexpr LogSetArtifactPayload::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ req_{nullptr},
+ res_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR LogSetArtifactPayload::LogSetArtifactPayload(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LogSetArtifactPayloadDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LogSetArtifactPayloadDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LogSetArtifactPayloadDefaultTypeInternal() {}
union {
- UserSubscriptionInfo _instance;
+ LogSetArtifactPayload _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UserSubscriptionInfoDefaultTypeInternal _UserSubscriptionInfo_default_instance_;
-PROTOBUF_CONSTEXPR SubscriptionChangeHintRequest::SubscriptionChangeHintRequest(
- ::_pbi::ConstantInitialized)
- : original_transaction_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , rinfo_(nullptr)
- , next_subscription_level_(0)
-{}
-struct SubscriptionChangeHintRequestDefaultTypeInternal {
- PROTOBUF_CONSTEXPR SubscriptionChangeHintRequestDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~SubscriptionChangeHintRequestDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LogSetArtifactPayloadDefaultTypeInternal _LogSetArtifactPayload_default_instance_;
+
+inline constexpr LogCraftArtifactPayload::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ req_{nullptr},
+ res_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR LogCraftArtifactPayload::LogCraftArtifactPayload(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct LogCraftArtifactPayloadDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR LogCraftArtifactPayloadDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~LogCraftArtifactPayloadDefaultTypeInternal() {}
union {
- SubscriptionChangeHintRequest _instance;
+ LogCraftArtifactPayload _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SubscriptionChangeHintRequestDefaultTypeInternal _SubscriptionChangeHintRequest_default_instance_;
-PROTOBUF_CONSTEXPR CXPEvalRolloutInfo::CXPEvalRolloutInfo(
- ::_pbi::ConstantInitialized)
- : current_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{})
- , basis_points_(0u){}
-struct CXPEvalRolloutInfoDefaultTypeInternal {
- PROTOBUF_CONSTEXPR CXPEvalRolloutInfoDefaultTypeInternal()
- : _instance(::_pbi::ConstantInitialized{}) {}
- ~CXPEvalRolloutInfoDefaultTypeInternal() {}
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LogCraftArtifactPayloadDefaultTypeInternal _LogCraftArtifactPayload_default_instance_;
+
+inline constexpr ContractsArchive::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : archive_{},
+ _cached_size_{0} {}
+
+template
+PROTOBUF_CONSTEXPR ContractsArchive::ContractsArchive(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractsArchiveDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractsArchiveDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractsArchiveDefaultTypeInternal() {}
union {
- CXPEvalRolloutInfo _instance;
+ ContractsArchive _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractsArchiveDefaultTypeInternal _ContractsArchive_default_instance_;
+
+inline constexpr ContractCoopStatusUpdateRequest::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ push_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ rinfo_{nullptr},
+ production_params_{nullptr},
+ farm_info_{nullptr},
+ last_idle_summary_{nullptr},
+ amount_{0},
+ rate_{0},
+ soul_power_{0},
+ time_cheats_detected_{0u},
+ boost_tokens_{0u},
+ boost_tokens_spent_{0u},
+ eop_{0u},
+ hide_cc_status_{false},
+ egg_laying_rate_buff_{1},
+ earnings_buff_{1} {}
+
+template
+PROTOBUF_CONSTEXPR ContractCoopStatusUpdateRequest::ContractCoopStatusUpdateRequest(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractCoopStatusUpdateRequestDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractCoopStatusUpdateRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractCoopStatusUpdateRequestDefaultTypeInternal() {}
+ union {
+ ContractCoopStatusUpdateRequest _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusUpdateRequestDefaultTypeInternal _ContractCoopStatusUpdateRequest_default_instance_;
+
+inline constexpr ContractCoopStatusResponse_ContributionInfo::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ buff_history_{},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ push_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ uuid_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ production_params_{nullptr},
+ farm_info_{nullptr},
+ contribution_amount_{0},
+ contribution_rate_{0},
+ platform_{static_cast< ::ei::Platform >(0)},
+ rank_change_{0},
+ soul_power_{0},
+ ban_votes_{0u},
+ boost_tokens_{0u},
+ boost_tokens_spent_{0u},
+ finalized_{false},
+ time_cheat_detected_{false},
+ autojoined_{false},
+ chicken_run_cooldown_{0},
+ recently_active_{false},
+ active_{false},
+ cc_member_{false},
+ leech_{false} {}
+
+template
+PROTOBUF_CONSTEXPR ContractCoopStatusResponse_ContributionInfo::ContractCoopStatusResponse_ContributionInfo(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractCoopStatusResponse_ContributionInfoDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractCoopStatusResponse_ContributionInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractCoopStatusResponse_ContributionInfoDefaultTypeInternal() {}
+ union {
+ ContractCoopStatusResponse_ContributionInfo _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusResponse_ContributionInfoDefaultTypeInternal _ContractCoopStatusResponse_ContributionInfo_default_instance_;
+
+inline constexpr ConfigResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ live_config_{nullptr},
+ mail_bag_{nullptr},
+ dlc_catalog_{nullptr} {}
+
+template
+PROTOBUF_CONSTEXPR ConfigResponse::ConfigResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ConfigResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ConfigResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ConfigResponseDefaultTypeInternal() {}
+ union {
+ ConfigResponse _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConfigResponseDefaultTypeInternal _ConfigResponse_default_instance_;
+
+inline constexpr ContractCoopStatusResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contributors_{},
+ gifts_{},
+ chicken_runs_{},
+ contract_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ coop_identifier_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ creator_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ total_amount_{0},
+ seconds_remaining_{0},
+ grace_period_seconds_remaining_{0},
+ auto_generated_{false},
+ public__{false},
+ all_goals_achieved_{false},
+ all_members_reporting_{false},
+ cleared_for_exit_{false},
+ local_timestamp_{0},
+ seconds_since_all_goals_achieved_{0},
+ last_sync_{0},
+ grade_{static_cast< ::ei::Contract_PlayerGrade >(0)},
+ response_status_{static_cast< ::ei::ContractCoopStatusResponse_ResponseStatus >(0)} {}
+
+template
+PROTOBUF_CONSTEXPR ContractCoopStatusResponse::ContractCoopStatusResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct ContractCoopStatusResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR ContractCoopStatusResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~ContractCoopStatusResponseDefaultTypeInternal() {}
+ union {
+ ContractCoopStatusResponse _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContractCoopStatusResponseDefaultTypeInternal _ContractCoopStatusResponse_default_instance_;
+
+inline constexpr MyContracts::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ contracts_{},
+ archive_{},
+ contract_ids_seen_{},
+ current_coop_statuses_{},
+ custom_egg_info_{},
+ last_cpi_{nullptr},
+ last_grade_progress_shown_{0},
+ initial_grade_revealed_{false},
+ show_advanced_evaluations_{false} {}
+
+template
+PROTOBUF_CONSTEXPR MyContracts::MyContracts(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct MyContractsDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR MyContractsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~MyContractsDefaultTypeInternal() {}
+ union {
+ MyContracts _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MyContractsDefaultTypeInternal _MyContracts_default_instance_;
+
+inline constexpr Backup::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ farms_{},
+ read_mail_ids_{},
+ user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ user_name_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ game_services_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ device_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ push_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ signature_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ settings_{nullptr},
+ tutorial_{nullptr},
+ stats_{nullptr},
+ game_{nullptr},
+ sim_{nullptr},
+ mission_{nullptr},
+ misc_{nullptr},
+ contracts_{nullptr},
+ artifacts_{nullptr},
+ artifacts_db_{nullptr},
+ shell_db_{nullptr},
+ shells_{nullptr},
+ mail_state_{nullptr},
+ approx_time_{0},
+ version_{0u},
+ force_offer_backup_{false},
+ force_backup_{false},
+ checksum_{::uint64_t{0u}} {}
+
+template
+PROTOBUF_CONSTEXPR Backup::Backup(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct BackupDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR BackupDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~BackupDefaultTypeInternal() {}
+ union {
+ Backup _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BackupDefaultTypeInternal _Backup_default_instance_;
+
+inline constexpr SaveBackupResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ message_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ existing_backup_{nullptr},
+ success_{false},
+ error_code_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR SaveBackupResponse::SaveBackupResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct SaveBackupResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR SaveBackupResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~SaveBackupResponseDefaultTypeInternal() {}
+ union {
+ SaveBackupResponse _instance;
+ };
+};
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SaveBackupResponseDefaultTypeInternal _SaveBackupResponse_default_instance_;
+
+inline constexpr EggIncFirstContactResponse::Impl_::Impl_(
+ ::_pbi::ConstantInitialized) noexcept
+ : _cached_size_{0},
+ ids_transferred_{},
+ ei_user_id_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ error_message_(
+ &::google::protobuf::internal::fixed_address_empty_string,
+ ::_pbi::ConstantInitialized()),
+ backup_{nullptr},
+ error_code_{0u} {}
+
+template
+PROTOBUF_CONSTEXPR EggIncFirstContactResponse::EggIncFirstContactResponse(::_pbi::ConstantInitialized)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(_class_data_.base()),
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(),
+#endif // PROTOBUF_CUSTOM_VTABLE
+ _impl_(::_pbi::ConstantInitialized()) {
+}
+struct EggIncFirstContactResponseDefaultTypeInternal {
+ PROTOBUF_CONSTEXPR EggIncFirstContactResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
+ ~EggIncFirstContactResponseDefaultTypeInternal() {}
+ union {
+ EggIncFirstContactResponse _instance;
};
};
-PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CXPEvalRolloutInfoDefaultTypeInternal _CXPEvalRolloutInfo_default_instance_;
+
+PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
+ PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EggIncFirstContactResponseDefaultTypeInternal _EggIncFirstContactResponse_default_instance_;
} // namespace ei
-static ::_pb::Metadata file_level_metadata_ei_2eproto[198];
static const ::_pb::EnumDescriptor* file_level_enum_descriptors_ei_2eproto[37];
-static constexpr ::_pb::ServiceDescriptor const** file_level_service_descriptors_ei_2eproto = nullptr;
-
-const uint32_t TableStruct_ei_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
- PROTOBUF_FIELD_OFFSET(::ei::Vector3, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Vector3, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Vector3, x_),
- PROTOBUF_FIELD_OFFSET(::ei::Vector3, y_),
- PROTOBUF_FIELD_OFFSET(::ei::Vector3, z_),
- 0,
- 1,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::Vector4, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Vector4, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Vector4, x_),
- PROTOBUF_FIELD_OFFSET(::ei::Vector4, y_),
- PROTOBUF_FIELD_OFFSET(::ei::Vector4, z_),
- PROTOBUF_FIELD_OFFSET(::ei::Vector4, w_),
- 0,
- 1,
- 2,
- 3,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, sfx_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, music_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, low_battery_mode_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, low_performance_mode_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, force_touch_chicken_btn_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, notifications_queried_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, last_notification_query_time_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, notifications_on_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, notify_daily_gift_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, low_performance_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, auto_stop_fueling_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, max_enabled_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, hide_cc_status_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, contracts_widget_enabled_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, artifact_sparkle_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, last_backup_time_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, coppa_queried_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, coppa_restricted_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, gdpr_consent_queried_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, gdpr_age_restricted_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, gdpr_consent_given_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, age_queried_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, age_restricted_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, data_collection_consent_queried_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, data_collection_consent_given_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, last_day_age_queried_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, user_ads_enabled_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, user_cloud_enabled_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, user_analytics_enabled_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, user_personalized_ads_enabled_),
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 21,
- 6,
- 7,
- 22,
- 23,
- 24,
- 25,
- 13,
- 14,
- 20,
- 15,
- 16,
- 8,
- 9,
- 10,
- 11,
- 17,
- 18,
- 19,
- 12,
- 26,
- 27,
- 28,
- 29,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, intro_shown_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, click_tutorial_shown_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, buy_hab_shown_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, hire_vehicle_shown_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, q_num_shown_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, s_num_shown_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, contracts_tab_shown_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, contract_info_shown_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, join_coop_shown_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, switch_farm_shown_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, tutorial_shown_),
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6,
- 7,
- 8,
- 9,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, egg_totals_old_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, egg_totals_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, unlimited_chickens_uses_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, refill_uses_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, warp_1_uses_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, warp_8_uses_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, boosts_used_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, video_doubler_uses_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, drone_takedowns_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, drone_takedowns_elite_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, num_prestiges_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, num_piggy_breaks_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, iap_packs_purchased_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, piggy_full_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, piggy_found_full_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, time_piggy_filled_realtime_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, time_piggy_full_gametime_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, lost_piggy_increments_),
- ~0u,
- ~0u,
- 5,
- 0,
- 2,
- 3,
- 10,
- 1,
- 4,
- 7,
- 6,
- 8,
- 9,
- 14,
- 15,
- 11,
- 12,
- 13,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, current_farm_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, max_egg_reached_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, golden_eggs_earned_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, golden_eggs_spent_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, uncliamed_golden_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, unclaimed_soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, soul_eggs_d_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, unclaimed_soul_eggs_d_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, eggs_of_prophecy_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, unclaimed_eggs_of_prophecy_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, shell_scripts_earned_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, shell_scripts_spent_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, unclaimed_shell_scripts_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, prestige_cash_earned_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, prestige_soul_boost_cash_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, lifetime_cash_earned_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, piggy_bank_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, piggy_full_alert_shown_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, permit_level_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, epic_research_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, hyperloop_station_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, next_daily_gift_time_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, last_daily_gift_collected_day_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, num_daily_gifts_collected_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, news_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, last_news_time_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, current_multiplier_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, current_multiplier_expiration_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, achievements_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, max_farm_size_reached_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, egg_medal_level_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, long_idle_notification_set_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, long_idle_notification_threshold_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, long_idle_reward_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, boosts_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, total_time_cheats_detected_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, force_elite_contracts_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, new_player_event_end_time_),
- 16,
- 32,
- 0,
- 1,
- 12,
- 2,
- 13,
- 26,
- 27,
- 14,
- 15,
- 29,
- 30,
- 31,
- 3,
- 25,
- 4,
- 5,
- 20,
- 10,
- ~0u,
- 21,
- 6,
- 11,
- 17,
- ~0u,
- 7,
- 8,
- 9,
- ~0u,
- ~0u,
- ~0u,
- 22,
- 18,
- 19,
- ~0u,
- 24,
- 23,
- 28,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, infusing_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, item_being_infused_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, spec_being_infused_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, egg_type_infusing_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, infusing_eggs_required_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, eggs_infused_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, flow_percentage_artifacts_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, fueling_enabled_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, tank_filling_enabled_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, tank_level_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, tank_fuels_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, tank_limits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, last_fueled_ship_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, inventory_score_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, crafting_xp_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, enabled_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, intro_shown_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, infusing_enabled_deprecated_),
- 5,
- 0,
- 1,
- 13,
- 2,
- 3,
- 12,
- 14,
- 6,
- 11,
- ~0u,
- ~0u,
- 4,
- 9,
- 10,
- 7,
- 8,
- 15,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Shells, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Shells, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Shells, intro_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Shells, contracts_intro_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Shells, num_new_),
- 0,
- 1,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, egg_type_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, farm_type_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, contract_id_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, cash_earned_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, cash_spent_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, unclaimed_cash_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, last_step_time_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, num_chickens_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, num_chickens_unsettled_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, num_chickens_running_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, eggs_laid_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, eggs_shipped_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, eggs_paid_for_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, silos_owned_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, habs_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, hab_population_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, hab_population_indound_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, hab_incubator_popuplation_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, hatchery_population_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, vehicles_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, train_length_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, common_research_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, active_boosts_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, last_cash_boost_time_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, time_cheats_detected_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, time_cheat_debt_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, boost_tokens_received_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, boost_tokens_spent_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, boost_tokens_given_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, unclaimed_boost_tokens_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, gametime_until_next_boost_token_),
- 21,
- 22,
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6,
- 7,
- 8,
- 19,
- 9,
- 11,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- 10,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- 20,
- 12,
- 13,
- 14,
- 15,
- 17,
- 16,
- 18,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Mission, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Mission, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Mission, current_mission_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Mission, reference_value_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Mission, current_missions_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Mission, missions_),
- 0,
- 1,
- ~0u,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, chicken_btn_pref_big_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, free_hatchery_refill_given_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, last_share_farm_value_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, last_share_swarm_farm_value_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, last_share_swarm_size_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, last_prestige_alert_soul_eggs_deprecated_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, friend_rank_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, friend_rank_pop_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, global_rank_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, global_rank_pop_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, challenges_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, trophy_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, ar_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, contracts_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, contracts_alert_v2_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, coop_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, coop_alert_v2_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, switch_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, egg_of_prophecy_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, boost_token_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, soul_egg_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, backup_reminder_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, max_button_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, mission_target_alert_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, colleggtibles_alert_),
- 4,
- 5,
- 21,
- 22,
- 23,
- 24,
- 0,
- 1,
- 2,
- 3,
- 6,
- 7,
- 8,
- 9,
- 10,
- 11,
- 12,
- 13,
- 14,
- 15,
- 16,
- 17,
- 18,
- 19,
- 20,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_ResearchItem, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_ResearchItem, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_ResearchItem, id_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_ResearchItem, level_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_NewsHeadline, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_NewsHeadline, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_NewsHeadline, id_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_NewsHeadline, read_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_AchievementInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_AchievementInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_AchievementInfo, id_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_AchievementInfo, achieved_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_ActiveBoost, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_ActiveBoost, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_ActiveBoost, boost_id_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_ActiveBoost, time_remaining_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_ActiveBoost, reference_value_),
- 0,
- 1,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_OwnedBoost, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_OwnedBoost, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_OwnedBoost, boost_id_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_OwnedBoost, count_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::Backup_MissionInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_MissionInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup_MissionInfo, id_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_MissionInfo, completed_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup_MissionInfo, reference_value_),
- 0,
- 2,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::Backup, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Backup, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, ei_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, game_services_id_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, push_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, device_id_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, user_name_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, approx_time_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, version_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, force_offer_backup_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, force_backup_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, settings_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, tutorial_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, stats_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, game_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, artifacts_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, shells_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, sim_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, farms_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, mission_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, misc_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, contracts_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, artifacts_db_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, shell_db_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, read_mail_ids_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, mail_state_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, checksum_),
- PROTOBUF_FIELD_OFFSET(::ei::Backup, signature_),
- 0,
- 4,
- 2,
- 5,
- 3,
- 1,
- 20,
- 21,
- 22,
- 23,
- 7,
- 8,
- 9,
- 10,
- 15,
- 18,
- 11,
- ~0u,
- 12,
- 13,
- 14,
- 16,
- 17,
- ~0u,
- 19,
- 24,
- 6,
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, ei_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, game_services_id_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, device_id_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, username_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, client_version_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, platform_),
- 5,
- 1,
- 0,
- 4,
- 2,
- 3,
- 6,
- 7,
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, ei_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, ids_transferred_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, error_code_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, error_message_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, backup_),
- 0,
- ~0u,
- 3,
- 1,
- 2,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::EggIncAdConfig, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::EggIncAdConfig, network_priority_),
- PROTOBUF_FIELD_OFFSET(::ei::DailyGiftInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::DailyGiftInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::DailyGiftInfo, current_day_),
- PROTOBUF_FIELD_OFFSET(::ei::DailyGiftInfo, seconds_to_next_day_),
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, piggy_full_),
- PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, piggy_found_full_),
- PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, seconds_full_realtime_),
- PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, seconds_full_gametime_),
- PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, lost_increments_),
- PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, current_client_version_),
- 0,
- 2,
- 3,
- 1,
- 5,
- 4,
- 6,
- PROTOBUF_FIELD_OFFSET(::ei::IAPSaleEntry, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::IAPSaleEntry, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::IAPSaleEntry, product_id_),
- PROTOBUF_FIELD_OFFSET(::ei::IAPSaleEntry, seconds_remaining_),
- PROTOBUF_FIELD_OFFSET(::ei::IAPSaleEntry, discount_string_),
- PROTOBUF_FIELD_OFFSET(::ei::IAPSaleEntry, sale_id_),
- 0,
- 3,
- 1,
- 2,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::SalesInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::SalesInfo, sales_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, seconds_remaining_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, type_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, multiplier_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, subtitle_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, start_time_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, duration_),
- PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, cc_only_),
- 0,
- 3,
- 1,
- 4,
- 2,
- 5,
- 6,
- 7,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::EggIncCurrentEvents, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::EggIncCurrentEvents, events_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, device_id_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, advertising_id_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, platform_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, form_factor_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, device_name_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, platform_version_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, locale_country_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, locale_language_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, gpu_vendor_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, gpu_model_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, device_bucket_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, screen_width_),
- PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, screen_height_),
- 0,
- 10,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6,
- 7,
- 8,
- 9,
- 11,
- 12,
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, version_str_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, sessions_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, num_prestiges_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, current_egg_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, gold_earned_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, gold_spent_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, current_mission_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, piggy_size_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, num_piggy_breaks_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, verified_piggy_breaks_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, iap_packs_purchased_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, permit_level_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, video_doubler_uses_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, drone_takedowns_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, drone_takedowns_elite_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, trophies_unlocked_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, egg_level_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, struggle_factor_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, piggy_full_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, piggy_found_full_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, time_piggy_full_realtime_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, time_piggy_full_gametime_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, lost_piggy_increments_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, sale_id_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, unlimited_chickens_uses_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, refill_uses_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, short_warp_uses_),
- PROTOBUF_FIELD_OFFSET(::ei::AppInfo, long_warp_uses_),
- 0,
- 2,
- 3,
- 4,
- 6,
- 5,
- 8,
- 7,
- 10,
- 9,
- 25,
- 12,
- 11,
- 15,
- 18,
- 19,
- 26,
- 20,
- 21,
- 27,
- 28,
- 22,
- 23,
- 24,
- 1,
- 13,
- 14,
- 16,
- 17,
- PROTOBUF_FIELD_OFFSET(::ei::ActionKeyValuePair, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ActionKeyValuePair, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ActionKeyValuePair, key_),
- PROTOBUF_FIELD_OFFSET(::ei::ActionKeyValuePair, value_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::GenericAction, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::GenericAction, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::GenericAction, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::GenericAction, cc_user_),
- PROTOBUF_FIELD_OFFSET(::ei::GenericAction, advertising_id_),
- PROTOBUF_FIELD_OFFSET(::ei::GenericAction, approx_time_dep_),
- PROTOBUF_FIELD_OFFSET(::ei::GenericAction, approx_time_),
- PROTOBUF_FIELD_OFFSET(::ei::GenericAction, action_name_),
- PROTOBUF_FIELD_OFFSET(::ei::GenericAction, data_),
- PROTOBUF_FIELD_OFFSET(::ei::GenericAction, app_),
- PROTOBUF_FIELD_OFFSET(::ei::GenericAction, device_),
- 0,
- 6,
- 2,
- 5,
- 7,
- 1,
- ~0u,
- 3,
- 4,
- PROTOBUF_FIELD_OFFSET(::ei::GenericActionBatchRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::GenericActionBatchRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::GenericActionBatchRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::GenericActionBatchRequest, actions_),
- 0,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, sku_),
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, transaction_id_),
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, original_transaction_id_),
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, receipt_),
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, platform_),
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, sandbox_),
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, log_),
- 6,
- 0,
- 1,
- 4,
- 2,
- 3,
- 7,
- 5,
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseResponse, verified_),
- PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseResponse, message_),
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, approx_time_),
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, currency_),
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, amount_),
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, location_),
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, version_),
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, platform_),
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, tickets_spent_),
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, gold_spent_),
- 0,
- 4,
- 9,
- 5,
- 1,
- 2,
- 3,
- 6,
- 7,
- 8,
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowBatchRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowBatchRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowBatchRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowBatchRequest, logs_),
- 0,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::Reward, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Reward, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Reward, reward_type_),
- PROTOBUF_FIELD_OFFSET(::ei::Reward, reward_sub_type_),
- PROTOBUF_FIELD_OFFSET(::ei::Reward, reward_amount_),
- 2,
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::GameModifier, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::GameModifier, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::GameModifier, dimension_),
- PROTOBUF_FIELD_OFFSET(::ei::GameModifier, value_),
- PROTOBUF_FIELD_OFFSET(::ei::GameModifier, description_),
- 2,
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, name_),
- PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, description_),
- PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, value_),
- PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, hatchery_id_),
- PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, hatchery_max_x_),
- PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, icon_),
- PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, icon_width_),
- PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, icon_height_),
- PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, buffs_),
- 0,
- 1,
- 2,
- 5,
- 3,
- 6,
- 4,
- 7,
- 8,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, type_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, target_amount_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, reward_type_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, reward_sub_type_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, reward_amount_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, target_soul_eggs_),
- 4,
- 1,
- 5,
- 0,
- 2,
- 3,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::Contract_GoalSet, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Contract_GoalSet, goals_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract_GradeSpec, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract_GradeSpec, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Contract_GradeSpec, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract_GradeSpec, goals_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract_GradeSpec, modifiers_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract_GradeSpec, length_seconds_),
- 1,
- ~0u,
- ~0u,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::Contract, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::Contract, identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, name_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, description_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, egg_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, custom_egg_id_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, goals_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, goal_sets_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, grade_specs_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, season_id_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, coop_allowed_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, max_coop_size_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, max_boosts_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, minutes_per_token_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, chicken_run_cooldown_minutes_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, start_time_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, expiration_time_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, length_seconds_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, max_soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, min_client_version_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, leggacy_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, cc_only_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, default_shell_ids_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, debug_),
- PROTOBUF_FIELD_OFFSET(::ei::Contract, key_),
- 0,
- 1,
- 2,
- 17,
- 5,
- ~0u,
- ~0u,
- ~0u,
- 4,
- 12,
- 8,
- 9,
- 18,
- 19,
- 16,
- 6,
- 7,
- 10,
- 11,
- 13,
- 14,
- ~0u,
- 15,
- 3,
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, total_cxp_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, season_cxp_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, grade_score_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, target_grade_score_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, soul_power_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, target_soul_power_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, grade_progress_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, issues_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, issue_score_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, status_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, last_evaluation_time_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, last_evaluation_version_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, unread_evaluations_),
- 2,
- 1,
- 10,
- 5,
- 7,
- 8,
- 6,
- 9,
- ~0u,
- 11,
- 3,
- 4,
- 0,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, cxp_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, replay_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, cxp_change_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, grade_performance_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, old_league_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, old_goals_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, contribution_ratio_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, completion_percent_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, original_length_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, coop_size_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, solo_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, soul_power_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, last_contribution_time_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, completion_time_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, chicken_runs_sent_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, gift_tokens_sent_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, gift_tokens_received_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, gift_token_value_sent_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, gift_token_value_received_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, boost_token_allotment_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, buff_time_value_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, teamwork_score_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, other_bonuses_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, counted_in_season_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, season_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, time_cheats_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, issues_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, notes_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, version_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, evaluation_start_time_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, status_),
- 1,
- 2,
- 4,
- 20,
- 27,
- 5,
- 13,
- 21,
- 6,
- 7,
- 8,
- 12,
- 19,
- 22,
- 26,
- 25,
- 9,
- 10,
- 11,
- 14,
- 28,
- 29,
- 18,
- 17,
- 15,
- 16,
- 23,
- 0,
- 24,
- ~0u,
- ~0u,
- 3,
- 30,
- 31,
- PROTOBUF_FIELD_OFFSET(::ei::ContractCitation, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCitation, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractCitation, issue_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCitation, timestamp_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCitation, grade_),
- 1,
- 0,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluationBatch_Pair, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluationBatch_Pair, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluationBatch_Pair, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluationBatch_Pair, cev_),
- 0,
- 1,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluationBatch, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluationBatch, evals_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, contribution_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, last_contribution_time_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, finalized_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, soul_power_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, tokens_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, tokens_spent_),
- 1,
- 5,
- 6,
- 2,
- 0,
- 3,
- 4,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot, contributors_),
- PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, ei_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, client_version_),
- PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, version_),
- PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, build_),
- PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, platform_),
- PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, country_),
- PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, language_),
- PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, debug_),
- 0,
- 6,
- 1,
- 2,
- 3,
- 4,
- 5,
- 7,
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, target_se_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, cps_mult_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, elr_mult_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, earnings_mult_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, time_efficacy_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, hab_capacity_mult_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, epic_research_budget_),
- 0,
- 1,
- 6,
- 2,
- 3,
- 4,
- 5,
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig, goal_params_),
- 0,
- ~0u,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig, grade_configs_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimPoll, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimPoll, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimPoll, client_version_),
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimPollResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimPollResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimPollResponse, contract_to_simulate_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimPollResponse, sim_config_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate_GoalInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate_GoalInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate_GoalInfo, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate_GoalInfo, goal_index_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate_GoalInfo, projected_eggs_laid_),
- 0,
- 1,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate, contract_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate, goal_infos_),
- 0,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::ContractsRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractsRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractsRequest, soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractsRequest, client_version_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractsRequest, user_id_),
- 1,
- 2,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, contracts_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, custom_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, warning_message_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, total_eop_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, server_time_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, max_eop_),
- ~0u,
- ~0u,
- 0,
- 2,
- 1,
- 3,
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, client_version_),
- 3,
- 0,
- 1,
- 2,
- 4,
- PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, farm_population_),
- PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, farm_capacity_),
- PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, elr_),
- PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, ihr_),
- PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, sr_),
- PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, delivered_),
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, client_version_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, eggs_of_prophecy_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, permit_level_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, hyperloop_station_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, egg_medal_level_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, epic_research_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, egg_type_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, cash_on_hand_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, habs_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, hab_population_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, hab_capacity_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, vehicles_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, train_length_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, silos_owned_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, common_research_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, active_boosts_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, boost_tokens_on_hand_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, equipped_artifacts_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, artifact_inventory_score_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, farm_appearance_),
- PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, timestamp_),
- 10,
- 1,
- 2,
- 3,
- 4,
- ~0u,
- ~0u,
- 11,
- 5,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- 6,
- ~0u,
- ~0u,
- 7,
- ~0u,
- 8,
- 0,
- 9,
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, uuid_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, user_name_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, contribution_amount_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, contribution_rate_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, soul_power_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, production_params_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, farm_info_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, rank_change_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, recently_active_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, active_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, cc_member_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, leech_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, finalized_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, time_cheat_detected_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, platform_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, push_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, ban_votes_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, autojoined_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, boost_tokens_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, boost_tokens_spent_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, buff_history_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, chicken_run_cooldown_),
- 4,
- 0,
- 1,
- 3,
- 7,
- 8,
- 11,
- 5,
- 6,
- 10,
- 19,
- 20,
- 21,
- 22,
- 15,
- 16,
- 9,
- 2,
- 12,
- 17,
- 13,
- 14,
- ~0u,
- 18,
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_CoopGift, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_CoopGift, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_CoopGift, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_CoopGift, user_name_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_CoopGift, amount_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_CoopGift, tracking_),
- 0,
- 1,
- 3,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ChickenRun, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ChickenRun, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ChickenRun, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ChickenRun, user_name_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ChickenRun, amount_),
- 0,
- 1,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, response_status_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, total_amount_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, contributors_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, auto_generated_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, public__),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, creator_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, seconds_remaining_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, seconds_since_all_goals_achieved_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, all_goals_achieved_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, all_members_reporting_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, grace_period_seconds_remaining_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, cleared_for_exit_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, gifts_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, chicken_runs_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, local_timestamp_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, last_sync_),
- 15,
- 0,
- 3,
- 1,
- 14,
- ~0u,
- 6,
- 7,
- 2,
- 4,
- 12,
- 8,
- 9,
- 5,
- 10,
- ~0u,
- ~0u,
- 11,
- 13,
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, contract_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, accepted_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, time_accepted_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, cancelled_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, new__),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, coop_shared_end_time_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, coop_simulation_end_time_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, coop_grace_period_end_time_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, coop_contribution_finalized_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, coop_last_uploaded_contribution_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, coop_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, coop_share_farm_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, last_amount_when_reward_given_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, num_goals_achieved_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, max_farm_size_reached_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, boosts_used_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, points_replay_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, league_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, last_nag_time_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, evaluation_),
- PROTOBUF_FIELD_OFFSET(::ei::LocalContract, reported_uuids_),
- 2,
- 0,
- 7,
- 4,
- 8,
- 9,
- 5,
- 20,
- 12,
- 10,
- 13,
- 1,
- 18,
- 6,
- 14,
- 21,
- 11,
- 19,
- 15,
- 17,
- 16,
- 3,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::MyContracts, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::MyContracts, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::MyContracts, contract_ids_seen_),
- PROTOBUF_FIELD_OFFSET(::ei::MyContracts, contracts_),
- PROTOBUF_FIELD_OFFSET(::ei::MyContracts, archive_),
- PROTOBUF_FIELD_OFFSET(::ei::MyContracts, current_coop_statuses_),
- PROTOBUF_FIELD_OFFSET(::ei::MyContracts, last_cpi_),
- PROTOBUF_FIELD_OFFSET(::ei::MyContracts, initial_grade_revealed_),
- PROTOBUF_FIELD_OFFSET(::ei::MyContracts, last_grade_progress_shown_),
- PROTOBUF_FIELD_OFFSET(::ei::MyContracts, show_advanced_evaluations_),
- PROTOBUF_FIELD_OFFSET(::ei::MyContracts, custom_egg_info_),
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- 0,
- 2,
- 1,
- 3,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, league_),
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, client_version_),
- 2,
- 0,
- 1,
- 4,
- 5,
- 3,
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, exists_),
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, full_),
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, expired_),
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, different_league_),
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, different_grade_),
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, cc_only_),
- PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, banned_),
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6,
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, public__),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, cc_only_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, allow_all_grades_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, seconds_remaining_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, user_name_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, soul_power_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, eop_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, league_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, points_replay_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, platform_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, client_version_),
- 4,
- 0,
- 1,
- 12,
- 13,
- 14,
- 5,
- 2,
- 3,
- 8,
- 11,
- 9,
- 10,
- 15,
- 6,
- 7,
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopResponse, success_),
- PROTOBUF_FIELD_OFFSET(::ei::CreateCoopResponse, message_),
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, user_name_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, soul_power_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, eop_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, league_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, points_replay_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, platform_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, seconds_remaining_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, client_version_),
- 4,
- 0,
- 1,
- 2,
- 3,
- 7,
- 11,
- 9,
- 10,
- 12,
- 5,
- 8,
- 6,
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, success_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, message_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, banned_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, seconds_remaining_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, match_percent_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, num_members_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, status_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, can_start_),
- 3,
- 0,
- 4,
- 1,
- 2,
- 7,
- 6,
- 8,
- 9,
- 5,
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, user_name_),
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, soul_power_),
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, eop_),
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, league_),
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, points_replay_),
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, seconds_remaining_),
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, platform_),
- PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, client_version_),
- 3,
- 0,
- 1,
- 2,
- 4,
- 8,
- 9,
- 10,
- 11,
- 5,
- 6,
- 7,
- PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, requesting_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, public__),
- PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, client_version_),
- 3,
- 0,
- 1,
- 2,
- 4,
- 5,
- PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsResponse, success_),
- PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsResponse, message_),
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, player_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, client_version_),
- 3,
- 0,
- 1,
- 2,
- 4,
- PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, player_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, requesting_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, requesting_user_name_),
- PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, amount_),
- PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, client_version_),
- 5,
- 0,
- 1,
- 2,
- 3,
- 4,
- 6,
- 7,
- PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, player_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, requesting_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, requesting_user_name_),
- PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, farm_pop_),
- PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, client_version_),
- 5,
- 0,
- 1,
- 2,
- 3,
- 4,
- 6,
- 7,
- PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, reason_),
- 3,
- 0,
- 1,
- 2,
- 4,
- PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, player_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, requesting_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, reason_),
- PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, client_version_),
- 4,
- 0,
- 1,
- 2,
- 3,
- 6,
- 5,
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, coop_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, push_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, amount_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, rate_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, time_cheats_detected_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, soul_power_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, eop_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, boost_tokens_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, boost_tokens_spent_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, hide_cc_status_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, production_params_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, farm_info_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, egg_laying_rate_buff_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, earnings_buff_),
- 4,
- 0,
- 1,
- 2,
- 3,
- 7,
- 8,
- 10,
- 9,
- 13,
- 11,
- 12,
- 14,
- 5,
- 6,
- 15,
- 16,
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateResponse, finalized_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateResponse, exists_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateResponse, status_),
- 0,
- 1,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::CoopBuffState, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopBuffState, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CoopBuffState, egg_laying_rate_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopBuffState, earnings_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopBuffState, server_timestamp_),
- 1,
- 2,
- 0,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::CoopBuffHistory, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CoopBuffHistory, history_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopChickenRunEntry, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopChickenRunEntry, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CoopChickenRunEntry, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::CoopChickenRunEntry, server_timestamp_),
- 0,
- 1,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::CoopLastChickenRunTimes, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CoopLastChickenRunTimes, entries_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, start_index_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, end_index_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, high_score_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, low_score_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, start_cursor_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, end_cursor_),
- 2,
- 3,
- 4,
- 5,
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, chunks_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, count_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, high_score_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, low_score_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, cursor_),
- ~0u,
- 3,
- 1,
- 2,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo_Season, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo_Season, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo_Season, scope_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo_Season, name_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo, seasons_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo, all_time_scope_),
- ~0u,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardRequest, scope_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardRequest, grade_),
- 1,
- 0,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse_Entry, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse_Entry, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse_Entry, rank_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse_Entry, alias_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse_Entry, score_),
- 2,
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, scope_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, top_entries_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, count_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, rank_),
- PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, score_),
- 0,
- 1,
- ~0u,
- 2,
- 4,
- 3,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::ContractsArchive, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractsArchive, archive_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, action_name_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, approx_time_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, dest_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, contract_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, coop_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, autojoin_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, replay_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, points_replay_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, reward_type_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, reward_subtype_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, reward_amount_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, goal_index_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, boost_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, tokens_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, kick_reason_),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, public__),
- PROTOBUF_FIELD_OFFSET(::ei::ContractAction, cc_only_),
- 0,
- 1,
- 7,
- 2,
- 3,
- 4,
- 10,
- 8,
- 11,
- 12,
- 9,
- 5,
- 15,
- 14,
- 6,
- 16,
- 17,
- 13,
- 18,
- PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoRequest, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoRequest, device_id_),
- PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoRequest, backup_checksum_),
- 2,
- 0,
- 1,
- 3,
- PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoResponse, backup_checksum_),
- PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoResponse, backup_total_cash_),
- PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoResponse, coop_memberships_),
- 0,
- 1,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::ClearAllUserDataRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ClearAllUserDataRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ClearAllUserDataRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::ClearAllUserDataRequest, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ClearAllUserDataRequest, device_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ClearAllUserDataRequest, backup_checksum_),
- 2,
- 0,
- 1,
- 3,
- PROTOBUF_FIELD_OFFSET(::ei::ServerGift, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ServerGift, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ServerGift, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ServerGift, reward_type_),
- PROTOBUF_FIELD_OFFSET(::ei::ServerGift, reward_sub_type_),
- PROTOBUF_FIELD_OFFSET(::ei::ServerGift, reward_amount_),
- 0,
- 3,
- 1,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig_ItemConfig, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig_ItemConfig, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig_ItemConfig, boost_id_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig_ItemConfig, price_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig_ItemConfig, token_price_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig_ItemConfig, se_required_),
- 0,
- 1,
- 2,
- 3,
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig, item_configs_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig, cash_boost_cooloff_time_),
- ~0u,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, gift_id_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, amount_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, rand_min_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, rand_max_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, video_min_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, video_max_),
- 0,
- 3,
- 1,
- 2,
- 4,
- 5,
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftMuConfig, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftMuConfig, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftMuConfig, min_spent_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftMuConfig, max_spent_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftMuConfig, overall_mult_),
- 0,
- 1,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, gift_configs_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, gift_mu_min_spent_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, gift_mu_max_spent_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, gift_mu_overall_mult_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, random_gift_mu_config_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, video_gift_mu_config_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, package_interval_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, video_offer_interval_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, video_offer_interval_contract_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, video_offer_interval_piggy_full_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, video_offer_interval_piggy_extra_full_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, video_reset_on_idle_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, package_interval_contract_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, package_interval_piggy_full_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, package_interval_piggy_extra_full_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, package_reset_on_idle_),
- ~0u,
- 10,
- 11,
- 12,
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6,
- 13,
- 7,
- 8,
- 9,
- 14,
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, ask_to_track_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, ask_to_track_min_soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, ask_to_track_message_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, ask_to_track_show_pre_dialog_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, ask_to_track_after_privacy_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, chicken_run_boost_percentage_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, shells_intro_tickets_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, shells_max_free_chicken_configs_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, shells_intro_alert_threshold_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, shells_lighting_controls_price_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, contracts_expert_league_min_soul_power_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, new_player_event_duration_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, contracts_club_available_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, contracts_beta_),
- 2,
- 1,
- 0,
- 3,
- 4,
- 7,
- 6,
- 8,
- 9,
- 13,
- 10,
- 11,
- 5,
- 12,
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, type_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, name_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, description_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, duration_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, url_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, soul_eggs_),
- 5,
- 0,
- 1,
- 3,
- 2,
- 4,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig, video_infos_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, config_id_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, boosts_config_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, gift_config_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, misc_config_),
- PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, help_config_),
- 0,
- 1,
- 2,
- 3,
- 4,
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, id_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, title_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, date_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, message_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, action_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, url_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, app_link_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, app_link_extra_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, image_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, image_width_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, image_height_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, platform_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, builds_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, min_client_version_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, max_client_version_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, min_soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, max_soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, min_mystical_bonus_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, user_type_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, min_piggy_breaks_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, gold_tip_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, tip_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, priority_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, min_days_since_last_tip_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, max_retries_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, days_until_retry_),
- PROTOBUF_FIELD_OFFSET(::ei::InGameMail, category_),
- 0,
- 1,
- 5,
- 2,
- 3,
- 4,
- 15,
- 6,
- 8,
- 18,
- 19,
- 10,
- ~0u,
- 11,
- 14,
- 12,
- 24,
- 13,
- 16,
- 17,
- 9,
- 21,
- 25,
- 20,
- 22,
- 23,
- 7,
- PROTOBUF_FIELD_OFFSET(::ei::MailDB, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::MailDB, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::MailDB, mail_),
- PROTOBUF_FIELD_OFFSET(::ei::MailDB, tips_db_data_),
- PROTOBUF_FIELD_OFFSET(::ei::MailDB, tips_checksum_),
- ~0u,
- 0,
- 1,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::TipsDB, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::TipsDB, tips_),
- PROTOBUF_FIELD_OFFSET(::ei::MailState_TipState, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::MailState_TipState, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::MailState_TipState, id_),
- PROTOBUF_FIELD_OFFSET(::ei::MailState_TipState, reads_),
- PROTOBUF_FIELD_OFFSET(::ei::MailState_TipState, time_read_),
- 0,
- 2,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::MailState, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::MailState, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::MailState, read_mail_ids_),
- PROTOBUF_FIELD_OFFSET(::ei::MailState, tips_states_),
- PROTOBUF_FIELD_OFFSET(::ei::MailState, tips_checksum_),
- ~0u,
- ~0u,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse_RoyaltyInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse_RoyaltyInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse_RoyaltyInfo, id_),
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse_RoyaltyInfo, amount_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, sales_),
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, events_),
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, contracts_),
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, evaluations_),
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, gifts_),
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, artifact_cases_),
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, live_config_),
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, mail_bag_),
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, contract_player_info_),
- PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, showcase_royalties_),
- 0,
- 1,
- 2,
- ~0u,
- ~0u,
- ~0u,
- 3,
- 4,
- 5,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, piggy_full_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, piggy_found_full_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, seconds_full_realtime_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, seconds_full_gametime_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, lost_increments_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, mystical_earnings_mult_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, eop_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, contracts_unlocked_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, artifacts_unlocked_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, current_client_version_),
- PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, debug_),
- 1,
- 0,
- 6,
- 7,
- 2,
- 3,
- 5,
- 4,
- 12,
- 13,
- 8,
- 9,
- 10,
- 11,
- PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, contracts_unlocked_),
- PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, artifacts_unlocked_),
- PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, fuel_tank_unlocked_),
- PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, pro_permit_),
- PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, ultra_),
- PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, tips_checksum_),
- 1,
- 2,
- 3,
- 4,
- 5,
- 6,
- 7,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ConfigResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ConfigResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ConfigResponse, live_config_),
- PROTOBUF_FIELD_OFFSET(::ei::ConfigResponse, mail_bag_),
- PROTOBUF_FIELD_OFFSET(::ei::ConfigResponse, dlc_catalog_),
- 0,
- 1,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRawData, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRawData, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRawData, device_ad_id_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRawData, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRawData, ad_network_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRawData, json_data_),
- 0,
- 3,
- 1,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, ad_id_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, ad_network_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, campaign_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, keyword_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, extra_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, click_date_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, download_date_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, approx_time_),
- 0,
- 1,
- 2,
- 3,
- 4,
- 5,
- 6,
- 7,
- 8,
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, device_ad_id_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, network_name_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, attribution_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, org_name_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, org_id_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, campaign_name_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, campaign_id_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, click_date_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, conversion_date_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, conversion_type_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, geo_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, adgroup_name_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, adgroup_id_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, keyword_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, keyword_id_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, keyword_extra_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, creativeset_name_),
- PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, creativeset_id_),
- 0,
- 1,
- 17,
- 2,
- 3,
- 4,
- 5,
- 6,
- 7,
- 8,
- 9,
- 10,
- 11,
- 12,
- 13,
- 14,
- 15,
- 16,
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo_LaunchCount, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo_LaunchCount, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo_LaunchCount, ship_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo_LaunchCount, num_launches_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo_LaunchCount, launch_points_),
- 0,
- 1,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, mission_capacity_mult_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, mission_duration_mult_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, mission_ftl_duration_research_mult_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, mission_capacity_research_mult_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, launch_counts_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, last_server_launch_count_sum_time_),
- 0,
- 1,
- 2,
- 4,
- ~0u,
- 3,
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo_Fuel, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo_Fuel, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo_Fuel, egg_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo_Fuel, amount_),
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, ship_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, status_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, duration_type_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, fuel_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, level_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, duration_seconds_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, capacity_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, quality_bump_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, target_artifact_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, seconds_remaining_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, start_time_derived_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, mission_log_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, identifier_),
- 2,
- 3,
- 6,
- ~0u,
- 10,
- 4,
- 7,
- 9,
- 11,
- 5,
- 8,
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactSpec, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactSpec, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactSpec, name_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactSpec, level_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactSpec, rarity_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactSpec, egg_),
- 0,
- 1,
- 2,
- 3,
- PROTOBUF_FIELD_OFFSET(::ei::CompleteArtifact, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CompleteArtifact, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CompleteArtifact, spec_),
- PROTOBUF_FIELD_OFFSET(::ei::CompleteArtifact, stones_),
- 0,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactInventoryItem, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactInventoryItem, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactInventoryItem, item_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactInventoryItem, artifact_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactInventoryItem, quantity_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactInventoryItem, server_id_),
- 2,
- 1,
- 3,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::InventorySlot, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::InventorySlot, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::InventorySlot, occupied_),
- PROTOBUF_FIELD_OFFSET(::ei::InventorySlot, item_id_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationRequest, client_version_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, duration_type_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, seconds_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, quality_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, min_quality_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, max_quality_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, capacity_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, level_capacity_bump_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, level_quality_bump_),
- 1,
- 0,
- 2,
- 3,
- 4,
- 5,
- 6,
- 7,
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters, ship_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters, durations_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters, level_mission_requirements_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters, capacity_deprecated_),
- 0,
- ~0u,
- ~0u,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, spec_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, base_quality_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, odds_multiplier_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, value_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, crafting_price_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, crafting_price_low_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, crafting_price_domain_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, crafting_price_curve_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, crafting_xp_),
- 0,
- 1,
- 3,
- 2,
- 4,
- 5,
- 8,
- 6,
- 7,
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_CraftingLevelInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_CraftingLevelInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_CraftingLevelInfo, xp_required_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_CraftingLevelInfo, rarity_mult_),
- 0,
- 1,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse, mission_parameters_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse, artifact_parameters_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse, crafting_level_infos_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, client_version_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, ei_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, info_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, client_info_),
- 2,
- 4,
- 0,
- 1,
- 3,
- PROTOBUF_FIELD_OFFSET(::ei::MissionResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::MissionResponse, success_),
- PROTOBUF_FIELD_OFFSET(::ei::MissionResponse, info_),
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::GetActiveMissionsResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::GetActiveMissionsResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::GetActiveMissionsResponse, success_),
- PROTOBUF_FIELD_OFFSET(::ei::GetActiveMissionsResponse, active_missions_),
- 0,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse_SecureArtifactSpec, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse_SecureArtifactSpec, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse_SecureArtifactSpec, spec_),
- PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse_SecureArtifactSpec, server_id_),
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, success_),
- PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, info_),
- PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, artifacts_),
- PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, other_rewards_),
- PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, ei_user_id_),
- 2,
- 1,
- ~0u,
- ~0u,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, contract_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, league_),
- PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, grade_),
- PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, goal_index_),
- PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, best_ship_),
- 1,
- 0,
- 4,
- 5,
- 2,
- 3,
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, ei_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, spec_),
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, item_id_),
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, gold_price_paid_),
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, crafting_count_),
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, crafting_xp_),
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, ingredients_),
- 2,
- 0,
- 1,
- 3,
- 4,
- 6,
- 5,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactResponse, item_id_),
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactResponse, ei_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactResponse, rarity_achieved_),
- PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactResponse, server_id_),
- 2,
- 1,
- 3,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, ei_user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, spec_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, artifact_server_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, original_item_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, additional_server_ids_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, additional_item_ids_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, quantity_),
- 3,
- 0,
- 2,
- 1,
- 4,
- ~0u,
- ~0u,
- 5,
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, success_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, original_item_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, additional_item_ids_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, byproducts_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, other_rewards_),
- PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, ei_user_id_),
- 2,
- 1,
- ~0u,
- ~0u,
- ~0u,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, success_),
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, original_item_id_),
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, demote_),
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, delete__),
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, ei_user_id_),
- 2,
- 1,
- 3,
- 4,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::SetArtifactRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::SetArtifactRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::SetArtifactRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::SetArtifactRequest, artifact_),
- PROTOBUF_FIELD_OFFSET(::ei::SetArtifactRequest, stones_),
- PROTOBUF_FIELD_OFFSET(::ei::SetArtifactRequest, gold_price_paid_),
- 0,
- 1,
- ~0u,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::SetArtifactResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::SetArtifactResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::SetArtifactResponse, success_),
- PROTOBUF_FIELD_OFFSET(::ei::SetArtifactResponse, original_item_id_),
- PROTOBUF_FIELD_OFFSET(::ei::SetArtifactResponse, ei_user_id_),
- 2,
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSlot, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSlot, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSlot, occupied_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSlot, item_id_),
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSet, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSet, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSet, slots_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSet, uid_),
- ~0u,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, spec_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, discovered_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, craftable_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, recipe_discovered_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, seen_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, count_),
- 0,
- 2,
- 3,
- 4,
- 5,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, inventory_items_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, item_sequence_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, inventory_slots_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, active_artifacts_deprecated_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, active_artifact_sets_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, saved_artifact_sets_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, artifact_status_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, fueling_mission_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, mission_infos_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, mission_archive_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, discovered_artifacts_deprecated_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, craftable_artifacts_deprecated_),
- PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, crafting_counts_deprecated_),
- ~0u,
- 1,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- 0,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, message_),
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, version_),
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, code_),
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, compressed_),
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, original_size_),
- PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, user_id_),
- 0,
- 3,
- 1,
- 4,
- 5,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::LogCompleteMissionPayload, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LogCompleteMissionPayload, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LogCompleteMissionPayload, req_),
- PROTOBUF_FIELD_OFFSET(::ei::LogCompleteMissionPayload, res_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::LogCraftArtifactPayload, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LogCraftArtifactPayload, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LogCraftArtifactPayload, req_),
- PROTOBUF_FIELD_OFFSET(::ei::LogCraftArtifactPayload, res_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::LogConsumeArtifactPayload, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LogConsumeArtifactPayload, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LogConsumeArtifactPayload, req_),
- PROTOBUF_FIELD_OFFSET(::ei::LogConsumeArtifactPayload, res_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::LogSetArtifactPayload, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::LogSetArtifactPayload, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::LogSetArtifactPayload, req_),
- PROTOBUF_FIELD_OFFSET(::ei::LogSetArtifactPayload, res_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::AccountTransferPayload, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::AccountTransferPayload, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::AccountTransferPayload, from_id_),
- PROTOBUF_FIELD_OFFSET(::ei::AccountTransferPayload, to_ei_user_id_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::SaveBackupResponse, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::SaveBackupResponse, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::SaveBackupResponse, success_),
- PROTOBUF_FIELD_OFFSET(::ei::SaveBackupResponse, error_code_),
- PROTOBUF_FIELD_OFFSET(::ei::SaveBackupResponse, message_),
- PROTOBUF_FIELD_OFFSET(::ei::SaveBackupResponse, existing_backup_),
- 2,
- 3,
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::CleanAccountRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CleanAccountRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CleanAccountRequest, ei_user_id_to_keep_),
- PROTOBUF_FIELD_OFFSET(::ei::CleanAccountRequest, game_services_id_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::ReturnEDTPayload, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ReturnEDTPayload, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ReturnEDTPayload, ei_user_id_),
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::DLCItem, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCItem, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::DLCItem, name_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCItem, directory_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCItem, ext_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCItem, compressed_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCItem, original_size_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCItem, url_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCItem, checksum_),
- 0,
- 1,
- 2,
- 6,
- 5,
- 3,
- 4,
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec_ShellPiece, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec_ShellPiece, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec_ShellPiece, asset_type_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec_ShellPiece, dlc_),
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, primary_piece_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, pieces_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, alt_assets_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, name_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, set_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, modified_geometry_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, price_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, required_eop_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, required_soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, required_parent_shell_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, is_new_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, expires_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, seconds_until_available_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, seconds_remaining_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, popularity_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, default_appearance_),
- 0,
- 4,
- ~0u,
- ~0u,
- 1,
- 2,
- 11,
- 5,
- 6,
- 7,
- 3,
- 12,
- 13,
- 9,
- 8,
- 10,
- 14,
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, hex_color_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, price_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, sort_priority_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, default_appearance_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, custom_appearance_),
- 0,
- 1,
- 2,
- 5,
- 3,
- 4,
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, name_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, price_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, price_mult_deprecated_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, discount_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, required_eop_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, required_soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, required_parent_set_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, is_new_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, expires_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, seconds_until_available_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, seconds_remaining_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, popularity_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, decorator_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, modified_geometry_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, element_set_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, hex_base_color_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, variations_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, icon_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, default_appearance_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, custom_appearance_),
- 0,
- 1,
- 5,
- 19,
- 16,
- 6,
- 7,
- 3,
- 11,
- 12,
- 17,
- 15,
- 18,
- 13,
- 14,
- 8,
- 2,
- ~0u,
- 4,
- 9,
- 10,
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec_LODPiece, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec_LODPiece, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec_LODPiece, dlc_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec_LODPiece, lod_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, name_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, asset_type_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, object_class_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, icon_colors_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, price_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, required_eop_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, required_soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, is_new_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, expires_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, seconds_until_available_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, seconds_remaining_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, popularity_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, metadata_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, no_hats_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, chicken_animation_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, sort_priority_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, pieces_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, default_appearance_),
- 0,
- 1,
- 15,
- 2,
- ~0u,
- 3,
- 4,
- 5,
- 6,
- 7,
- 12,
- 11,
- 13,
- ~0u,
- 8,
- 10,
- 14,
- ~0u,
- 9,
- PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, name_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, asset_type_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, member_ids_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, price_mult_deprecated_),
- 0,
- 1,
- 3,
- ~0u,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, items_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, shells_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, shell_sets_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, decorators_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, shell_objects_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, shell_groups_),
- PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, shells_showcase_last_featured_time_),
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellStatus, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellStatus, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellStatus, identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellStatus, owned_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellElementStatus, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellElementStatus, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellElementStatus, element_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellElementStatus, set_identifier_),
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetVariationStatus, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetVariationStatus, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetVariationStatus, set_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetVariationStatus, owned_variations_),
- 0,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, locked_elements_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, shell_configs_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, shell_set_configs_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, configure_chickens_by_group_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, group_configs_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, chicken_configs_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, lighting_config_enabled_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, lighting_config_),
- ~0u,
- ~0u,
- ~0u,
- 1,
- ~0u,
- ~0u,
- 2,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, id_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, config_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, client_save_time_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, server_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, display_name_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, purchased_),
- 0,
- 3,
- 4,
- 1,
- 2,
- 5,
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellConfiguration, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellConfiguration, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellConfiguration, asset_type_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellConfiguration, index_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellConfiguration, shell_identifier_),
- 2,
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, element_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, index_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, shell_set_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, variation_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, decorator_identifier_),
- 4,
- 3,
- 0,
- 1,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellGroupConfiguration, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellGroupConfiguration, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellGroupConfiguration, asset_type_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellGroupConfiguration, group_identifier_),
- 1,
- 0,
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ChickenConfig, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ChickenConfig, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ChickenConfig, chicken_identifier_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ChickenConfig, hat_identifier_),
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, light_dir_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, light_direct_color_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, light_direct_intensity_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, light_ambient_color_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, light_ambient_intensity_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, fog_color_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, fog_near_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, fog_far_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, fog_density_),
- 0,
- 1,
- 4,
- 2,
- 5,
- 3,
- 6,
- 7,
- 8,
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB, shell_inventory_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB, shell_element_inventory_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB, shell_variation_inventory_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB, shell_set_inventory_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB, shell_object_inventory_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB, farm_configs_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB, saved_configs_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB, new_shells_downloaded_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB, new_shells_seen_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB, last_showcase_featured_time_seen_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellDB, lighting_controls_unlocked_),
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- ~0u,
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats_Entry, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats_Entry, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats_Entry, id_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats_Entry, element_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats_Entry, spent_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats_Entry, count_),
- 0,
- 3,
- 1,
- 2,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats, data_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, action_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, sub_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, farm_element_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, cost_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, approx_time_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, version_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, farm_index_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, tickets_spent_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, gold_spent_),
- 4,
- 0,
- 1,
- 2,
- 11,
- 6,
- 5,
- 3,
- 7,
- 8,
- 9,
- 10,
- PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, local_id_),
- PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, user_id_),
- PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, public_username_),
- PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, farm_config_),
- 3,
- 0,
- 1,
- 4,
- 2,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcase, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcase, top_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcase, featured_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcase, fresh_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, id_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, local_id_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, name_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, description_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, is_new_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, creator_name_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, status_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, farm_config_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, sales_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, gross_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, views_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, equips_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, likes_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, dislikes_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, share_url_),
- 0,
- 4,
- 1,
- 2,
- 14,
- 5,
- 12,
- 6,
- 8,
- 7,
- 10,
- 13,
- 9,
- 11,
- 3,
- PROTOBUF_FIELD_OFFSET(::ei::ShowcaseRoyaltyDeliveryConfirmation, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShowcaseRoyaltyDeliveryConfirmation, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShowcaseRoyaltyDeliveryConfirmation, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::ShowcaseRoyaltyDeliveryConfirmation, ids_),
- PROTOBUF_FIELD_OFFSET(::ei::ShowcaseRoyaltyDeliveryConfirmation, amount_),
- 0,
- ~0u,
- 1,
- ~0u, // no _has_bits_
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingSet, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingSet, listings_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionBatch, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionBatch, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionBatch, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::ShellsActionBatch, actions_),
- 0,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, overall_status_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, start_time_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, completion_time_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, num_prestiges_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, soul_eggs_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, eggs_of_prophecy_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, iap_status_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, verified_pro_permit_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, verified_piggy_breaks_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, verified_other_iap_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, unverified_iap_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, gold_earned_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, regular_iap_buyer_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, regular_iap_cheater_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, artifacts_status_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, missions_completed_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, artifacts_collected_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, artifacts_consumed_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, artifacts_in_inventory_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, rare_artifacts_in_inventory_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, rare_artifacts_on_server_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, legendary_artifacts_in_inventory_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, legendary_artifacts_on_server_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, gold_spent_crafting_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, excessive_consumes_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, excessive_inventory_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, excessive_spend_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, contracts_status_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, num_coop_memberships_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, valid_contracts_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, invalid_contracts_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, excessive_eop_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, excessive_invalid_contracts_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, verified_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, verification_override_),
- PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, verification_override_value_),
- 2,
- 0,
- 1,
- 12,
- 13,
- 23,
- 15,
- 16,
- 3,
- 4,
- 5,
- 11,
- 17,
- 18,
- 20,
- 8,
- 6,
- 7,
- 10,
- 31,
- 32,
- 33,
- 34,
- 21,
- 19,
- 24,
- 25,
- 22,
- 9,
- 14,
- ~0u,
- 26,
- 27,
- 28,
- 29,
- 30,
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo_HistoryEntry, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo_HistoryEntry, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo_HistoryEntry, timestamp_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo_HistoryEntry, message_id_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo_HistoryEntry, message_),
- 2,
- 0,
- 1,
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, subscription_level_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, next_subscription_level_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, lock_next_subscription_level_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, platform_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, original_transaction_id_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, linked_transaction_id_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, acknowledged_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, first_subscribed_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, period_end_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, status_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, store_status_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, auto_renew_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, sandbox_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, last_updated_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, history_),
- PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, past_user_ids_),
- 8,
- 9,
- 10,
- 7,
- 0,
- 2,
- 11,
- 3,
- 4,
- 6,
- 1,
- 12,
- 13,
- 5,
- ~0u,
- ~0u,
- PROTOBUF_FIELD_OFFSET(::ei::SubscriptionChangeHintRequest, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::SubscriptionChangeHintRequest, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::SubscriptionChangeHintRequest, rinfo_),
- PROTOBUF_FIELD_OFFSET(::ei::SubscriptionChangeHintRequest, original_transaction_id_),
- PROTOBUF_FIELD_OFFSET(::ei::SubscriptionChangeHintRequest, next_subscription_level_),
- 1,
- 0,
- 2,
- PROTOBUF_FIELD_OFFSET(::ei::CXPEvalRolloutInfo, _has_bits_),
- PROTOBUF_FIELD_OFFSET(::ei::CXPEvalRolloutInfo, _internal_metadata_),
- ~0u, // no _extensions_
- ~0u, // no _oneof_case_
- ~0u, // no _weak_field_map_
- ~0u, // no _inlined_string_donated_
- PROTOBUF_FIELD_OFFSET(::ei::CXPEvalRolloutInfo, current_id_),
- PROTOBUF_FIELD_OFFSET(::ei::CXPEvalRolloutInfo, basis_points_),
- 0,
- 1,
-};
-static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
- { 0, 9, -1, sizeof(::ei::Vector3)},
- { 12, 22, -1, sizeof(::ei::Vector4)},
- { 26, 62, -1, sizeof(::ei::Backup_Settings)},
- { 92, 109, -1, sizeof(::ei::Backup_Tutorial)},
- { 120, 144, -1, sizeof(::ei::Backup_Stats)},
- { 162, 207, -1, sizeof(::ei::Backup_Game)},
- { 246, 270, -1, sizeof(::ei::Backup_Artifacts)},
- { 288, 297, -1, sizeof(::ei::Backup_Shells)},
- { 300, 337, -1, sizeof(::ei::Backup_Simulation)},
- { 368, 378, -1, sizeof(::ei::Backup_Mission)},
- { 382, 413, -1, sizeof(::ei::Backup_Misc)},
- { 438, 446, -1, sizeof(::ei::Backup_ResearchItem)},
- { 448, 456, -1, sizeof(::ei::Backup_NewsHeadline)},
- { 458, 466, -1, sizeof(::ei::Backup_AchievementInfo)},
- { 468, 477, -1, sizeof(::ei::Backup_ActiveBoost)},
- { 480, 488, -1, sizeof(::ei::Backup_OwnedBoost)},
- { 490, 499, -1, sizeof(::ei::Backup_MissionInfo)},
- { 502, 535, -1, sizeof(::ei::Backup)},
- { 562, 576, -1, sizeof(::ei::EggIncFirstContactRequest)},
- { 584, 595, -1, sizeof(::ei::EggIncFirstContactResponse)},
- { 600, -1, -1, sizeof(::ei::EggIncAdConfig)},
- { 607, 615, -1, sizeof(::ei::DailyGiftInfo)},
- { 617, 630, -1, sizeof(::ei::SalesInfoRequest)},
- { 637, 647, -1, sizeof(::ei::IAPSaleEntry)},
- { 651, -1, -1, sizeof(::ei::SalesInfo)},
- { 658, 672, -1, sizeof(::ei::EggIncEvent)},
- { 680, -1, -1, sizeof(::ei::EggIncCurrentEvents)},
- { 687, 706, -1, sizeof(::ei::DeviceInfo)},
- { 719, 754, -1, sizeof(::ei::AppInfo)},
- { 783, 791, -1, sizeof(::ei::ActionKeyValuePair)},
- { 793, 808, -1, sizeof(::ei::GenericAction)},
- { 817, 825, -1, sizeof(::ei::GenericActionBatchRequest)},
- { 827, 841, -1, sizeof(::ei::VerifyPurchaseRequest)},
- { 849, 857, -1, sizeof(::ei::VerifyPurchaseResponse)},
- { 859, 875, -1, sizeof(::ei::CurrencyFlowLog)},
- { 885, 893, -1, sizeof(::ei::CurrencyFlowBatchRequest)},
- { 895, 904, -1, sizeof(::ei::Reward)},
- { 907, 916, -1, sizeof(::ei::GameModifier)},
- { 919, 935, -1, sizeof(::ei::CustomEgg)},
- { 945, 957, -1, sizeof(::ei::Contract_Goal)},
- { 963, -1, -1, sizeof(::ei::Contract_GoalSet)},
- { 970, 980, -1, sizeof(::ei::Contract_GradeSpec)},
- { 984, 1014, -1, sizeof(::ei::Contract)},
- { 1038, 1058, -1, sizeof(::ei::ContractPlayerInfo)},
- { 1072, 1112, -1, sizeof(::ei::ContractEvaluation)},
- { 1146, 1155, -1, sizeof(::ei::ContractCitation)},
- { 1158, 1166, -1, sizeof(::ei::ContractEvaluationBatch_Pair)},
- { 1168, -1, -1, sizeof(::ei::ContractEvaluationBatch)},
- { 1175, 1188, -1, sizeof(::ei::CoopCompletionSnapshot_ContributorSnapshot)},
- { 1195, -1, -1, sizeof(::ei::CoopCompletionSnapshot)},
- { 1202, 1216, -1, sizeof(::ei::BasicRequestInfo)},
- { 1224, 1237, -1, sizeof(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams)},
- { 1244, 1252, -1, sizeof(::ei::ContractSimConfig_ContractGradeSimConfig)},
- { 1254, -1, -1, sizeof(::ei::ContractSimConfig)},
- { 1261, 1268, -1, sizeof(::ei::ContractSimPoll)},
- { 1269, 1277, -1, sizeof(::ei::ContractSimPollResponse)},
- { 1279, 1288, -1, sizeof(::ei::ContractSimResultUpdate_GoalInfo)},
- { 1291, 1299, -1, sizeof(::ei::ContractSimResultUpdate)},
- { 1301, 1310, -1, sizeof(::ei::ContractsRequest)},
- { 1313, 1325, -1, sizeof(::ei::ContractsResponse)},
- { 1331, 1342, -1, sizeof(::ei::ContractCoopStatusRequest)},
- { 1347, 1359, -1, sizeof(::ei::FarmProductionParams)},
- { 1365, 1393, -1, sizeof(::ei::PlayerFarmInfo)},
- { 1415, 1445, -1, sizeof(::ei::ContractCoopStatusResponse_ContributionInfo)},
- { 1469, 1479, -1, sizeof(::ei::ContractCoopStatusResponse_CoopGift)},
- { 1483, 1492, -1, sizeof(::ei::ContractCoopStatusResponse_ChickenRun)},
- { 1495, 1520, -1, sizeof(::ei::ContractCoopStatusResponse)},
- { 1539, 1568, -1, sizeof(::ei::LocalContract)},
- { 1591, 1606, -1, sizeof(::ei::MyContracts)},
- { 1615, 1627, -1, sizeof(::ei::QueryCoopRequest)},
- { 1633, 1646, -1, sizeof(::ei::QueryCoopResponse)},
- { 1653, 1675, -1, sizeof(::ei::CreateCoopRequest)},
- { 1691, 1699, -1, sizeof(::ei::CreateCoopResponse)},
- { 1701, 1720, -1, sizeof(::ei::JoinCoopRequest)},
- { 1733, 1749, -1, sizeof(::ei::JoinCoopResponse)},
- { 1759, 1777, -1, sizeof(::ei::AutoJoinCoopRequest)},
- { 1789, 1801, -1, sizeof(::ei::UpdateCoopPermissionsRequest)},
- { 1807, 1815, -1, sizeof(::ei::UpdateCoopPermissionsResponse)},
- { 1817, 1828, -1, sizeof(::ei::LeaveCoopRequest)},
- { 1833, 1847, -1, sizeof(::ei::GiftPlayerCoopRequest)},
- { 1855, 1869, -1, sizeof(::ei::SendChickenRunCoopRequest)},
- { 1877, 1888, -1, sizeof(::ei::ReportPlayerCoopRequest)},
- { 1893, 1906, -1, sizeof(::ei::KickPlayerCoopRequest)},
- { 1913, 1936, -1, sizeof(::ei::ContractCoopStatusUpdateRequest)},
- { 1953, 1962, -1, sizeof(::ei::ContractCoopStatusUpdateResponse)},
- { 1965, 1974, -1, sizeof(::ei::CoopBuffState)},
- { 1977, -1, -1, sizeof(::ei::CoopBuffHistory)},
- { 1984, 1992, -1, sizeof(::ei::CoopChickenRunEntry)},
- { 1994, -1, -1, sizeof(::ei::CoopLastChickenRunTimes)},
- { 2001, 2013, -1, sizeof(::ei::LeaderboardAnalysis_Chunk)},
- { 2019, 2030, -1, sizeof(::ei::LeaderboardAnalysis)},
- { 2035, 2043, -1, sizeof(::ei::LeaderboardInfo_Season)},
- { 2045, 2053, -1, sizeof(::ei::LeaderboardInfo)},
- { 2055, 2064, -1, sizeof(::ei::LeaderboardRequest)},
- { 2067, 2076, -1, sizeof(::ei::LeaderboardResponse_Entry)},
- { 2079, 2091, -1, sizeof(::ei::LeaderboardResponse)},
- { 2097, -1, -1, sizeof(::ei::ContractsArchive)},
- { 2104, 2129, -1, sizeof(::ei::ContractAction)},
- { 2148, 2158, -1, sizeof(::ei::UserDataInfoRequest)},
- { 2162, 2171, -1, sizeof(::ei::UserDataInfoResponse)},
- { 2174, 2184, -1, sizeof(::ei::ClearAllUserDataRequest)},
- { 2188, 2198, -1, sizeof(::ei::ServerGift)},
- { 2202, 2212, -1, sizeof(::ei::LiveConfig_BoostsConfig_ItemConfig)},
- { 2216, 2224, -1, sizeof(::ei::LiveConfig_BoostsConfig)},
- { 2226, 2238, -1, sizeof(::ei::LiveConfig_GiftConfig_GiftValueConfig)},
- { 2244, 2253, -1, sizeof(::ei::LiveConfig_GiftConfig_GiftMuConfig)},
- { 2256, 2278, -1, sizeof(::ei::LiveConfig_GiftConfig)},
- { 2294, 2314, -1, sizeof(::ei::LiveConfig_MiscConfig)},
- { 2328, 2340, -1, sizeof(::ei::LiveConfig_HelpConfig_HowToVideoInfo)},
- { 2346, -1, -1, sizeof(::ei::LiveConfig_HelpConfig)},
- { 2353, 2364, -1, sizeof(::ei::LiveConfig)},
- { 2369, 2402, -1, sizeof(::ei::InGameMail)},
- { 2429, 2438, -1, sizeof(::ei::MailDB)},
- { 2441, -1, -1, sizeof(::ei::TipsDB)},
- { 2448, 2457, -1, sizeof(::ei::MailState_TipState)},
- { 2460, 2469, -1, sizeof(::ei::MailState)},
- { 2472, 2480, -1, sizeof(::ei::PeriodicalsResponse_RoyaltyInfo)},
- { 2482, 2498, -1, sizeof(::ei::PeriodicalsResponse)},
- { 2508, 2528, -1, sizeof(::ei::GetPeriodicalsRequest)},
- { 2542, 2556, -1, sizeof(::ei::ConfigRequest)},
- { 2564, 2573, -1, sizeof(::ei::ConfigResponse)},
- { 2576, 2586, -1, sizeof(::ei::AdAttributionRawData)},
- { 2590, 2605, -1, sizeof(::ei::AdAttributionRow)},
- { 2614, 2638, -1, sizeof(::ei::AdAttributionInfo)},
- { 2656, 2665, -1, sizeof(::ei::ArtifactsClientInfo_LaunchCount)},
- { 2668, 2680, -1, sizeof(::ei::ArtifactsClientInfo)},
- { 2686, 2694, -1, sizeof(::ei::MissionInfo_Fuel)},
- { 2696, 2715, -1, sizeof(::ei::MissionInfo)},
- { 2728, 2738, -1, sizeof(::ei::ArtifactSpec)},
- { 2742, 2750, -1, sizeof(::ei::CompleteArtifact)},
- { 2752, 2762, -1, sizeof(::ei::ArtifactInventoryItem)},
- { 2766, 2774, -1, sizeof(::ei::InventorySlot)},
- { 2776, 2784, -1, sizeof(::ei::ArtifactsConfigurationRequest)},
- { 2786, 2800, -1, sizeof(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration)},
- { 2808, 2818, -1, sizeof(::ei::ArtifactsConfigurationResponse_MissionParameters)},
- { 2822, 2837, -1, sizeof(::ei::ArtifactsConfigurationResponse_ArtifactParameters)},
- { 2846, 2854, -1, sizeof(::ei::ArtifactsConfigurationResponse_CraftingLevelInfo)},
- { 2856, -1, -1, sizeof(::ei::ArtifactsConfigurationResponse)},
- { 2865, 2876, -1, sizeof(::ei::MissionRequest)},
- { 2881, 2889, -1, sizeof(::ei::MissionResponse)},
- { 2891, 2899, -1, sizeof(::ei::GetActiveMissionsResponse)},
- { 2901, 2909, -1, sizeof(::ei::CompleteMissionResponse_SecureArtifactSpec)},
- { 2911, 2922, -1, sizeof(::ei::CompleteMissionResponse)},
- { 2927, 2939, -1, sizeof(::ei::CollectContractArtifactRewardsRequest)},
- { 2945, 2959, -1, sizeof(::ei::CraftArtifactRequest)},
- { 2967, 2977, -1, sizeof(::ei::CraftArtifactResponse)},
- { 2981, 2995, -1, sizeof(::ei::ConsumeArtifactRequest)},
- { 3003, 3015, -1, sizeof(::ei::ConsumeArtifactResponse)},
- { 3021, 3032, -1, sizeof(::ei::AuthenticateArtifactResponse)},
- { 3037, 3047, -1, sizeof(::ei::SetArtifactRequest)},
- { 3051, 3060, -1, sizeof(::ei::SetArtifactResponse)},
- { 3063, 3071, -1, sizeof(::ei::ArtifactsDB_ActiveArtifactSlot)},
- { 3073, 3081, -1, sizeof(::ei::ArtifactsDB_ActiveArtifactSet)},
- { 3083, 3095, -1, sizeof(::ei::ArtifactsDB_CraftableArtifact)},
- { 3101, 3120, -1, sizeof(::ei::ArtifactsDB)},
- { 3133, 3145, -1, sizeof(::ei::AuthenticatedMessage)},
- { 3151, 3159, -1, sizeof(::ei::LogCompleteMissionPayload)},
- { 3161, 3169, -1, sizeof(::ei::LogCraftArtifactPayload)},
- { 3171, 3179, -1, sizeof(::ei::LogConsumeArtifactPayload)},
- { 3181, 3189, -1, sizeof(::ei::LogSetArtifactPayload)},
- { 3191, 3199, -1, sizeof(::ei::AccountTransferPayload)},
- { 3201, 3211, -1, sizeof(::ei::SaveBackupResponse)},
- { 3215, 3223, -1, sizeof(::ei::CleanAccountRequest)},
- { 3225, 3232, -1, sizeof(::ei::ReturnEDTPayload)},
- { 3233, 3246, -1, sizeof(::ei::DLCItem)},
- { 3253, 3261, -1, sizeof(::ei::ShellSpec_ShellPiece)},
- { 3263, 3286, -1, sizeof(::ei::ShellSpec)},
- { 3303, 3315, -1, sizeof(::ei::ShellSetSpec_VariationSpec)},
- { 3321, 3348, -1, sizeof(::ei::ShellSetSpec)},
- { 3369, 3377, -1, sizeof(::ei::ShellObjectSpec_LODPiece)},
- { 3379, 3404, -1, sizeof(::ei::ShellObjectSpec)},
- { 3423, 3434, -1, sizeof(::ei::ShellGroupSpec)},
- { 3439, 3452, -1, sizeof(::ei::DLCCatalog)},
- { 3459, 3467, -1, sizeof(::ei::ShellDB_ShellStatus)},
- { 3469, 3477, -1, sizeof(::ei::ShellDB_ShellElementStatus)},
- { 3479, 3487, -1, sizeof(::ei::ShellDB_ShellSetVariationStatus)},
- { 3489, 3503, -1, sizeof(::ei::ShellDB_FarmConfiguration)},
- { 3511, 3523, -1, sizeof(::ei::ShellDB_SavedFarmConfiguration)},
- { 3529, 3538, -1, sizeof(::ei::ShellDB_ShellConfiguration)},
- { 3541, 3552, -1, sizeof(::ei::ShellDB_ShellSetConfiguration)},
- { 3557, 3565, -1, sizeof(::ei::ShellDB_ShellGroupConfiguration)},
- { 3567, 3575, -1, sizeof(::ei::ShellDB_ChickenConfig)},
- { 3577, 3592, -1, sizeof(::ei::ShellDB_LightingConfig)},
- { 3601, 3618, -1, sizeof(::ei::ShellDB)},
- { 3629, 3639, -1, sizeof(::ei::ShellPopularityStats_Entry)},
- { 3643, -1, -1, sizeof(::ei::ShellPopularityStats)},
- { 3650, 3668, -1, sizeof(::ei::ShellsActionLog)},
- { 3680, 3691, -1, sizeof(::ei::SubmitShellShowcaseRequest)},
- { 3696, -1, -1, sizeof(::ei::ShellShowcase)},
- { 3705, 3726, -1, sizeof(::ei::ShellShowcaseListingInfo)},
- { 3741, 3750, -1, sizeof(::ei::ShowcaseRoyaltyDeliveryConfirmation)},
- { 3753, -1, -1, sizeof(::ei::ShellShowcaseListingSet)},
- { 3760, 3768, -1, sizeof(::ei::ShellsActionBatch)},
- { 3770, 3812, -1, sizeof(::ei::UserVerificationAnalysis)},
- { 3848, 3857, -1, sizeof(::ei::UserSubscriptionInfo_HistoryEntry)},
- { 3860, 3882, -1, sizeof(::ei::UserSubscriptionInfo)},
- { 3898, 3907, -1, sizeof(::ei::SubscriptionChangeHintRequest)},
- { 3910, 3918, -1, sizeof(::ei::CXPEvalRolloutInfo)},
+static constexpr const ::_pb::ServiceDescriptor**
+ file_level_service_descriptors_ei_2eproto = nullptr;
+const ::uint32_t
+ TableStruct_ei_2eproto::offsets[] ABSL_ATTRIBUTE_SECTION_VARIABLE(
+ protodesc_cold) = {
+ PROTOBUF_FIELD_OFFSET(::ei::Vector3, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Vector3, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Vector3, _impl_.x_),
+ PROTOBUF_FIELD_OFFSET(::ei::Vector3, _impl_.y_),
+ PROTOBUF_FIELD_OFFSET(::ei::Vector3, _impl_.z_),
+ 0,
+ 1,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::Vector4, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Vector4, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Vector4, _impl_.x_),
+ PROTOBUF_FIELD_OFFSET(::ei::Vector4, _impl_.y_),
+ PROTOBUF_FIELD_OFFSET(::ei::Vector4, _impl_.z_),
+ PROTOBUF_FIELD_OFFSET(::ei::Vector4, _impl_.w_),
+ 0,
+ 1,
+ 2,
+ 3,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.sfx_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.music_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.low_battery_mode_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.low_performance_mode_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.force_touch_chicken_btn_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.notifications_queried_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.last_notification_query_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.notifications_on_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.notify_daily_gift_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.low_performance_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.auto_stop_fueling_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.max_enabled_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.hide_cc_status_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.contracts_widget_enabled_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.artifact_sparkle_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.last_backup_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.coppa_queried_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.coppa_restricted_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.gdpr_consent_queried_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.gdpr_age_restricted_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.gdpr_consent_given_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.age_queried_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.age_restricted_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.data_collection_consent_queried_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.data_collection_consent_given_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.last_day_age_queried_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.user_ads_enabled_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.user_cloud_enabled_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.user_analytics_enabled_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Settings, _impl_.user_personalized_ads_enabled_),
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 21,
+ 6,
+ 7,
+ 22,
+ 23,
+ 24,
+ 25,
+ 13,
+ 14,
+ 20,
+ 15,
+ 16,
+ 8,
+ 9,
+ 10,
+ 11,
+ 17,
+ 18,
+ 19,
+ 12,
+ 26,
+ 27,
+ 28,
+ 29,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _impl_.intro_shown_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _impl_.click_tutorial_shown_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _impl_.buy_hab_shown_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _impl_.hire_vehicle_shown_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _impl_.q_num_shown_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _impl_.s_num_shown_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _impl_.contracts_tab_shown_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _impl_.contract_info_shown_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _impl_.join_coop_shown_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _impl_.switch_farm_shown_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Tutorial, _impl_.tutorial_shown_),
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.egg_totals_old_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.egg_totals_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.unlimited_chickens_uses_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.refill_uses_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.warp_1_uses_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.warp_8_uses_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.boosts_used_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.video_doubler_uses_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.drone_takedowns_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.drone_takedowns_elite_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.num_prestiges_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.num_piggy_breaks_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.iap_packs_purchased_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.piggy_full_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.piggy_found_full_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.time_piggy_filled_realtime_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.time_piggy_full_gametime_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Stats, _impl_.lost_piggy_increments_),
+ ~0u,
+ ~0u,
+ 5,
+ 0,
+ 2,
+ 3,
+ 10,
+ 1,
+ 4,
+ 7,
+ 6,
+ 8,
+ 9,
+ 14,
+ 15,
+ 11,
+ 12,
+ 13,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.current_farm_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.max_egg_reached_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.golden_eggs_earned_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.golden_eggs_spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.uncliamed_golden_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.unclaimed_soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.soul_eggs_d_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.unclaimed_soul_eggs_d_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.eggs_of_prophecy_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.unclaimed_eggs_of_prophecy_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.shell_scripts_earned_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.shell_scripts_spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.unclaimed_shell_scripts_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.prestige_cash_earned_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.prestige_soul_boost_cash_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.lifetime_cash_earned_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.piggy_bank_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.piggy_full_alert_shown_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.permit_level_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.epic_research_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.hyperloop_station_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.next_daily_gift_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.last_daily_gift_collected_day_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.num_daily_gifts_collected_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.news_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.last_news_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.current_multiplier_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.current_multiplier_expiration_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.achievements_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.max_farm_size_reached_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.egg_medal_level_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.long_idle_notification_set_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.long_idle_notification_threshold_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.long_idle_reward_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.boosts_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.total_time_cheats_detected_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.force_elite_contracts_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Game, _impl_.new_player_event_end_time_),
+ 16,
+ 32,
+ 0,
+ 1,
+ 12,
+ 2,
+ 13,
+ 26,
+ 27,
+ 14,
+ 15,
+ 29,
+ 30,
+ 31,
+ 3,
+ 25,
+ 4,
+ 5,
+ 20,
+ 10,
+ ~0u,
+ 21,
+ 6,
+ 11,
+ 17,
+ ~0u,
+ 7,
+ 8,
+ 9,
+ ~0u,
+ ~0u,
+ ~0u,
+ 22,
+ 18,
+ 19,
+ ~0u,
+ 24,
+ 23,
+ 28,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.infusing_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.item_being_infused_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.spec_being_infused_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.egg_type_infusing_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.infusing_eggs_required_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.eggs_infused_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.flow_percentage_artifacts_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.fueling_enabled_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.tank_filling_enabled_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.tank_level_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.tank_fuels_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.tank_limits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.last_fueled_ship_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.inventory_score_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.crafting_xp_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.enabled_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.intro_shown_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Artifacts, _impl_.infusing_enabled_deprecated_),
+ 5,
+ 0,
+ 1,
+ 13,
+ 2,
+ 3,
+ 12,
+ 14,
+ 6,
+ 11,
+ ~0u,
+ ~0u,
+ 4,
+ 9,
+ 10,
+ 7,
+ 8,
+ 15,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Shells, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Shells, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Shells, _impl_.intro_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Shells, _impl_.contracts_intro_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Shells, _impl_.num_new_),
+ 0,
+ 1,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.egg_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.farm_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.contract_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.cash_earned_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.cash_spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.unclaimed_cash_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.last_step_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.num_chickens_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.num_chickens_unsettled_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.num_chickens_running_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.eggs_laid_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.eggs_shipped_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.eggs_paid_for_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.silos_owned_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.habs_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.hab_population_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.hab_population_indound_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.hab_incubator_popuplation_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.hatchery_population_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.vehicles_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.train_length_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.common_research_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.active_boosts_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.last_cash_boost_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.time_cheats_detected_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.time_cheat_debt_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.boost_tokens_received_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.boost_tokens_spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.boost_tokens_given_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.unclaimed_boost_tokens_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Simulation, _impl_.gametime_until_next_boost_token_),
+ 21,
+ 22,
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 19,
+ 9,
+ 11,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ 10,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ 20,
+ 12,
+ 13,
+ 14,
+ 15,
+ 17,
+ 16,
+ 18,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Mission, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Mission, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Mission, _impl_.current_mission_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Mission, _impl_.reference_value_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Mission, _impl_.current_missions_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Mission, _impl_.missions_),
+ 0,
+ 1,
+ ~0u,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.chicken_btn_pref_big_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.free_hatchery_refill_given_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.last_share_farm_value_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.last_share_swarm_farm_value_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.last_share_swarm_size_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.last_prestige_alert_soul_eggs_deprecated_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.friend_rank_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.friend_rank_pop_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.global_rank_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.global_rank_pop_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.challenges_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.trophy_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.ar_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.contracts_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.contracts_alert_v2_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.coop_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.coop_alert_v2_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.switch_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.egg_of_prophecy_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.boost_token_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.soul_egg_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.backup_reminder_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.max_button_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.mission_target_alert_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_Misc, _impl_.colleggtibles_alert_),
+ 4,
+ 5,
+ 21,
+ 22,
+ 23,
+ 24,
+ 0,
+ 1,
+ 2,
+ 3,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ 17,
+ 18,
+ 19,
+ 20,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_ResearchItem, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_ResearchItem, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_ResearchItem, _impl_.id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_ResearchItem, _impl_.level_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_NewsHeadline, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_NewsHeadline, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_NewsHeadline, _impl_.id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_NewsHeadline, _impl_.read_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_AchievementInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_AchievementInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_AchievementInfo, _impl_.id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_AchievementInfo, _impl_.achieved_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_ActiveBoost, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_ActiveBoost, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_ActiveBoost, _impl_.boost_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_ActiveBoost, _impl_.time_remaining_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_ActiveBoost, _impl_.reference_value_),
+ 0,
+ 1,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_OwnedBoost, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_OwnedBoost, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_OwnedBoost, _impl_.boost_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_OwnedBoost, _impl_.count_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_MissionInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_MissionInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_MissionInfo, _impl_.id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_MissionInfo, _impl_.completed_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup_MissionInfo, _impl_.reference_value_),
+ 0,
+ 2,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.ei_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.game_services_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.push_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.device_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.user_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.approx_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.version_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.force_offer_backup_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.force_backup_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.settings_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.tutorial_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.stats_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.game_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.artifacts_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.shells_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.sim_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.farms_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.mission_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.misc_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.contracts_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.artifacts_db_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.shell_db_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.read_mail_ids_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.mail_state_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.checksum_),
+ PROTOBUF_FIELD_OFFSET(::ei::Backup, _impl_.signature_),
+ 0,
+ 4,
+ 2,
+ 5,
+ 3,
+ 1,
+ 20,
+ 21,
+ 22,
+ 23,
+ 7,
+ 8,
+ 9,
+ 10,
+ 15,
+ 18,
+ 11,
+ ~0u,
+ 12,
+ 13,
+ 14,
+ 16,
+ 17,
+ ~0u,
+ 19,
+ 24,
+ 6,
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, _impl_.ei_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, _impl_.game_services_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, _impl_.device_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, _impl_.username_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, _impl_.client_version_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactRequest, _impl_.platform_),
+ 5,
+ 1,
+ 0,
+ 4,
+ 2,
+ 3,
+ 6,
+ 7,
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, _impl_.ei_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, _impl_.ids_transferred_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, _impl_.error_code_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, _impl_.error_message_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncFirstContactResponse, _impl_.backup_),
+ 0,
+ ~0u,
+ 3,
+ 1,
+ 2,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncAdConfig, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncAdConfig, _impl_.network_priority_),
+ PROTOBUF_FIELD_OFFSET(::ei::DailyGiftInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::DailyGiftInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::DailyGiftInfo, _impl_.current_day_),
+ PROTOBUF_FIELD_OFFSET(::ei::DailyGiftInfo, _impl_.seconds_to_next_day_),
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, _impl_.piggy_full_),
+ PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, _impl_.piggy_found_full_),
+ PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, _impl_.seconds_full_realtime_),
+ PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, _impl_.seconds_full_gametime_),
+ PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, _impl_.lost_increments_),
+ PROTOBUF_FIELD_OFFSET(::ei::SalesInfoRequest, _impl_.current_client_version_),
+ 0,
+ 2,
+ 3,
+ 1,
+ 5,
+ 4,
+ 6,
+ PROTOBUF_FIELD_OFFSET(::ei::IAPSaleEntry, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::IAPSaleEntry, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::IAPSaleEntry, _impl_.product_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::IAPSaleEntry, _impl_.seconds_remaining_),
+ PROTOBUF_FIELD_OFFSET(::ei::IAPSaleEntry, _impl_.discount_string_),
+ PROTOBUF_FIELD_OFFSET(::ei::IAPSaleEntry, _impl_.sale_id_),
+ 0,
+ 3,
+ 1,
+ 2,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::SalesInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::SalesInfo, _impl_.sales_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, _impl_.identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, _impl_.seconds_remaining_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, _impl_.type_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, _impl_.multiplier_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, _impl_.subtitle_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, _impl_.start_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, _impl_.duration_),
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncEvent, _impl_.cc_only_),
+ 0,
+ 3,
+ 1,
+ 4,
+ 2,
+ 5,
+ 6,
+ 7,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncCurrentEvents, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::EggIncCurrentEvents, _impl_.events_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_.device_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_.advertising_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_.platform_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_.form_factor_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_.device_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_.platform_version_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_.locale_country_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_.locale_language_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_.gpu_vendor_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_.gpu_model_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_.device_bucket_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_.screen_width_),
+ PROTOBUF_FIELD_OFFSET(::ei::DeviceInfo, _impl_.screen_height_),
+ 0,
+ 10,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 11,
+ 12,
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.version_str_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.sessions_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.num_prestiges_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.current_egg_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.gold_earned_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.gold_spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.current_mission_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.piggy_size_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.num_piggy_breaks_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.verified_piggy_breaks_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.iap_packs_purchased_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.permit_level_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.video_doubler_uses_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.drone_takedowns_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.drone_takedowns_elite_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.trophies_unlocked_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.egg_level_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.struggle_factor_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.piggy_full_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.piggy_found_full_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.time_piggy_full_realtime_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.time_piggy_full_gametime_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.lost_piggy_increments_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.sale_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.unlimited_chickens_uses_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.refill_uses_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.short_warp_uses_),
+ PROTOBUF_FIELD_OFFSET(::ei::AppInfo, _impl_.long_warp_uses_),
+ 0,
+ 2,
+ 3,
+ 4,
+ 6,
+ 5,
+ 8,
+ 7,
+ 10,
+ 9,
+ 25,
+ 12,
+ 11,
+ 15,
+ 18,
+ 19,
+ 26,
+ 20,
+ 21,
+ 27,
+ 28,
+ 22,
+ 23,
+ 24,
+ 1,
+ 13,
+ 14,
+ 16,
+ 17,
+ PROTOBUF_FIELD_OFFSET(::ei::ActionKeyValuePair, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ActionKeyValuePair, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ActionKeyValuePair, _impl_.key_),
+ PROTOBUF_FIELD_OFFSET(::ei::ActionKeyValuePair, _impl_.value_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::GenericAction, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::GenericAction, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::GenericAction, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::GenericAction, _impl_.cc_user_),
+ PROTOBUF_FIELD_OFFSET(::ei::GenericAction, _impl_.advertising_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::GenericAction, _impl_.approx_time_dep_),
+ PROTOBUF_FIELD_OFFSET(::ei::GenericAction, _impl_.approx_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::GenericAction, _impl_.action_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::GenericAction, _impl_.data_),
+ PROTOBUF_FIELD_OFFSET(::ei::GenericAction, _impl_.app_),
+ PROTOBUF_FIELD_OFFSET(::ei::GenericAction, _impl_.device_),
+ 0,
+ 6,
+ 2,
+ 5,
+ 7,
+ 1,
+ ~0u,
+ 3,
+ 4,
+ PROTOBUF_FIELD_OFFSET(::ei::GenericActionBatchRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::GenericActionBatchRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::GenericActionBatchRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::GenericActionBatchRequest, _impl_.actions_),
+ 0,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, _impl_.sku_),
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, _impl_.transaction_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, _impl_.original_transaction_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, _impl_.receipt_),
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, _impl_.platform_),
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, _impl_.sandbox_),
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseRequest, _impl_.log_),
+ 6,
+ 0,
+ 1,
+ 4,
+ 2,
+ 3,
+ 7,
+ 5,
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseResponse, _impl_.verified_),
+ PROTOBUF_FIELD_OFFSET(::ei::VerifyPurchaseResponse, _impl_.message_),
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _impl_.approx_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _impl_.currency_),
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _impl_.amount_),
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _impl_.location_),
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _impl_.version_),
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _impl_.platform_),
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _impl_.soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _impl_.tickets_spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowLog, _impl_.gold_spent_),
+ 0,
+ 4,
+ 9,
+ 5,
+ 1,
+ 2,
+ 3,
+ 6,
+ 7,
+ 8,
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowBatchRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowBatchRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowBatchRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::CurrencyFlowBatchRequest, _impl_.logs_),
+ 0,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::Reward, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Reward, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Reward, _impl_.reward_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::Reward, _impl_.reward_sub_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::Reward, _impl_.reward_amount_),
+ 2,
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::GameModifier, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::GameModifier, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::GameModifier, _impl_.dimension_),
+ PROTOBUF_FIELD_OFFSET(::ei::GameModifier, _impl_.value_),
+ PROTOBUF_FIELD_OFFSET(::ei::GameModifier, _impl_.description_),
+ 2,
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _impl_.identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _impl_.name_),
+ PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _impl_.description_),
+ PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _impl_.value_),
+ PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _impl_.hatchery_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _impl_.hatchery_max_x_),
+ PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _impl_.icon_),
+ PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _impl_.icon_width_),
+ PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _impl_.icon_height_),
+ PROTOBUF_FIELD_OFFSET(::ei::CustomEgg, _impl_.buffs_),
+ 0,
+ 1,
+ 2,
+ 5,
+ 3,
+ 6,
+ 4,
+ 7,
+ 8,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, _impl_.type_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, _impl_.target_amount_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, _impl_.reward_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, _impl_.reward_sub_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, _impl_.reward_amount_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_Goal, _impl_.target_soul_eggs_),
+ 4,
+ 1,
+ 5,
+ 0,
+ 2,
+ 3,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_GoalSet, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_GoalSet, _impl_.goals_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_GradeSpec, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_GradeSpec, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_GradeSpec, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_GradeSpec, _impl_.goals_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_GradeSpec, _impl_.modifiers_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract_GradeSpec, _impl_.length_seconds_),
+ 1,
+ ~0u,
+ ~0u,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.name_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.description_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.egg_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.custom_egg_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.goals_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.goal_sets_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.grade_specs_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.season_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.coop_allowed_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.max_coop_size_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.max_boosts_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.minutes_per_token_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.chicken_run_cooldown_minutes_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.start_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.expiration_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.length_seconds_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.max_soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.min_client_version_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.leggacy_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.cc_only_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.default_shell_ids_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.debug_),
+ PROTOBUF_FIELD_OFFSET(::ei::Contract, _impl_.key_),
+ 0,
+ 1,
+ 2,
+ 17,
+ 5,
+ ~0u,
+ ~0u,
+ ~0u,
+ 4,
+ 12,
+ 8,
+ 9,
+ 18,
+ 19,
+ 16,
+ 6,
+ 7,
+ 10,
+ 11,
+ 13,
+ 14,
+ ~0u,
+ 15,
+ 3,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonGoal, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonGoal, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonGoal, _impl_.cxp_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonGoal, _impl_.reward_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonGoal, _impl_.reward_sub_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonGoal, _impl_.reward_amount_),
+ 1,
+ 3,
+ 0,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonRewardConfirmationRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonRewardConfirmationRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonRewardConfirmationRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonRewardConfirmationRequest, _impl_.season_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonRewardConfirmationRequest, _impl_.goal_),
+ 1,
+ 0,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonInfo_GoalSet, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonInfo_GoalSet, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonInfo_GoalSet, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonInfo_GoalSet, _impl_.goals_),
+ 0,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonInfo, _impl_.id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonInfo, _impl_.name_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonInfo, _impl_.grade_goals_),
+ 0,
+ 1,
+ ~0u,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonInfos, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSeasonInfos, _impl_.infos_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo_SeasonProgress, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo_SeasonProgress, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo_SeasonProgress, _impl_.season_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo_SeasonProgress, _impl_.active_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo_SeasonProgress, _impl_.starting_grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo_SeasonProgress, _impl_.total_cxp_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo_SeasonProgress, _impl_.cxp_last_reward_given_),
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.total_cxp_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.season_cxp_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.grade_score_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.target_grade_score_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.soul_power_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.target_soul_power_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.grade_progress_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.issues_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.issue_score_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.status_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.last_evaluation_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.last_evaluation_version_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.unread_evaluations_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractPlayerInfo, _impl_.season_progress_),
+ 2,
+ 1,
+ 10,
+ 5,
+ 7,
+ 8,
+ 6,
+ 9,
+ ~0u,
+ 11,
+ 3,
+ 4,
+ 0,
+ ~0u,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.cxp_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.replay_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.cxp_change_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.grade_performance_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.old_league_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.old_goals_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.contribution_ratio_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.completion_percent_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.original_length_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.coop_size_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.solo_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.soul_power_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.last_contribution_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.completion_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.chicken_runs_sent_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.gift_tokens_sent_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.gift_tokens_received_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.gift_token_value_sent_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.gift_token_value_received_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.boost_token_allotment_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.buff_time_value_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.teamwork_score_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.other_bonuses_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.counted_in_season_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.season_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.time_cheats_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.issues_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.notes_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.version_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.evaluation_start_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluation, _impl_.status_),
+ 1,
+ 2,
+ 4,
+ 20,
+ 27,
+ 5,
+ 13,
+ 21,
+ 6,
+ 7,
+ 8,
+ 12,
+ 19,
+ 22,
+ 26,
+ 25,
+ 9,
+ 10,
+ 11,
+ 14,
+ 28,
+ 29,
+ 18,
+ 17,
+ 15,
+ 16,
+ 23,
+ 0,
+ 24,
+ ~0u,
+ ~0u,
+ 3,
+ 30,
+ 31,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCitation, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCitation, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCitation, _impl_.issue_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCitation, _impl_.timestamp_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCitation, _impl_.grade_),
+ 1,
+ 0,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluationBatch_Pair, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluationBatch_Pair, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluationBatch_Pair, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluationBatch_Pair, _impl_.cev_),
+ 0,
+ 1,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluationBatch, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractEvaluationBatch, _impl_.evals_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, _impl_.contribution_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, _impl_.last_contribution_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, _impl_.finalized_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, _impl_.soul_power_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, _impl_.tokens_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot_ContributorSnapshot, _impl_.tokens_spent_),
+ 1,
+ 5,
+ 6,
+ 2,
+ 0,
+ 3,
+ 4,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CoopCompletionSnapshot, _impl_.contributors_),
+ PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, _impl_.ei_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, _impl_.client_version_),
+ PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, _impl_.version_),
+ PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, _impl_.build_),
+ PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, _impl_.platform_),
+ PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, _impl_.country_),
+ PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, _impl_.language_),
+ PROTOBUF_FIELD_OFFSET(::ei::BasicRequestInfo, _impl_.debug_),
+ 0,
+ 6,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 7,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, _impl_.target_se_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, _impl_.cps_mult_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, _impl_.elr_mult_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, _impl_.earnings_mult_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, _impl_.time_efficacy_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, _impl_.hab_capacity_mult_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams, _impl_.epic_research_budget_),
+ 0,
+ 1,
+ 6,
+ 2,
+ 3,
+ 4,
+ 5,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig_ContractGradeSimConfig, _impl_.goal_params_),
+ 0,
+ ~0u,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimConfig, _impl_.grade_configs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimPoll, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimPoll, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimPoll, _impl_.client_version_),
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimPollResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimPollResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimPollResponse, _impl_.contract_to_simulate_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimPollResponse, _impl_.sim_config_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate_GoalInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate_GoalInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate_GoalInfo, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate_GoalInfo, _impl_.goal_index_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate_GoalInfo, _impl_.projected_eggs_laid_),
+ 0,
+ 1,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate, _impl_.contract_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractSimResultUpdate, _impl_.goal_infos_),
+ 0,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsRequest, _impl_.soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsRequest, _impl_.client_version_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsRequest, _impl_.user_id_),
+ 1,
+ 2,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, _impl_.contracts_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, _impl_.custom_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, _impl_.warning_message_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, _impl_.total_eop_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, _impl_.server_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, _impl_.max_eop_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsResponse, _impl_.current_season_),
+ ~0u,
+ ~0u,
+ 0,
+ 3,
+ 2,
+ 4,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusRequest, _impl_.client_version_),
+ 3,
+ 0,
+ 1,
+ 2,
+ 4,
+ PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, _impl_.farm_population_),
+ PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, _impl_.farm_capacity_),
+ PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, _impl_.elr_),
+ PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, _impl_.ihr_),
+ PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, _impl_.sr_),
+ PROTOBUF_FIELD_OFFSET(::ei::FarmProductionParams, _impl_.delivered_),
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.client_version_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.eggs_of_prophecy_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.permit_level_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.hyperloop_station_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.egg_medal_level_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.epic_research_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.egg_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.cash_on_hand_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.habs_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.hab_population_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.hab_capacity_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.vehicles_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.train_length_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.silos_owned_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.common_research_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.active_boosts_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.boost_tokens_on_hand_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.equipped_artifacts_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.artifact_inventory_score_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.farm_appearance_),
+ PROTOBUF_FIELD_OFFSET(::ei::PlayerFarmInfo, _impl_.timestamp_),
+ 10,
+ 1,
+ 2,
+ 3,
+ 4,
+ ~0u,
+ ~0u,
+ 11,
+ 5,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ 6,
+ ~0u,
+ ~0u,
+ 7,
+ ~0u,
+ 8,
+ 0,
+ 9,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.uuid_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.user_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.contribution_amount_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.contribution_rate_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.soul_power_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.production_params_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.farm_info_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.rank_change_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.recently_active_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.active_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.cc_member_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.leech_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.finalized_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.time_cheat_detected_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.platform_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.push_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.ban_votes_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.autojoined_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.boost_tokens_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.boost_tokens_spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.buff_history_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ContributionInfo, _impl_.chicken_run_cooldown_),
+ 4,
+ 0,
+ 1,
+ 3,
+ 7,
+ 8,
+ 11,
+ 5,
+ 6,
+ 10,
+ 19,
+ 20,
+ 21,
+ 22,
+ 15,
+ 16,
+ 9,
+ 2,
+ 12,
+ 17,
+ 13,
+ 14,
+ ~0u,
+ 18,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_CoopGift, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_CoopGift, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_CoopGift, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_CoopGift, _impl_.user_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_CoopGift, _impl_.amount_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_CoopGift, _impl_.tracking_),
+ 0,
+ 1,
+ 3,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ChickenRun, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ChickenRun, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ChickenRun, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ChickenRun, _impl_.user_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse_ChickenRun, _impl_.amount_),
+ 0,
+ 1,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.response_status_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.total_amount_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.contributors_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.auto_generated_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.public__),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.creator_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.seconds_remaining_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.seconds_since_all_goals_achieved_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.all_goals_achieved_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.all_members_reporting_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.grace_period_seconds_remaining_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.cleared_for_exit_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.gifts_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.chicken_runs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.local_timestamp_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusResponse, _impl_.last_sync_),
+ 15,
+ 0,
+ 3,
+ 1,
+ 14,
+ ~0u,
+ 6,
+ 7,
+ 2,
+ 4,
+ 12,
+ 8,
+ 9,
+ 5,
+ 10,
+ ~0u,
+ ~0u,
+ 11,
+ 13,
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.contract_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.accepted_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.time_accepted_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.cancelled_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.new__),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.coop_shared_end_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.coop_simulation_end_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.coop_grace_period_end_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.coop_contribution_finalized_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.coop_last_uploaded_contribution_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.coop_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.coop_share_farm_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.last_amount_when_reward_given_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.num_goals_achieved_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.max_farm_size_reached_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.boosts_used_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.points_replay_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.league_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.last_nag_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.evaluation_),
+ PROTOBUF_FIELD_OFFSET(::ei::LocalContract, _impl_.reported_uuids_),
+ 2,
+ 0,
+ 7,
+ 4,
+ 8,
+ 9,
+ 5,
+ 20,
+ 12,
+ 10,
+ 13,
+ 1,
+ 18,
+ 6,
+ 14,
+ 21,
+ 11,
+ 19,
+ 15,
+ 17,
+ 16,
+ 3,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::MyContracts, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::MyContracts, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::MyContracts, _impl_.contract_ids_seen_),
+ PROTOBUF_FIELD_OFFSET(::ei::MyContracts, _impl_.contracts_),
+ PROTOBUF_FIELD_OFFSET(::ei::MyContracts, _impl_.archive_),
+ PROTOBUF_FIELD_OFFSET(::ei::MyContracts, _impl_.current_coop_statuses_),
+ PROTOBUF_FIELD_OFFSET(::ei::MyContracts, _impl_.last_cpi_),
+ PROTOBUF_FIELD_OFFSET(::ei::MyContracts, _impl_.initial_grade_revealed_),
+ PROTOBUF_FIELD_OFFSET(::ei::MyContracts, _impl_.last_grade_progress_shown_),
+ PROTOBUF_FIELD_OFFSET(::ei::MyContracts, _impl_.show_advanced_evaluations_),
+ PROTOBUF_FIELD_OFFSET(::ei::MyContracts, _impl_.custom_egg_info_),
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ 0,
+ 2,
+ 1,
+ 3,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, _impl_.league_),
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopRequest, _impl_.client_version_),
+ 2,
+ 0,
+ 1,
+ 4,
+ 5,
+ 3,
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, _impl_.exists_),
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, _impl_.full_),
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, _impl_.expired_),
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, _impl_.different_league_),
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, _impl_.different_grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, _impl_.cc_only_),
+ PROTOBUF_FIELD_OFFSET(::ei::QueryCoopResponse, _impl_.banned_),
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.public__),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.cc_only_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.allow_all_grades_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.seconds_remaining_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.user_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.soul_power_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.eop_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.league_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.points_replay_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.platform_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopRequest, _impl_.client_version_),
+ 4,
+ 0,
+ 1,
+ 12,
+ 13,
+ 14,
+ 5,
+ 2,
+ 3,
+ 8,
+ 11,
+ 9,
+ 10,
+ 15,
+ 6,
+ 7,
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopResponse, _impl_.success_),
+ PROTOBUF_FIELD_OFFSET(::ei::CreateCoopResponse, _impl_.message_),
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_.user_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_.soul_power_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_.eop_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_.league_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_.points_replay_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_.platform_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_.seconds_remaining_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopRequest, _impl_.client_version_),
+ 4,
+ 0,
+ 1,
+ 2,
+ 3,
+ 7,
+ 11,
+ 9,
+ 10,
+ 12,
+ 5,
+ 8,
+ 6,
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _impl_.success_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _impl_.message_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _impl_.banned_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _impl_.seconds_remaining_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _impl_.match_percent_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _impl_.num_members_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _impl_.status_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::JoinCoopResponse, _impl_.can_start_),
+ 3,
+ 0,
+ 4,
+ 1,
+ 2,
+ 7,
+ 6,
+ 8,
+ 9,
+ 5,
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _impl_.user_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _impl_.soul_power_),
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _impl_.eop_),
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _impl_.league_),
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _impl_.points_replay_),
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _impl_.seconds_remaining_),
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _impl_.platform_),
+ PROTOBUF_FIELD_OFFSET(::ei::AutoJoinCoopRequest, _impl_.client_version_),
+ 3,
+ 0,
+ 1,
+ 2,
+ 4,
+ 8,
+ 9,
+ 10,
+ 11,
+ 5,
+ 6,
+ 7,
+ PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, _impl_.requesting_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, _impl_.public__),
+ PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsRequest, _impl_.client_version_),
+ 3,
+ 0,
+ 1,
+ 2,
+ 4,
+ 5,
+ PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsResponse, _impl_.success_),
+ PROTOBUF_FIELD_OFFSET(::ei::UpdateCoopPermissionsResponse, _impl_.message_),
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, _impl_.player_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaveCoopRequest, _impl_.client_version_),
+ 3,
+ 0,
+ 1,
+ 2,
+ 4,
+ PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, _impl_.player_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, _impl_.requesting_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, _impl_.requesting_user_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, _impl_.amount_),
+ PROTOBUF_FIELD_OFFSET(::ei::GiftPlayerCoopRequest, _impl_.client_version_),
+ 5,
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 6,
+ 7,
+ PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, _impl_.player_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, _impl_.requesting_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, _impl_.requesting_user_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, _impl_.farm_pop_),
+ PROTOBUF_FIELD_OFFSET(::ei::SendChickenRunCoopRequest, _impl_.client_version_),
+ 5,
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 6,
+ 7,
+ PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ReportPlayerCoopRequest, _impl_.reason_),
+ 3,
+ 0,
+ 1,
+ 2,
+ 4,
+ PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, _impl_.player_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, _impl_.requesting_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, _impl_.reason_),
+ PROTOBUF_FIELD_OFFSET(::ei::KickPlayerCoopRequest, _impl_.client_version_),
+ 4,
+ 0,
+ 1,
+ 2,
+ 3,
+ 6,
+ 5,
+ PROTOBUF_FIELD_OFFSET(::ei::IdleSessionSummary, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::IdleSessionSummary, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::IdleSessionSummary, _impl_.time_away_),
+ PROTOBUF_FIELD_OFFSET(::ei::IdleSessionSummary, _impl_.time_simulated_),
+ PROTOBUF_FIELD_OFFSET(::ei::IdleSessionSummary, _impl_.silos_owned_),
+ PROTOBUF_FIELD_OFFSET(::ei::IdleSessionSummary, _impl_.average_elr_),
+ PROTOBUF_FIELD_OFFSET(::ei::IdleSessionSummary, _impl_.average_msr_),
+ PROTOBUF_FIELD_OFFSET(::ei::IdleSessionSummary, _impl_.average_egg_delivery_rate_),
+ PROTOBUF_FIELD_OFFSET(::ei::IdleSessionSummary, _impl_.last_egg_delivery_rate_),
+ PROTOBUF_FIELD_OFFSET(::ei::IdleSessionSummary, _impl_.farm_index_),
+ 0,
+ 1,
+ 4,
+ 2,
+ 3,
+ 6,
+ 7,
+ 5,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.coop_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.push_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.amount_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.rate_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.time_cheats_detected_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.soul_power_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.eop_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.boost_tokens_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.boost_tokens_spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.hide_cc_status_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.production_params_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.farm_info_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.last_idle_summary_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.egg_laying_rate_buff_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateRequest, _impl_.earnings_buff_),
+ 4,
+ 0,
+ 1,
+ 2,
+ 3,
+ 8,
+ 9,
+ 11,
+ 10,
+ 14,
+ 12,
+ 13,
+ 15,
+ 5,
+ 6,
+ 7,
+ 16,
+ 17,
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateResponse, _impl_.finalized_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateResponse, _impl_.exists_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractCoopStatusUpdateResponse, _impl_.status_),
+ 0,
+ 1,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::CoopBuffState, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopBuffState, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CoopBuffState, _impl_.egg_laying_rate_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopBuffState, _impl_.earnings_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopBuffState, _impl_.server_timestamp_),
+ 1,
+ 2,
+ 0,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::CoopBuffHistory, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CoopBuffHistory, _impl_.history_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopChickenRunEntry, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopChickenRunEntry, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CoopChickenRunEntry, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::CoopChickenRunEntry, _impl_.server_timestamp_),
+ 0,
+ 1,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::CoopLastChickenRunTimes, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CoopLastChickenRunTimes, _impl_.entries_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, _impl_.start_index_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, _impl_.end_index_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, _impl_.high_score_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, _impl_.low_score_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, _impl_.start_cursor_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis_Chunk, _impl_.end_cursor_),
+ 2,
+ 3,
+ 4,
+ 5,
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, _impl_.chunks_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, _impl_.count_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, _impl_.high_score_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, _impl_.low_score_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardAnalysis, _impl_.cursor_),
+ ~0u,
+ 3,
+ 1,
+ 2,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo_Season, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo_Season, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo_Season, _impl_.scope_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo_Season, _impl_.name_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo, _impl_.seasons_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardInfo, _impl_.all_time_scope_),
+ ~0u,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardRequest, _impl_.scope_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardRequest, _impl_.grade_),
+ 1,
+ 0,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse_Entry, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse_Entry, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse_Entry, _impl_.rank_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse_Entry, _impl_.alias_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse_Entry, _impl_.score_),
+ 2,
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, _impl_.scope_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, _impl_.top_entries_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, _impl_.count_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, _impl_.rank_),
+ PROTOBUF_FIELD_OFFSET(::ei::LeaderboardResponse, _impl_.score_),
+ 0,
+ 1,
+ ~0u,
+ 2,
+ 4,
+ 3,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsArchive, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractsArchive, _impl_.archive_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.action_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.approx_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.dest_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.contract_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.coop_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.autojoin_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.replay_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.points_replay_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.reward_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.reward_subtype_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.reward_amount_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.goal_index_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.boost_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.tokens_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.kick_reason_),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.public__),
+ PROTOBUF_FIELD_OFFSET(::ei::ContractAction, _impl_.cc_only_),
+ 0,
+ 1,
+ 7,
+ 2,
+ 3,
+ 4,
+ 10,
+ 8,
+ 11,
+ 12,
+ 9,
+ 5,
+ 15,
+ 14,
+ 6,
+ 16,
+ 17,
+ 13,
+ 18,
+ PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoRequest, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoRequest, _impl_.device_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoRequest, _impl_.backup_checksum_),
+ 2,
+ 0,
+ 1,
+ 3,
+ PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoResponse, _impl_.backup_checksum_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoResponse, _impl_.backup_total_cash_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserDataInfoResponse, _impl_.coop_memberships_),
+ 0,
+ 1,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::ClearAllUserDataRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ClearAllUserDataRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ClearAllUserDataRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::ClearAllUserDataRequest, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ClearAllUserDataRequest, _impl_.device_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ClearAllUserDataRequest, _impl_.backup_checksum_),
+ 2,
+ 0,
+ 1,
+ 3,
+ PROTOBUF_FIELD_OFFSET(::ei::ServerGift, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ServerGift, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ServerGift, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ServerGift, _impl_.reward_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::ServerGift, _impl_.reward_sub_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::ServerGift, _impl_.reward_amount_),
+ 0,
+ 3,
+ 1,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig_ItemConfig, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig_ItemConfig, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig_ItemConfig, _impl_.boost_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig_ItemConfig, _impl_.price_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig_ItemConfig, _impl_.token_price_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig_ItemConfig, _impl_.se_required_),
+ 0,
+ 1,
+ 2,
+ 3,
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig, _impl_.item_configs_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_BoostsConfig, _impl_.cash_boost_cooloff_time_),
+ ~0u,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, _impl_.gift_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, _impl_.amount_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, _impl_.rand_min_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, _impl_.rand_max_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, _impl_.video_min_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftValueConfig, _impl_.video_max_),
+ 0,
+ 3,
+ 1,
+ 2,
+ 4,
+ 5,
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftMuConfig, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftMuConfig, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftMuConfig, _impl_.min_spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftMuConfig, _impl_.max_spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig_GiftMuConfig, _impl_.overall_mult_),
+ 0,
+ 1,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.gift_configs_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.gift_mu_min_spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.gift_mu_max_spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.gift_mu_overall_mult_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.random_gift_mu_config_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.video_gift_mu_config_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.package_interval_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.video_offer_interval_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.video_offer_interval_contract_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.video_offer_interval_piggy_full_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.video_offer_interval_piggy_extra_full_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.video_reset_on_idle_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.package_interval_contract_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.package_interval_piggy_full_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.package_interval_piggy_extra_full_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_GiftConfig, _impl_.package_reset_on_idle_),
+ ~0u,
+ 10,
+ 11,
+ 12,
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 13,
+ 7,
+ 8,
+ 9,
+ 14,
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.ask_to_track_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.ask_to_track_min_soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.ask_to_track_message_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.ask_to_track_show_pre_dialog_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.ask_to_track_after_privacy_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.chicken_run_boost_percentage_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.shells_intro_tickets_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.shells_max_free_chicken_configs_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.shells_intro_alert_threshold_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.shells_lighting_controls_price_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.contracts_expert_league_min_soul_power_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.new_player_event_duration_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.contracts_club_available_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_MiscConfig, _impl_.contracts_beta_),
+ 2,
+ 1,
+ 0,
+ 3,
+ 4,
+ 7,
+ 6,
+ 8,
+ 9,
+ 13,
+ 10,
+ 11,
+ 5,
+ 12,
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, _impl_.type_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, _impl_.name_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, _impl_.description_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, _impl_.duration_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, _impl_.url_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig_HowToVideoInfo, _impl_.soul_eggs_),
+ 5,
+ 0,
+ 1,
+ 3,
+ 2,
+ 4,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig_HelpConfig, _impl_.video_infos_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, _impl_.config_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, _impl_.boosts_config_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, _impl_.gift_config_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, _impl_.misc_config_),
+ PROTOBUF_FIELD_OFFSET(::ei::LiveConfig, _impl_.help_config_),
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.id_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.title_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.date_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.message_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.action_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.url_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.app_link_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.app_link_extra_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.image_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.image_width_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.image_height_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.platform_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.builds_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.min_client_version_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.max_client_version_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.min_soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.max_soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.min_mystical_bonus_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.user_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.min_piggy_breaks_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.gold_tip_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.tip_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.priority_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.min_days_since_last_tip_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.max_retries_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.days_until_retry_),
+ PROTOBUF_FIELD_OFFSET(::ei::InGameMail, _impl_.category_),
+ 0,
+ 1,
+ 5,
+ 2,
+ 3,
+ 4,
+ 15,
+ 6,
+ 8,
+ 18,
+ 19,
+ 10,
+ ~0u,
+ 11,
+ 14,
+ 12,
+ 24,
+ 13,
+ 16,
+ 17,
+ 9,
+ 21,
+ 25,
+ 20,
+ 22,
+ 23,
+ 7,
+ PROTOBUF_FIELD_OFFSET(::ei::MailDB, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::MailDB, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::MailDB, _impl_.mail_),
+ PROTOBUF_FIELD_OFFSET(::ei::MailDB, _impl_.tips_db_data_),
+ PROTOBUF_FIELD_OFFSET(::ei::MailDB, _impl_.tips_checksum_),
+ ~0u,
+ 0,
+ 1,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::TipsDB, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::TipsDB, _impl_.tips_),
+ PROTOBUF_FIELD_OFFSET(::ei::MailState_TipState, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::MailState_TipState, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::MailState_TipState, _impl_.id_),
+ PROTOBUF_FIELD_OFFSET(::ei::MailState_TipState, _impl_.reads_),
+ PROTOBUF_FIELD_OFFSET(::ei::MailState_TipState, _impl_.time_read_),
+ 0,
+ 2,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::MailState, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::MailState, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::MailState, _impl_.read_mail_ids_),
+ PROTOBUF_FIELD_OFFSET(::ei::MailState, _impl_.tips_states_),
+ PROTOBUF_FIELD_OFFSET(::ei::MailState, _impl_.tips_checksum_),
+ ~0u,
+ ~0u,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse_RoyaltyInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse_RoyaltyInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse_RoyaltyInfo, _impl_.id_),
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse_RoyaltyInfo, _impl_.amount_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _impl_.sales_),
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _impl_.events_),
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _impl_.contracts_),
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _impl_.evaluations_),
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _impl_.gifts_),
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _impl_.artifact_cases_),
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _impl_.live_config_),
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _impl_.mail_bag_),
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _impl_.contract_player_info_),
+ PROTOBUF_FIELD_OFFSET(::ei::PeriodicalsResponse, _impl_.showcase_royalties_),
+ 0,
+ 1,
+ 2,
+ ~0u,
+ ~0u,
+ ~0u,
+ 3,
+ 4,
+ 5,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.piggy_full_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.piggy_found_full_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.seconds_full_realtime_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.seconds_full_gametime_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.lost_increments_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.mystical_earnings_mult_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.eop_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.contracts_unlocked_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.artifacts_unlocked_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.current_client_version_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetPeriodicalsRequest, _impl_.debug_),
+ 1,
+ 0,
+ 6,
+ 7,
+ 2,
+ 3,
+ 5,
+ 4,
+ 12,
+ 13,
+ 8,
+ 9,
+ 10,
+ 11,
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, _impl_.soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, _impl_.contracts_unlocked_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, _impl_.artifacts_unlocked_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, _impl_.fuel_tank_unlocked_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, _impl_.pro_permit_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, _impl_.ultra_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigRequest, _impl_.tips_checksum_),
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigResponse, _impl_.live_config_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigResponse, _impl_.mail_bag_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConfigResponse, _impl_.dlc_catalog_),
+ 0,
+ 1,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRawData, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRawData, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRawData, _impl_.device_ad_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRawData, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRawData, _impl_.ad_network_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRawData, _impl_.json_data_),
+ 0,
+ 3,
+ 1,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, _impl_.ad_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, _impl_.ad_network_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, _impl_.campaign_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, _impl_.keyword_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, _impl_.extra_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, _impl_.click_date_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, _impl_.download_date_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionRow, _impl_.approx_time_),
+ 0,
+ 1,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.device_ad_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.network_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.attribution_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.org_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.org_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.campaign_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.campaign_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.click_date_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.conversion_date_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.conversion_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.geo_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.adgroup_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.adgroup_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.keyword_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.keyword_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.keyword_extra_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.creativeset_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::AdAttributionInfo, _impl_.creativeset_id_),
+ 0,
+ 1,
+ 17,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 8,
+ 9,
+ 10,
+ 11,
+ 12,
+ 13,
+ 14,
+ 15,
+ 16,
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo_LaunchCount, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo_LaunchCount, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo_LaunchCount, _impl_.ship_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo_LaunchCount, _impl_.num_launches_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo_LaunchCount, _impl_.launch_points_),
+ 0,
+ 1,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, _impl_.mission_capacity_mult_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, _impl_.mission_duration_mult_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, _impl_.mission_ftl_duration_research_mult_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, _impl_.mission_capacity_research_mult_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, _impl_.launch_counts_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsClientInfo, _impl_.last_server_launch_count_sum_time_),
+ 0,
+ 1,
+ 2,
+ 4,
+ ~0u,
+ 3,
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo_Fuel, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo_Fuel, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo_Fuel, _impl_.egg_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo_Fuel, _impl_.amount_),
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_.ship_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_.status_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_.duration_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_.fuel_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_.level_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_.duration_seconds_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_.capacity_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_.quality_bump_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_.target_artifact_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_.seconds_remaining_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_.start_time_derived_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_.mission_log_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionInfo, _impl_.identifier_),
+ 2,
+ 3,
+ 6,
+ ~0u,
+ 10,
+ 4,
+ 7,
+ 9,
+ 11,
+ 5,
+ 8,
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactSpec, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactSpec, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactSpec, _impl_.name_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactSpec, _impl_.level_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactSpec, _impl_.rarity_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactSpec, _impl_.egg_),
+ 0,
+ 1,
+ 2,
+ 3,
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteArtifact, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteArtifact, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteArtifact, _impl_.spec_),
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteArtifact, _impl_.stones_),
+ 0,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactInventoryItem, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactInventoryItem, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactInventoryItem, _impl_.item_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactInventoryItem, _impl_.artifact_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactInventoryItem, _impl_.quantity_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactInventoryItem, _impl_.server_id_),
+ 2,
+ 1,
+ 3,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::InventorySlot, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::InventorySlot, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::InventorySlot, _impl_.occupied_),
+ PROTOBUF_FIELD_OFFSET(::ei::InventorySlot, _impl_.item_id_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationRequest, _impl_.client_version_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, _impl_.duration_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, _impl_.seconds_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, _impl_.quality_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, _impl_.min_quality_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, _impl_.max_quality_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, _impl_.capacity_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, _impl_.level_capacity_bump_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration, _impl_.level_quality_bump_),
+ 1,
+ 0,
+ 2,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters, _impl_.ship_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters, _impl_.durations_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters, _impl_.level_mission_requirements_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_MissionParameters, _impl_.capacity_deprecated_),
+ 0,
+ ~0u,
+ ~0u,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, _impl_.spec_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, _impl_.base_quality_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, _impl_.odds_multiplier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, _impl_.value_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, _impl_.crafting_price_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, _impl_.crafting_price_low_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, _impl_.crafting_price_domain_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, _impl_.crafting_price_curve_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_ArtifactParameters, _impl_.crafting_xp_),
+ 0,
+ 1,
+ 3,
+ 2,
+ 4,
+ 5,
+ 8,
+ 6,
+ 7,
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_CraftingLevelInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_CraftingLevelInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_CraftingLevelInfo, _impl_.xp_required_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse_CraftingLevelInfo, _impl_.rarity_mult_),
+ 0,
+ 1,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse, _impl_.mission_parameters_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse, _impl_.artifact_parameters_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsConfigurationResponse, _impl_.crafting_level_infos_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, _impl_.client_version_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, _impl_.ei_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, _impl_.info_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionRequest, _impl_.client_info_),
+ 2,
+ 4,
+ 0,
+ 1,
+ 3,
+ PROTOBUF_FIELD_OFFSET(::ei::MissionResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::MissionResponse, _impl_.success_),
+ PROTOBUF_FIELD_OFFSET(::ei::MissionResponse, _impl_.info_),
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::GetActiveMissionsResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetActiveMissionsResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::GetActiveMissionsResponse, _impl_.success_),
+ PROTOBUF_FIELD_OFFSET(::ei::GetActiveMissionsResponse, _impl_.active_missions_),
+ 0,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse_SecureArtifactSpec, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse_SecureArtifactSpec, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse_SecureArtifactSpec, _impl_.spec_),
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse_SecureArtifactSpec, _impl_.server_id_),
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, _impl_.success_),
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, _impl_.info_),
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, _impl_.artifacts_),
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, _impl_.other_rewards_),
+ PROTOBUF_FIELD_OFFSET(::ei::CompleteMissionResponse, _impl_.ei_user_id_),
+ 2,
+ 1,
+ ~0u,
+ ~0u,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, _impl_.contract_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, _impl_.league_),
+ PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, _impl_.grade_),
+ PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, _impl_.goal_index_),
+ PROTOBUF_FIELD_OFFSET(::ei::CollectContractArtifactRewardsRequest, _impl_.best_ship_),
+ 1,
+ 0,
+ 4,
+ 5,
+ 2,
+ 3,
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, _impl_.ei_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, _impl_.spec_),
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, _impl_.item_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, _impl_.gold_price_paid_),
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, _impl_.crafting_count_),
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, _impl_.crafting_xp_),
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactRequest, _impl_.ingredients_),
+ 2,
+ 0,
+ 1,
+ 3,
+ 4,
+ 6,
+ 5,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactResponse, _impl_.item_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactResponse, _impl_.ei_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactResponse, _impl_.rarity_achieved_),
+ PROTOBUF_FIELD_OFFSET(::ei::CraftArtifactResponse, _impl_.server_id_),
+ 2,
+ 1,
+ 3,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, _impl_.ei_user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, _impl_.spec_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, _impl_.artifact_server_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, _impl_.original_item_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, _impl_.additional_server_ids_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, _impl_.additional_item_ids_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactRequest, _impl_.quantity_),
+ 3,
+ 0,
+ 2,
+ 1,
+ 4,
+ ~0u,
+ ~0u,
+ 5,
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, _impl_.success_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, _impl_.original_item_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, _impl_.additional_item_ids_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, _impl_.byproducts_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, _impl_.other_rewards_),
+ PROTOBUF_FIELD_OFFSET(::ei::ConsumeArtifactResponse, _impl_.ei_user_id_),
+ 2,
+ 1,
+ ~0u,
+ ~0u,
+ ~0u,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, _impl_.success_),
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, _impl_.original_item_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, _impl_.demote_),
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, _impl_.delete__),
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticateArtifactResponse, _impl_.ei_user_id_),
+ 2,
+ 1,
+ 3,
+ 4,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::SetArtifactRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::SetArtifactRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::SetArtifactRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::SetArtifactRequest, _impl_.artifact_),
+ PROTOBUF_FIELD_OFFSET(::ei::SetArtifactRequest, _impl_.stones_),
+ PROTOBUF_FIELD_OFFSET(::ei::SetArtifactRequest, _impl_.gold_price_paid_),
+ 0,
+ 1,
+ ~0u,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::SetArtifactResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::SetArtifactResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::SetArtifactResponse, _impl_.success_),
+ PROTOBUF_FIELD_OFFSET(::ei::SetArtifactResponse, _impl_.original_item_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::SetArtifactResponse, _impl_.ei_user_id_),
+ 2,
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSlot, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSlot, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSlot, _impl_.occupied_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSlot, _impl_.item_id_),
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSet, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSet, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSet, _impl_.slots_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_ActiveArtifactSet, _impl_.uid_),
+ ~0u,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, _impl_.spec_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, _impl_.discovered_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, _impl_.craftable_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, _impl_.recipe_discovered_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, _impl_.seen_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB_CraftableArtifact, _impl_.count_),
+ 0,
+ 2,
+ 3,
+ 4,
+ 5,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_.inventory_items_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_.item_sequence_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_.inventory_slots_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_.active_artifacts_deprecated_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_.active_artifact_sets_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_.saved_artifact_sets_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_.artifact_status_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_.fueling_mission_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_.mission_infos_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_.mission_archive_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_.discovered_artifacts_deprecated_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_.craftable_artifacts_deprecated_),
+ PROTOBUF_FIELD_OFFSET(::ei::ArtifactsDB, _impl_.crafting_counts_deprecated_),
+ ~0u,
+ 1,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ 0,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, _impl_.message_),
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, _impl_.version_),
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, _impl_.code_),
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, _impl_.compressed_),
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, _impl_.original_size_),
+ PROTOBUF_FIELD_OFFSET(::ei::AuthenticatedMessage, _impl_.user_id_),
+ 0,
+ 3,
+ 1,
+ 4,
+ 5,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::LogCompleteMissionPayload, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LogCompleteMissionPayload, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LogCompleteMissionPayload, _impl_.req_),
+ PROTOBUF_FIELD_OFFSET(::ei::LogCompleteMissionPayload, _impl_.res_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::LogCraftArtifactPayload, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LogCraftArtifactPayload, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LogCraftArtifactPayload, _impl_.req_),
+ PROTOBUF_FIELD_OFFSET(::ei::LogCraftArtifactPayload, _impl_.res_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::LogConsumeArtifactPayload, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LogConsumeArtifactPayload, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LogConsumeArtifactPayload, _impl_.req_),
+ PROTOBUF_FIELD_OFFSET(::ei::LogConsumeArtifactPayload, _impl_.res_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::LogSetArtifactPayload, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::LogSetArtifactPayload, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::LogSetArtifactPayload, _impl_.req_),
+ PROTOBUF_FIELD_OFFSET(::ei::LogSetArtifactPayload, _impl_.res_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::AccountTransferPayload, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::AccountTransferPayload, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::AccountTransferPayload, _impl_.from_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::AccountTransferPayload, _impl_.to_ei_user_id_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::SaveBackupResponse, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::SaveBackupResponse, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::SaveBackupResponse, _impl_.success_),
+ PROTOBUF_FIELD_OFFSET(::ei::SaveBackupResponse, _impl_.error_code_),
+ PROTOBUF_FIELD_OFFSET(::ei::SaveBackupResponse, _impl_.message_),
+ PROTOBUF_FIELD_OFFSET(::ei::SaveBackupResponse, _impl_.existing_backup_),
+ 2,
+ 3,
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::CleanAccountRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CleanAccountRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CleanAccountRequest, _impl_.ei_user_id_to_keep_),
+ PROTOBUF_FIELD_OFFSET(::ei::CleanAccountRequest, _impl_.game_services_id_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::ReturnEDTPayload, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ReturnEDTPayload, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ReturnEDTPayload, _impl_.ei_user_id_),
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::DLCItem, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCItem, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::DLCItem, _impl_.name_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCItem, _impl_.directory_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCItem, _impl_.ext_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCItem, _impl_.compressed_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCItem, _impl_.original_size_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCItem, _impl_.url_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCItem, _impl_.checksum_),
+ 0,
+ 1,
+ 2,
+ 6,
+ 5,
+ 3,
+ 4,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec_ShellPiece, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec_ShellPiece, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec_ShellPiece, _impl_.asset_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec_ShellPiece, _impl_.dlc_),
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.primary_piece_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.pieces_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.alt_assets_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.name_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.set_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.modified_geometry_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.price_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.required_eop_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.required_soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.required_parent_shell_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.is_new_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.expires_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.seconds_until_available_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.seconds_remaining_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.popularity_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSpec, _impl_.default_appearance_),
+ 0,
+ 4,
+ ~0u,
+ ~0u,
+ 1,
+ 2,
+ 11,
+ 5,
+ 6,
+ 7,
+ 3,
+ 12,
+ 13,
+ 9,
+ 8,
+ 10,
+ 14,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, _impl_.identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, _impl_.hex_color_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, _impl_.price_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, _impl_.sort_priority_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, _impl_.default_appearance_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec_VariationSpec, _impl_.custom_appearance_),
+ 0,
+ 1,
+ 2,
+ 5,
+ 3,
+ 4,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.name_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.price_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.price_mult_deprecated_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.discount_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.required_eop_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.required_soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.required_parent_set_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.is_new_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.expires_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.seconds_until_available_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.seconds_remaining_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.popularity_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.decorator_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.modified_geometry_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.element_set_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.hex_base_color_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.variations_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.icon_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.default_appearance_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellSetSpec, _impl_.custom_appearance_),
+ 0,
+ 1,
+ 5,
+ 19,
+ 16,
+ 6,
+ 7,
+ 3,
+ 11,
+ 12,
+ 17,
+ 15,
+ 18,
+ 13,
+ 14,
+ 8,
+ 2,
+ ~0u,
+ 4,
+ 9,
+ 10,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec_LODPiece, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec_LODPiece, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec_LODPiece, _impl_.dlc_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec_LODPiece, _impl_.lod_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.name_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.asset_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.object_class_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.icon_colors_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.price_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.required_eop_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.required_soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.is_new_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.expires_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.seconds_until_available_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.seconds_remaining_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.popularity_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.metadata_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.no_hats_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.chicken_animation_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.sort_priority_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.pieces_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellObjectSpec, _impl_.default_appearance_),
+ 0,
+ 1,
+ 15,
+ 2,
+ ~0u,
+ 3,
+ 4,
+ 5,
+ 6,
+ 7,
+ 12,
+ 11,
+ 13,
+ ~0u,
+ 8,
+ 10,
+ 14,
+ ~0u,
+ 9,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, _impl_.identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, _impl_.name_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, _impl_.asset_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, _impl_.member_ids_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellGroupSpec, _impl_.price_mult_deprecated_),
+ 0,
+ 1,
+ 3,
+ ~0u,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, _impl_.items_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, _impl_.shells_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, _impl_.shell_sets_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, _impl_.decorators_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, _impl_.shell_objects_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, _impl_.shell_groups_),
+ PROTOBUF_FIELD_OFFSET(::ei::DLCCatalog, _impl_.shells_showcase_last_featured_time_),
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellStatus, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellStatus, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellStatus, _impl_.identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellStatus, _impl_.owned_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellElementStatus, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellElementStatus, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellElementStatus, _impl_.element_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellElementStatus, _impl_.set_identifier_),
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetVariationStatus, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetVariationStatus, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetVariationStatus, _impl_.set_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetVariationStatus, _impl_.owned_variations_),
+ 0,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, _impl_.locked_elements_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, _impl_.shell_configs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, _impl_.shell_set_configs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, _impl_.configure_chickens_by_group_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, _impl_.group_configs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, _impl_.chicken_configs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, _impl_.lighting_config_enabled_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_FarmConfiguration, _impl_.lighting_config_),
+ ~0u,
+ ~0u,
+ ~0u,
+ 1,
+ ~0u,
+ ~0u,
+ 2,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, _impl_.id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, _impl_.config_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, _impl_.client_save_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, _impl_.server_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, _impl_.display_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_SavedFarmConfiguration, _impl_.purchased_),
+ 0,
+ 3,
+ 4,
+ 1,
+ 2,
+ 5,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellConfiguration, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellConfiguration, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellConfiguration, _impl_.asset_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellConfiguration, _impl_.index_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellConfiguration, _impl_.shell_identifier_),
+ 2,
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, _impl_.element_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, _impl_.index_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, _impl_.shell_set_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, _impl_.variation_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellSetConfiguration, _impl_.decorator_identifier_),
+ 4,
+ 3,
+ 0,
+ 1,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellGroupConfiguration, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellGroupConfiguration, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellGroupConfiguration, _impl_.asset_type_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ShellGroupConfiguration, _impl_.group_identifier_),
+ 1,
+ 0,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ChickenConfig, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ChickenConfig, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ChickenConfig, _impl_.chicken_identifier_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_ChickenConfig, _impl_.hat_identifier_),
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, _impl_.light_dir_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, _impl_.light_direct_color_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, _impl_.light_direct_intensity_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, _impl_.light_ambient_color_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, _impl_.light_ambient_intensity_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, _impl_.fog_color_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, _impl_.fog_near_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, _impl_.fog_far_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB_LightingConfig, _impl_.fog_density_),
+ 0,
+ 1,
+ 4,
+ 2,
+ 5,
+ 3,
+ 6,
+ 7,
+ 8,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _impl_.shell_inventory_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _impl_.shell_element_inventory_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _impl_.shell_variation_inventory_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _impl_.shell_set_inventory_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _impl_.shell_object_inventory_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _impl_.farm_configs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _impl_.saved_configs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _impl_.new_shells_downloaded_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _impl_.new_shells_seen_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _impl_.last_showcase_featured_time_seen_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellDB, _impl_.lighting_controls_unlocked_),
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ ~0u,
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats_Entry, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats_Entry, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats_Entry, _impl_.id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats_Entry, _impl_.element_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats_Entry, _impl_.spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats_Entry, _impl_.count_),
+ 0,
+ 3,
+ 1,
+ 2,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellPopularityStats, _impl_.data_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _impl_.action_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _impl_.sub_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _impl_.farm_element_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _impl_.cost_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _impl_.approx_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _impl_.version_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _impl_.farm_index_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _impl_.soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _impl_.tickets_spent_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionLog, _impl_.gold_spent_),
+ 4,
+ 0,
+ 1,
+ 2,
+ 11,
+ 6,
+ 5,
+ 3,
+ 7,
+ 8,
+ 9,
+ 10,
+ PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, _impl_.local_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, _impl_.user_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, _impl_.public_username_),
+ PROTOBUF_FIELD_OFFSET(::ei::SubmitShellShowcaseRequest, _impl_.farm_config_),
+ 3,
+ 0,
+ 1,
+ 4,
+ 2,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcase, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcase, _impl_.top_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcase, _impl_.featured_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcase, _impl_.fresh_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.local_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.name_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.description_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.is_new_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.creator_name_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.status_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.farm_config_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.sales_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.gross_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.views_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.equips_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.likes_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.dislikes_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingInfo, _impl_.share_url_),
+ 0,
+ 4,
+ 1,
+ 2,
+ 14,
+ 5,
+ 12,
+ 6,
+ 8,
+ 7,
+ 10,
+ 13,
+ 9,
+ 11,
+ 3,
+ PROTOBUF_FIELD_OFFSET(::ei::ShowcaseRoyaltyDeliveryConfirmation, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShowcaseRoyaltyDeliveryConfirmation, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShowcaseRoyaltyDeliveryConfirmation, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShowcaseRoyaltyDeliveryConfirmation, _impl_.ids_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShowcaseRoyaltyDeliveryConfirmation, _impl_.amount_),
+ 0,
+ ~0u,
+ 1,
+ ~0u, // no _has_bits_
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingSet, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellShowcaseListingSet, _impl_.listings_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionBatch, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionBatch, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionBatch, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::ShellsActionBatch, _impl_.actions_),
+ 0,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.overall_status_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.start_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.completion_time_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.num_prestiges_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.soul_eggs_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.eggs_of_prophecy_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.iap_status_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.verified_pro_permit_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.verified_piggy_breaks_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.verified_other_iap_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.unverified_iap_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.gold_earned_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.regular_iap_buyer_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.regular_iap_cheater_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.artifacts_status_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.missions_completed_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.artifacts_collected_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.artifacts_consumed_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.artifacts_in_inventory_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.rare_artifacts_in_inventory_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.rare_artifacts_on_server_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.legendary_artifacts_in_inventory_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.legendary_artifacts_on_server_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.gold_spent_crafting_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.excessive_consumes_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.excessive_inventory_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.excessive_spend_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.contracts_status_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.num_coop_memberships_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.valid_contracts_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.invalid_contracts_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.excessive_eop_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.excessive_invalid_contracts_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.verified_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.verification_override_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserVerificationAnalysis, _impl_.verification_override_value_),
+ 2,
+ 0,
+ 1,
+ 12,
+ 13,
+ 23,
+ 15,
+ 16,
+ 3,
+ 4,
+ 5,
+ 11,
+ 17,
+ 18,
+ 20,
+ 8,
+ 6,
+ 7,
+ 10,
+ 31,
+ 32,
+ 33,
+ 34,
+ 21,
+ 19,
+ 24,
+ 25,
+ 22,
+ 9,
+ 14,
+ ~0u,
+ 26,
+ 27,
+ 28,
+ 29,
+ 30,
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo_HistoryEntry, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo_HistoryEntry, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo_HistoryEntry, _impl_.timestamp_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo_HistoryEntry, _impl_.message_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo_HistoryEntry, _impl_.message_),
+ 2,
+ 0,
+ 1,
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.subscription_level_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.next_subscription_level_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.lock_next_subscription_level_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.platform_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.original_transaction_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.linked_transaction_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.acknowledged_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.first_subscribed_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.period_end_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.status_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.store_status_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.auto_renew_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.sandbox_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.last_updated_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.history_),
+ PROTOBUF_FIELD_OFFSET(::ei::UserSubscriptionInfo, _impl_.past_user_ids_),
+ 8,
+ 9,
+ 10,
+ 7,
+ 0,
+ 2,
+ 11,
+ 3,
+ 4,
+ 6,
+ 1,
+ 12,
+ 13,
+ 5,
+ ~0u,
+ ~0u,
+ PROTOBUF_FIELD_OFFSET(::ei::SubscriptionChangeHintRequest, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::SubscriptionChangeHintRequest, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::SubscriptionChangeHintRequest, _impl_.rinfo_),
+ PROTOBUF_FIELD_OFFSET(::ei::SubscriptionChangeHintRequest, _impl_.original_transaction_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::SubscriptionChangeHintRequest, _impl_.next_subscription_level_),
+ 1,
+ 0,
+ 2,
+ PROTOBUF_FIELD_OFFSET(::ei::CXPEvalRolloutInfo, _impl_._has_bits_),
+ PROTOBUF_FIELD_OFFSET(::ei::CXPEvalRolloutInfo, _internal_metadata_),
+ ~0u, // no _extensions_
+ ~0u, // no _oneof_case_
+ ~0u, // no _weak_field_map_
+ ~0u, // no _inlined_string_donated_
+ ~0u, // no _split_
+ ~0u, // no sizeof(Split)
+ PROTOBUF_FIELD_OFFSET(::ei::CXPEvalRolloutInfo, _impl_.current_id_),
+ PROTOBUF_FIELD_OFFSET(::ei::CXPEvalRolloutInfo, _impl_.basis_points_),
+ 0,
+ 1,
+};
+
+static const ::_pbi::MigrationSchema
+ schemas[] ABSL_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
+ {0, 11, -1, sizeof(::ei::Vector3)},
+ {14, 26, -1, sizeof(::ei::Vector4)},
+ {30, 68, -1, sizeof(::ei::Backup_Settings)},
+ {98, 117, -1, sizeof(::ei::Backup_Tutorial)},
+ {128, 154, -1, sizeof(::ei::Backup_Stats)},
+ {172, 219, -1, sizeof(::ei::Backup_Game)},
+ {258, 284, -1, sizeof(::ei::Backup_Artifacts)},
+ {302, 313, -1, sizeof(::ei::Backup_Shells)},
+ {316, 355, -1, sizeof(::ei::Backup_Simulation)},
+ {386, 398, -1, sizeof(::ei::Backup_Mission)},
+ {402, 435, -1, sizeof(::ei::Backup_Misc)},
+ {460, 470, -1, sizeof(::ei::Backup_ResearchItem)},
+ {472, 482, -1, sizeof(::ei::Backup_NewsHeadline)},
+ {484, 494, -1, sizeof(::ei::Backup_AchievementInfo)},
+ {496, 507, -1, sizeof(::ei::Backup_ActiveBoost)},
+ {510, 520, -1, sizeof(::ei::Backup_OwnedBoost)},
+ {522, 533, -1, sizeof(::ei::Backup_MissionInfo)},
+ {536, 571, -1, sizeof(::ei::Backup)},
+ {598, 614, -1, sizeof(::ei::EggIncFirstContactRequest)},
+ {622, 635, -1, sizeof(::ei::EggIncFirstContactResponse)},
+ {640, -1, -1, sizeof(::ei::EggIncAdConfig)},
+ {649, 659, -1, sizeof(::ei::DailyGiftInfo)},
+ {661, 676, -1, sizeof(::ei::SalesInfoRequest)},
+ {683, 695, -1, sizeof(::ei::IAPSaleEntry)},
+ {699, -1, -1, sizeof(::ei::SalesInfo)},
+ {708, 724, -1, sizeof(::ei::EggIncEvent)},
+ {732, -1, -1, sizeof(::ei::EggIncCurrentEvents)},
+ {741, 762, -1, sizeof(::ei::DeviceInfo)},
+ {775, 812, -1, sizeof(::ei::AppInfo)},
+ {841, 851, -1, sizeof(::ei::ActionKeyValuePair)},
+ {853, 870, -1, sizeof(::ei::GenericAction)},
+ {879, 889, -1, sizeof(::ei::GenericActionBatchRequest)},
+ {891, 907, -1, sizeof(::ei::VerifyPurchaseRequest)},
+ {915, 925, -1, sizeof(::ei::VerifyPurchaseResponse)},
+ {927, 945, -1, sizeof(::ei::CurrencyFlowLog)},
+ {955, 965, -1, sizeof(::ei::CurrencyFlowBatchRequest)},
+ {967, 978, -1, sizeof(::ei::Reward)},
+ {981, 992, -1, sizeof(::ei::GameModifier)},
+ {995, 1013, -1, sizeof(::ei::CustomEgg)},
+ {1023, 1037, -1, sizeof(::ei::Contract_Goal)},
+ {1043, -1, -1, sizeof(::ei::Contract_GoalSet)},
+ {1052, 1064, -1, sizeof(::ei::Contract_GradeSpec)},
+ {1068, 1100, -1, sizeof(::ei::Contract)},
+ {1124, 1136, -1, sizeof(::ei::ContractSeasonGoal)},
+ {1140, 1151, -1, sizeof(::ei::ContractSeasonRewardConfirmationRequest)},
+ {1154, 1164, -1, sizeof(::ei::ContractSeasonInfo_GoalSet)},
+ {1166, 1177, -1, sizeof(::ei::ContractSeasonInfo)},
+ {1180, -1, -1, sizeof(::ei::ContractSeasonInfos)},
+ {1189, 1202, -1, sizeof(::ei::ContractPlayerInfo_SeasonProgress)},
+ {1207, 1230, -1, sizeof(::ei::ContractPlayerInfo)},
+ {1245, 1287, -1, sizeof(::ei::ContractEvaluation)},
+ {1321, 1332, -1, sizeof(::ei::ContractCitation)},
+ {1335, 1345, -1, sizeof(::ei::ContractEvaluationBatch_Pair)},
+ {1347, -1, -1, sizeof(::ei::ContractEvaluationBatch)},
+ {1356, 1371, -1, sizeof(::ei::CoopCompletionSnapshot_ContributorSnapshot)},
+ {1378, -1, -1, sizeof(::ei::CoopCompletionSnapshot)},
+ {1387, 1403, -1, sizeof(::ei::BasicRequestInfo)},
+ {1411, 1426, -1, sizeof(::ei::ContractSimConfig_ContractGradeSimConfig_GoalParams)},
+ {1433, 1443, -1, sizeof(::ei::ContractSimConfig_ContractGradeSimConfig)},
+ {1445, -1, -1, sizeof(::ei::ContractSimConfig)},
+ {1454, 1463, -1, sizeof(::ei::ContractSimPoll)},
+ {1464, 1474, -1, sizeof(::ei::ContractSimPollResponse)},
+ {1476, 1487, -1, sizeof(::ei::ContractSimResultUpdate_GoalInfo)},
+ {1490, 1500, -1, sizeof(::ei::ContractSimResultUpdate)},
+ {1502, 1513, -1, sizeof(::ei::ContractsRequest)},
+ {1516, 1531, -1, sizeof(::ei::ContractsResponse)},
+ {1538, 1551, -1, sizeof(::ei::ContractCoopStatusRequest)},
+ {1556, 1570, -1, sizeof(::ei::FarmProductionParams)},
+ {1576, 1606, -1, sizeof(::ei::PlayerFarmInfo)},
+ {1628, 1660, -1, sizeof(::ei::ContractCoopStatusResponse_ContributionInfo)},
+ {1684, 1696, -1, sizeof(::ei::ContractCoopStatusResponse_CoopGift)},
+ {1700, 1711, -1, sizeof(::ei::ContractCoopStatusResponse_ChickenRun)},
+ {1714, 1741, -1, sizeof(::ei::ContractCoopStatusResponse)},
+ {1760, 1791, -1, sizeof(::ei::LocalContract)},
+ {1814, 1831, -1, sizeof(::ei::MyContracts)},
+ {1840, 1854, -1, sizeof(::ei::QueryCoopRequest)},
+ {1860, 1875, -1, sizeof(::ei::QueryCoopResponse)},
+ {1882, 1906, -1, sizeof(::ei::CreateCoopRequest)},
+ {1922, 1932, -1, sizeof(::ei::CreateCoopResponse)},
+ {1934, 1955, -1, sizeof(::ei::JoinCoopRequest)},
+ {1968, 1986, -1, sizeof(::ei::JoinCoopResponse)},
+ {1996, 2016, -1, sizeof(::ei::AutoJoinCoopRequest)},
+ {2028, 2042, -1, sizeof(::ei::UpdateCoopPermissionsRequest)},
+ {2048, 2058, -1, sizeof(::ei::UpdateCoopPermissionsResponse)},
+ {2060, 2073, -1, sizeof(::ei::LeaveCoopRequest)},
+ {2078, 2094, -1, sizeof(::ei::GiftPlayerCoopRequest)},
+ {2102, 2118, -1, sizeof(::ei::SendChickenRunCoopRequest)},
+ {2126, 2139, -1, sizeof(::ei::ReportPlayerCoopRequest)},
+ {2144, 2159, -1, sizeof(::ei::KickPlayerCoopRequest)},
+ {2166, 2182, -1, sizeof(::ei::IdleSessionSummary)},
+ {2190, 2216, -1, sizeof(::ei::ContractCoopStatusUpdateRequest)},
+ {2234, 2245, -1, sizeof(::ei::ContractCoopStatusUpdateResponse)},
+ {2248, 2259, -1, sizeof(::ei::CoopBuffState)},
+ {2262, -1, -1, sizeof(::ei::CoopBuffHistory)},
+ {2271, 2281, -1, sizeof(::ei::CoopChickenRunEntry)},
+ {2283, -1, -1, sizeof(::ei::CoopLastChickenRunTimes)},
+ {2292, 2306, -1, sizeof(::ei::LeaderboardAnalysis_Chunk)},
+ {2312, 2325, -1, sizeof(::ei::LeaderboardAnalysis)},
+ {2330, 2340, -1, sizeof(::ei::LeaderboardInfo_Season)},
+ {2342, 2352, -1, sizeof(::ei::LeaderboardInfo)},
+ {2354, 2365, -1, sizeof(::ei::LeaderboardRequest)},
+ {2368, 2379, -1, sizeof(::ei::LeaderboardResponse_Entry)},
+ {2382, 2396, -1, sizeof(::ei::LeaderboardResponse)},
+ {2402, -1, -1, sizeof(::ei::ContractsArchive)},
+ {2411, 2438, -1, sizeof(::ei::ContractAction)},
+ {2457, 2469, -1, sizeof(::ei::UserDataInfoRequest)},
+ {2473, 2484, -1, sizeof(::ei::UserDataInfoResponse)},
+ {2487, 2499, -1, sizeof(::ei::ClearAllUserDataRequest)},
+ {2503, 2515, -1, sizeof(::ei::ServerGift)},
+ {2519, 2531, -1, sizeof(::ei::LiveConfig_BoostsConfig_ItemConfig)},
+ {2535, 2545, -1, sizeof(::ei::LiveConfig_BoostsConfig)},
+ {2547, 2561, -1, sizeof(::ei::LiveConfig_GiftConfig_GiftValueConfig)},
+ {2567, 2578, -1, sizeof(::ei::LiveConfig_GiftConfig_GiftMuConfig)},
+ {2581, 2605, -1, sizeof(::ei::LiveConfig_GiftConfig)},
+ {2621, 2643, -1, sizeof(::ei::LiveConfig_MiscConfig)},
+ {2657, 2671, -1, sizeof(::ei::LiveConfig_HelpConfig_HowToVideoInfo)},
+ {2677, -1, -1, sizeof(::ei::LiveConfig_HelpConfig)},
+ {2686, 2699, -1, sizeof(::ei::LiveConfig)},
+ {2704, 2739, -1, sizeof(::ei::InGameMail)},
+ {2766, 2777, -1, sizeof(::ei::MailDB)},
+ {2780, -1, -1, sizeof(::ei::TipsDB)},
+ {2789, 2800, -1, sizeof(::ei::MailState_TipState)},
+ {2803, 2814, -1, sizeof(::ei::MailState)},
+ {2817, 2827, -1, sizeof(::ei::PeriodicalsResponse_RoyaltyInfo)},
+ {2829, 2847, -1, sizeof(::ei::PeriodicalsResponse)},
+ {2857, 2879, -1, sizeof(::ei::GetPeriodicalsRequest)},
+ {2893, 2909, -1, sizeof(::ei::ConfigRequest)},
+ {2917, 2928, -1, sizeof(::ei::ConfigResponse)},
+ {2931, 2943, -1, sizeof(::ei::AdAttributionRawData)},
+ {2947, 2964, -1, sizeof(::ei::AdAttributionRow)},
+ {2973, 2999, -1, sizeof(::ei::AdAttributionInfo)},
+ {3017, 3028, -1, sizeof(::ei::ArtifactsClientInfo_LaunchCount)},
+ {3031, 3045, -1, sizeof(::ei::ArtifactsClientInfo)},
+ {3051, 3061, -1, sizeof(::ei::MissionInfo_Fuel)},
+ {3063, 3084, -1, sizeof(::ei::MissionInfo)},
+ {3097, 3109, -1, sizeof(::ei::ArtifactSpec)},
+ {3113, 3123, -1, sizeof(::ei::CompleteArtifact)},
+ {3125, 3137, -1, sizeof(::ei::ArtifactInventoryItem)},
+ {3141, 3151, -1, sizeof(::ei::InventorySlot)},
+ {3153, 3163, -1, sizeof(::ei::ArtifactsConfigurationRequest)},
+ {3165, 3181, -1, sizeof(::ei::ArtifactsConfigurationResponse_MissionParameters_Duration)},
+ {3189, 3201, -1, sizeof(::ei::ArtifactsConfigurationResponse_MissionParameters)},
+ {3205, 3222, -1, sizeof(::ei::ArtifactsConfigurationResponse_ArtifactParameters)},
+ {3231, 3241, -1, sizeof(::ei::ArtifactsConfigurationResponse_CraftingLevelInfo)},
+ {3243, -1, -1, sizeof(::ei::ArtifactsConfigurationResponse)},
+ {3254, 3267, -1, sizeof(::ei::MissionRequest)},
+ {3272, 3282, -1, sizeof(::ei::MissionResponse)},
+ {3284, 3294, -1, sizeof(::ei::GetActiveMissionsResponse)},
+ {3296, 3306, -1, sizeof(::ei::CompleteMissionResponse_SecureArtifactSpec)},
+ {3308, 3321, -1, sizeof(::ei::CompleteMissionResponse)},
+ {3326, 3340, -1, sizeof(::ei::CollectContractArtifactRewardsRequest)},
+ {3346, 3362, -1, sizeof(::ei::CraftArtifactRequest)},
+ {3370, 3382, -1, sizeof(::ei::CraftArtifactResponse)},
+ {3386, 3402, -1, sizeof(::ei::ConsumeArtifactRequest)},
+ {3410, 3424, -1, sizeof(::ei::ConsumeArtifactResponse)},
+ {3430, 3443, -1, sizeof(::ei::AuthenticateArtifactResponse)},
+ {3448, 3460, -1, sizeof(::ei::SetArtifactRequest)},
+ {3464, 3475, -1, sizeof(::ei::SetArtifactResponse)},
+ {3478, 3488, -1, sizeof(::ei::ArtifactsDB_ActiveArtifactSlot)},
+ {3490, 3500, -1, sizeof(::ei::ArtifactsDB_ActiveArtifactSet)},
+ {3502, 3516, -1, sizeof(::ei::ArtifactsDB_CraftableArtifact)},
+ {3522, 3543, -1, sizeof(::ei::ArtifactsDB)},
+ {3556, 3570, -1, sizeof(::ei::AuthenticatedMessage)},
+ {3576, 3586, -1, sizeof(::ei::LogCompleteMissionPayload)},
+ {3588, 3598, -1, sizeof(::ei::LogCraftArtifactPayload)},
+ {3600, 3610, -1, sizeof(::ei::LogConsumeArtifactPayload)},
+ {3612, 3622, -1, sizeof(::ei::LogSetArtifactPayload)},
+ {3624, 3634, -1, sizeof(::ei::AccountTransferPayload)},
+ {3636, 3648, -1, sizeof(::ei::SaveBackupResponse)},
+ {3652, 3662, -1, sizeof(::ei::CleanAccountRequest)},
+ {3664, 3673, -1, sizeof(::ei::ReturnEDTPayload)},
+ {3674, 3689, -1, sizeof(::ei::DLCItem)},
+ {3696, 3706, -1, sizeof(::ei::ShellSpec_ShellPiece)},
+ {3708, 3733, -1, sizeof(::ei::ShellSpec)},
+ {3750, 3764, -1, sizeof(::ei::ShellSetSpec_VariationSpec)},
+ {3770, 3799, -1, sizeof(::ei::ShellSetSpec)},
+ {3820, 3830, -1, sizeof(::ei::ShellObjectSpec_LODPiece)},
+ {3832, 3859, -1, sizeof(::ei::ShellObjectSpec)},
+ {3878, 3891, -1, sizeof(::ei::ShellGroupSpec)},
+ {3896, 3911, -1, sizeof(::ei::DLCCatalog)},
+ {3918, 3928, -1, sizeof(::ei::ShellDB_ShellStatus)},
+ {3930, 3940, -1, sizeof(::ei::ShellDB_ShellElementStatus)},
+ {3942, 3952, -1, sizeof(::ei::ShellDB_ShellSetVariationStatus)},
+ {3954, 3970, -1, sizeof(::ei::ShellDB_FarmConfiguration)},
+ {3978, 3992, -1, sizeof(::ei::ShellDB_SavedFarmConfiguration)},
+ {3998, 4009, -1, sizeof(::ei::ShellDB_ShellConfiguration)},
+ {4012, 4025, -1, sizeof(::ei::ShellDB_ShellSetConfiguration)},
+ {4030, 4040, -1, sizeof(::ei::ShellDB_ShellGroupConfiguration)},
+ {4042, 4052, -1, sizeof(::ei::ShellDB_ChickenConfig)},
+ {4054, 4071, -1, sizeof(::ei::ShellDB_LightingConfig)},
+ {4080, 4099, -1, sizeof(::ei::ShellDB)},
+ {4110, 4122, -1, sizeof(::ei::ShellPopularityStats_Entry)},
+ {4126, -1, -1, sizeof(::ei::ShellPopularityStats)},
+ {4135, 4155, -1, sizeof(::ei::ShellsActionLog)},
+ {4167, 4180, -1, sizeof(::ei::SubmitShellShowcaseRequest)},
+ {4185, -1, -1, sizeof(::ei::ShellShowcase)},
+ {4196, 4219, -1, sizeof(::ei::ShellShowcaseListingInfo)},
+ {4234, 4245, -1, sizeof(::ei::ShowcaseRoyaltyDeliveryConfirmation)},
+ {4248, -1, -1, sizeof(::ei::ShellShowcaseListingSet)},
+ {4257, 4267, -1, sizeof(::ei::ShellsActionBatch)},
+ {4269, 4313, -1, sizeof(::ei::UserVerificationAnalysis)},
+ {4349, 4360, -1, sizeof(::ei::UserSubscriptionInfo_HistoryEntry)},
+ {4363, 4387, -1, sizeof(::ei::UserSubscriptionInfo)},
+ {4403, 4414, -1, sizeof(::ei::SubscriptionChangeHintRequest)},
+ {4417, 4427, -1, sizeof(::ei::CXPEvalRolloutInfo)},
};
-
static const ::_pb::Message* const file_default_instances[] = {
- &::ei::_Vector3_default_instance_._instance,
- &::ei::_Vector4_default_instance_._instance,
- &::ei::_Backup_Settings_default_instance_._instance,
- &::ei::_Backup_Tutorial_default_instance_._instance,
- &::ei::_Backup_Stats_default_instance_._instance,
- &::ei::_Backup_Game_default_instance_._instance,
- &::ei::_Backup_Artifacts_default_instance_._instance,
- &::ei::_Backup_Shells_default_instance_._instance,
- &::ei::_Backup_Simulation_default_instance_._instance,
- &::ei::_Backup_Mission_default_instance_._instance,
- &::ei::_Backup_Misc_default_instance_._instance,
- &::ei::_Backup_ResearchItem_default_instance_._instance,
- &::ei::_Backup_NewsHeadline_default_instance_._instance,
- &::ei::_Backup_AchievementInfo_default_instance_._instance,
- &::ei::_Backup_ActiveBoost_default_instance_._instance,
- &::ei::_Backup_OwnedBoost_default_instance_._instance,
- &::ei::_Backup_MissionInfo_default_instance_._instance,
- &::ei::_Backup_default_instance_._instance,
- &::ei::_EggIncFirstContactRequest_default_instance_._instance,
- &::ei::_EggIncFirstContactResponse_default_instance_._instance,
- &::ei::_EggIncAdConfig_default_instance_._instance,
- &::ei::_DailyGiftInfo_default_instance_._instance,
- &::ei::_SalesInfoRequest_default_instance_._instance,
- &::ei::_IAPSaleEntry_default_instance_._instance,
- &::ei::_SalesInfo_default_instance_._instance,
- &::ei::_EggIncEvent_default_instance_._instance,
- &::ei::_EggIncCurrentEvents_default_instance_._instance,
- &::ei::_DeviceInfo_default_instance_._instance,
- &::ei::_AppInfo_default_instance_._instance,
- &::ei::_ActionKeyValuePair_default_instance_._instance,
- &::ei::_GenericAction_default_instance_._instance,
- &::ei::_GenericActionBatchRequest_default_instance_._instance,
- &::ei::_VerifyPurchaseRequest_default_instance_._instance,
- &::ei::_VerifyPurchaseResponse_default_instance_._instance,
- &::ei::_CurrencyFlowLog_default_instance_._instance,
- &::ei::_CurrencyFlowBatchRequest_default_instance_._instance,
- &::ei::_Reward_default_instance_._instance,
- &::ei::_GameModifier_default_instance_._instance,
- &::ei::_CustomEgg_default_instance_._instance,
- &::ei::_Contract_Goal_default_instance_._instance,
- &::ei::_Contract_GoalSet_default_instance_._instance,
- &::ei::_Contract_GradeSpec_default_instance_._instance,
- &::ei::_Contract_default_instance_._instance,
- &::ei::_ContractPlayerInfo_default_instance_._instance,
- &::ei::_ContractEvaluation_default_instance_._instance,
- &::ei::_ContractCitation_default_instance_._instance,
- &::ei::_ContractEvaluationBatch_Pair_default_instance_._instance,
- &::ei::_ContractEvaluationBatch_default_instance_._instance,
- &::ei::_CoopCompletionSnapshot_ContributorSnapshot_default_instance_._instance,
- &::ei::_CoopCompletionSnapshot_default_instance_._instance,
- &::ei::_BasicRequestInfo_default_instance_._instance,
- &::ei::_ContractSimConfig_ContractGradeSimConfig_GoalParams_default_instance_._instance,
- &::ei::_ContractSimConfig_ContractGradeSimConfig_default_instance_._instance,
- &::ei::_ContractSimConfig_default_instance_._instance,
- &::ei::_ContractSimPoll_default_instance_._instance,
- &::ei::_ContractSimPollResponse_default_instance_._instance,
- &::ei::_ContractSimResultUpdate_GoalInfo_default_instance_._instance,
- &::ei::_ContractSimResultUpdate_default_instance_._instance,
- &::ei::_ContractsRequest_default_instance_._instance,
- &::ei::_ContractsResponse_default_instance_._instance,
- &::ei::_ContractCoopStatusRequest_default_instance_._instance,
- &::ei::_FarmProductionParams_default_instance_._instance,
- &::ei::_PlayerFarmInfo_default_instance_._instance,
- &::ei::_ContractCoopStatusResponse_ContributionInfo_default_instance_._instance,
- &::ei::_ContractCoopStatusResponse_CoopGift_default_instance_._instance,
- &::ei::_ContractCoopStatusResponse_ChickenRun_default_instance_._instance,
- &::ei::_ContractCoopStatusResponse_default_instance_._instance,
- &::ei::_LocalContract_default_instance_._instance,
- &::ei::_MyContracts_default_instance_._instance,
- &::ei::_QueryCoopRequest_default_instance_._instance,
- &::ei::_QueryCoopResponse_default_instance_._instance,
- &::ei::_CreateCoopRequest_default_instance_._instance,
- &::ei::_CreateCoopResponse_default_instance_._instance,
- &::ei::_JoinCoopRequest_default_instance_._instance,
- &::ei::_JoinCoopResponse_default_instance_._instance,
- &::ei::_AutoJoinCoopRequest_default_instance_._instance,
- &::ei::_UpdateCoopPermissionsRequest_default_instance_._instance,
- &::ei::_UpdateCoopPermissionsResponse_default_instance_._instance,
- &::ei::_LeaveCoopRequest_default_instance_._instance,
- &::ei::_GiftPlayerCoopRequest_default_instance_._instance,
- &::ei::_SendChickenRunCoopRequest_default_instance_._instance,
- &::ei::_ReportPlayerCoopRequest_default_instance_._instance,
- &::ei::_KickPlayerCoopRequest_default_instance_._instance,
- &::ei::_ContractCoopStatusUpdateRequest_default_instance_._instance,
- &::ei::_ContractCoopStatusUpdateResponse_default_instance_._instance,
- &::ei::_CoopBuffState_default_instance_._instance,
- &::ei::_CoopBuffHistory_default_instance_._instance,
- &::ei::_CoopChickenRunEntry_default_instance_._instance,
- &::ei::_CoopLastChickenRunTimes_default_instance_._instance,
- &::ei::_LeaderboardAnalysis_Chunk_default_instance_._instance,
- &::ei::_LeaderboardAnalysis_default_instance_._instance,
- &::ei::_LeaderboardInfo_Season_default_instance_._instance,
- &::ei::_LeaderboardInfo_default_instance_._instance,
- &::ei::_LeaderboardRequest_default_instance_._instance,
- &::ei::_LeaderboardResponse_Entry_default_instance_._instance,
- &::ei::_LeaderboardResponse_default_instance_._instance,
- &::ei::_ContractsArchive_default_instance_._instance,
- &::ei::_ContractAction_default_instance_._instance,
- &::ei::_UserDataInfoRequest_default_instance_._instance,
- &::ei::_UserDataInfoResponse_default_instance_._instance,
- &::ei::_ClearAllUserDataRequest_default_instance_._instance,
- &::ei::_ServerGift_default_instance_._instance,
- &::ei::_LiveConfig_BoostsConfig_ItemConfig_default_instance_._instance,
- &::ei::_LiveConfig_BoostsConfig_default_instance_._instance,
- &::ei::_LiveConfig_GiftConfig_GiftValueConfig_default_instance_._instance,
- &::ei::_LiveConfig_GiftConfig_GiftMuConfig_default_instance_._instance,
- &::ei::_LiveConfig_GiftConfig_default_instance_._instance,
- &::ei::_LiveConfig_MiscConfig_default_instance_._instance,
- &::ei::_LiveConfig_HelpConfig_HowToVideoInfo_default_instance_._instance,
- &::ei::_LiveConfig_HelpConfig_default_instance_._instance,
- &::ei::_LiveConfig_default_instance_._instance,
- &::ei::_InGameMail_default_instance_._instance,
- &::ei::_MailDB_default_instance_._instance,
- &::ei::_TipsDB_default_instance_._instance,
- &::ei::_MailState_TipState_default_instance_._instance,
- &::ei::_MailState_default_instance_._instance,
- &::ei::_PeriodicalsResponse_RoyaltyInfo_default_instance_._instance,
- &::ei::_PeriodicalsResponse_default_instance_._instance,
- &::ei::_GetPeriodicalsRequest_default_instance_._instance,
- &::ei::_ConfigRequest_default_instance_._instance,
- &::ei::_ConfigResponse_default_instance_._instance,
- &::ei::_AdAttributionRawData_default_instance_._instance,
- &::ei::_AdAttributionRow_default_instance_._instance,
- &::ei::_AdAttributionInfo_default_instance_._instance,
- &::ei::_ArtifactsClientInfo_LaunchCount_default_instance_._instance,
- &::ei::_ArtifactsClientInfo_default_instance_._instance,
- &::ei::_MissionInfo_Fuel_default_instance_._instance,
- &::ei::_MissionInfo_default_instance_._instance,
- &::ei::_ArtifactSpec_default_instance_._instance,
- &::ei::_CompleteArtifact_default_instance_._instance,
- &::ei::_ArtifactInventoryItem_default_instance_._instance,
- &::ei::_InventorySlot_default_instance_._instance,
- &::ei::_ArtifactsConfigurationRequest_default_instance_._instance,
- &::ei::_ArtifactsConfigurationResponse_MissionParameters_Duration_default_instance_._instance,
- &::ei::_ArtifactsConfigurationResponse_MissionParameters_default_instance_._instance,
- &::ei::_ArtifactsConfigurationResponse_ArtifactParameters_default_instance_._instance,
- &::ei::_ArtifactsConfigurationResponse_CraftingLevelInfo_default_instance_._instance,
- &::ei::_ArtifactsConfigurationResponse_default_instance_._instance,
- &::ei::_MissionRequest_default_instance_._instance,
- &::ei::_MissionResponse_default_instance_._instance,
- &::ei::_GetActiveMissionsResponse_default_instance_._instance,
- &::ei::_CompleteMissionResponse_SecureArtifactSpec_default_instance_._instance,
- &::ei::_CompleteMissionResponse_default_instance_._instance,
- &::ei::_CollectContractArtifactRewardsRequest_default_instance_._instance,
- &::ei::_CraftArtifactRequest_default_instance_._instance,
- &::ei::_CraftArtifactResponse_default_instance_._instance,
- &::ei::_ConsumeArtifactRequest_default_instance_._instance,
- &::ei::_ConsumeArtifactResponse_default_instance_._instance,
- &::ei::_AuthenticateArtifactResponse_default_instance_._instance,
- &::ei::_SetArtifactRequest_default_instance_._instance,
- &::ei::_SetArtifactResponse_default_instance_._instance,
- &::ei::_ArtifactsDB_ActiveArtifactSlot_default_instance_._instance,
- &::ei::_ArtifactsDB_ActiveArtifactSet_default_instance_._instance,
- &::ei::_ArtifactsDB_CraftableArtifact_default_instance_._instance,
- &::ei::_ArtifactsDB_default_instance_._instance,
- &::ei::_AuthenticatedMessage_default_instance_._instance,
- &::ei::_LogCompleteMissionPayload_default_instance_._instance,
- &::ei::_LogCraftArtifactPayload_default_instance_._instance,
- &::ei::_LogConsumeArtifactPayload_default_instance_._instance,
- &::ei::_LogSetArtifactPayload_default_instance_._instance,
- &::ei::_AccountTransferPayload_default_instance_._instance,
- &::ei::_SaveBackupResponse_default_instance_._instance,
- &::ei::_CleanAccountRequest_default_instance_._instance,
- &::ei::_ReturnEDTPayload_default_instance_._instance,
- &::ei::_DLCItem_default_instance_._instance,
- &::ei::_ShellSpec_ShellPiece_default_instance_._instance,
- &::ei::_ShellSpec_default_instance_._instance,
- &::ei::_ShellSetSpec_VariationSpec_default_instance_._instance,
- &::ei::_ShellSetSpec_default_instance_._instance,
- &::ei::_ShellObjectSpec_LODPiece_default_instance_._instance,
- &::ei::_ShellObjectSpec_default_instance_._instance,
- &::ei::_ShellGroupSpec_default_instance_._instance,
- &::ei::_DLCCatalog_default_instance_._instance,
- &::ei::_ShellDB_ShellStatus_default_instance_._instance,
- &::ei::_ShellDB_ShellElementStatus_default_instance_._instance,
- &::ei::_ShellDB_ShellSetVariationStatus_default_instance_._instance,
- &::ei::_ShellDB_FarmConfiguration_default_instance_._instance,
- &::ei::_ShellDB_SavedFarmConfiguration_default_instance_._instance,
- &::ei::_ShellDB_ShellConfiguration_default_instance_._instance,
- &::ei::_ShellDB_ShellSetConfiguration_default_instance_._instance,
- &::ei::_ShellDB_ShellGroupConfiguration_default_instance_._instance,
- &::ei::_ShellDB_ChickenConfig_default_instance_._instance,
- &::ei::_ShellDB_LightingConfig_default_instance_._instance,
- &::ei::_ShellDB_default_instance_._instance,
- &::ei::_ShellPopularityStats_Entry_default_instance_._instance,
- &::ei::_ShellPopularityStats_default_instance_._instance,
- &::ei::_ShellsActionLog_default_instance_._instance,
- &::ei::_SubmitShellShowcaseRequest_default_instance_._instance,
- &::ei::_ShellShowcase_default_instance_._instance,
- &::ei::_ShellShowcaseListingInfo_default_instance_._instance,
- &::ei::_ShowcaseRoyaltyDeliveryConfirmation_default_instance_._instance,
- &::ei::_ShellShowcaseListingSet_default_instance_._instance,
- &::ei::_ShellsActionBatch_default_instance_._instance,
- &::ei::_UserVerificationAnalysis_default_instance_._instance,
- &::ei::_UserSubscriptionInfo_HistoryEntry_default_instance_._instance,
- &::ei::_UserSubscriptionInfo_default_instance_._instance,
- &::ei::_SubscriptionChangeHintRequest_default_instance_._instance,
- &::ei::_CXPEvalRolloutInfo_default_instance_._instance,
-};
-
-const char descriptor_table_protodef_ei_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
- "\n\010ei.proto\022\002ei\"*\n\007Vector3\022\t\n\001x\030\001 \001(\002\022\t\n\001"
- "y\030\002 \001(\002\022\t\n\001z\030\003 \001(\002\"5\n\007Vector4\022\t\n\001x\030\001 \001(\002"
- "\022\t\n\001y\030\002 \001(\002\022\t\n\001z\030\003 \001(\002\022\t\n\001w\030\004 \001(\002\"\3501\n\006Ba"
- "ckup\022\017\n\007user_id\030\001 \001(\t\022\022\n\nei_user_id\030\022 \001("
- "\t\022\030\n\020game_services_id\030\020 \001(\t\022\024\n\014push_user"
- "_id\030\032 \001(\t\022\021\n\tdevice_id\030\021 \001(\t\022\021\n\tuser_nam"
- "e\030\002 \001(\t\022\023\n\013approx_time\030\003 \001(\001\022\022\n\007version\030"
- "\025 \001(\r:\0010\022\032\n\022force_offer_backup\030\024 \001(\010\022\024\n\014"
- "force_backup\030\026 \001(\010\022%\n\010settings\030\004 \001(\0132\023.e"
- "i.Backup.Settings\022%\n\010tutorial\030\005 \001(\0132\023.ei"
- ".Backup.Tutorial\022\037\n\005stats\030\006 \001(\0132\020.ei.Bac"
- "kup.Stats\022\035\n\004game\030\007 \001(\0132\017.ei.Backup.Game"
- "\022\'\n\tartifacts\030\016 \001(\0132\024.ei.Backup.Artifact"
- "s\022!\n\006shells\030\031 \001(\0132\021.ei.Backup.Shells\022\"\n\003"
- "sim\030\010 \001(\0132\025.ei.Backup.Simulation\022$\n\005farm"
- "s\030\014 \003(\0132\025.ei.Backup.Simulation\022#\n\007missio"
- "n\030\t \001(\0132\022.ei.Backup.Mission\022\035\n\004misc\030\n \001("
- "\0132\017.ei.Backup.Misc\022\"\n\tcontracts\030\r \001(\0132\017."
- "ei.MyContracts\022%\n\014artifacts_db\030\017 \001(\0132\017.e"
- "i.ArtifactsDB\022\035\n\010shell_db\030\030 \001(\0132\013.ei.She"
- "llDB\022\025\n\rread_mail_ids\030\027 \003(\t\022!\n\nmail_stat"
- "e\030\033 \001(\0132\r.ei.MailState\022\020\n\010checksum\030d \001(\004"
- "\022\021\n\tsignature\030e \001(\t\032\357\006\n\010Settings\022\013\n\003sfx\030"
- "\001 \001(\010\022\r\n\005music\030\002 \001(\010\022\030\n\020low_battery_mode"
- "\030\003 \001(\010\022\034\n\024low_performance_mode\030\004 \001(\010\022\037\n\027"
- "force_touch_chicken_btn\030\t \001(\010\022\035\n\025notific"
- "ations_queried\030\005 \001(\010\022$\n\034last_notificatio"
- "n_query_time\030\033 \001(\001\022\030\n\020notifications_on\030\006"
- " \001(\010\022\031\n\021notify_daily_gift\030\013 \001(\010\022\027\n\017low_p"
- "erformance\030\n \001(\010\022\031\n\021auto_stop_fueling\030\031 "
- "\001(\010\022\023\n\013max_enabled\030\032 \001(\010\022\026\n\016hide_cc_stat"
- "us\030\034 \001(\010\022 \n\030contracts_widget_enabled\030\035 \001"
- "(\010\022\030\n\020artifact_sparkle\030\036 \001(\010\022\030\n\020last_bac"
- "kup_time\030\030 \001(\001\022\025\n\rcoppa_queried\030\007 \001(\010\022\030\n"
- "\020coppa_restricted\030\010 \001(\010\022\034\n\024gdpr_consent_"
- "queried\030\014 \001(\010\022\033\n\023gdpr_age_restricted\030\020 \001"
- "(\010\022\032\n\022gdpr_consent_given\030\r \001(\010\022\023\n\013age_qu"
- "eried\030\022 \001(\010\022\035\n\016age_restricted\030\023 \001(\010:\005fal"
- "se\022\'\n\037data_collection_consent_queried\030\024 "
- "\001(\010\022%\n\035data_collection_consent_given\030\025 \001"
- "(\010\022\034\n\024last_day_age_queried\030\021 \001(\r\022\036\n\020user"
- "_ads_enabled\030\016 \001(\010:\004true\022 \n\022user_cloud_e"
- "nabled\030\017 \001(\010:\004true\022$\n\026user_analytics_ena"
- "bled\030\026 \001(\010:\004true\022+\n\035user_personalized_ad"
- "s_enabled\030\027 \001(\010:\004true\032\240\002\n\010Tutorial\022\023\n\013in"
- "tro_shown\030\001 \001(\010\022\034\n\024click_tutorial_shown\030"
- "\002 \001(\010\022\025\n\rbuy_hab_shown\030\003 \001(\010\022\032\n\022hire_veh"
- "icle_shown\030\004 \001(\010\022\023\n\013q_num_shown\030\005 \001(\010\022\023\n"
- "\013s_num_shown\030\006 \001(\010\022\033\n\023contracts_tab_show"
- "n\030\007 \001(\010\022\033\n\023contract_info_shown\030\010 \001(\010\022\027\n\017"
- "join_coop_shown\030\t \001(\010\022\031\n\021switch_farm_sho"
- "wn\030\n \001(\010\022\026\n\016tutorial_shown\030\013 \003(\010\032\335\003\n\005Sta"
- "ts\022\026\n\016egg_totals_OLD\030\001 \003(\004\022\022\n\negg_totals"
- "\030\010 \003(\001\022\037\n\027unlimited_chickens_uses\030\007 \001(\004\022"
- "\023\n\013refill_uses\030\002 \001(\004\022\023\n\013warp_1_uses\030\004 \001("
- "\004\022\023\n\013warp_8_uses\030\005 \001(\004\022\023\n\013boosts_used\030\r "
- "\001(\004\022\032\n\022video_doubler_uses\030\003 \001(\004\022\027\n\017drone"
- "_takedowns\030\006 \001(\004\022\035\n\025drone_takedowns_elit"
- "e\030\n \001(\004\022\025\n\rnum_prestiges\030\t \001(\004\022\030\n\020num_pi"
- "ggy_breaks\030\013 \001(\004\022\033\n\023iap_packs_purchased\030"
- "\014 \001(\004\022\022\n\npiggy_full\030\016 \001(\010\022\030\n\020piggy_found"
- "_full\030\017 \001(\010\022\"\n\032time_piggy_filled_realtim"
- "e\030\020 \001(\001\022 \n\030time_piggy_full_gametime\030\021 \001("
- "\001\022\035\n\025lost_piggy_increments\030\022 \001(\004\032\321\t\n\004Gam"
- "e\022\027\n\014current_farm\030\026 \001(\r:\0010\022 \n\017max_egg_re"
- "ached\030\001 \001(\0162\007.ei.Egg\022\032\n\022golden_eggs_earn"
- "ed\030\002 \001(\004\022\031\n\021golden_eggs_spent\030\003 \001(\004\022\035\n\025u"
- "ncliamed_golden_eggs\030\020 \001(\004\022\021\n\tsoul_eggs\030"
- "\004 \001(\004\022\033\n\023unclaimed_soul_eggs\030\021 \001(\004\022\023\n\013so"
- "ul_eggs_d\030\" \001(\001\022\035\n\025unclaimed_soul_eggs_d"
- "\030# \001(\001\022\030\n\020eggs_of_prophecy\030\027 \001(\004\022\"\n\032uncl"
- "aimed_eggs_of_prophecy\030\030 \001(\004\022\034\n\024shell_sc"
- "ripts_earned\030& \001(\004\022\033\n\023shell_scripts_spen"
- "t\030\' \001(\004\022\037\n\027unclaimed_shell_scripts\030( \001(\004"
- "\022\034\n\024prestige_cash_earned\030\005 \001(\001\022 \n\030presti"
- "ge_soul_boost_cash\030! \001(\001\022\034\n\024lifetime_cas"
- "h_earned\030\006 \001(\001\022\022\n\npiggy_bank\030\007 \001(\004\022\036\n\026pi"
- "ggy_full_alert_shown\030\037 \001(\010\022\024\n\014permit_lev"
- "el\030\010 \001(\r\022.\n\repic_research\030\t \003(\0132\027.ei.Bac"
- "kup.ResearchItem\022\031\n\021hyperloop_station\030\035 "
- "\001(\010\022\034\n\024next_daily_gift_time\030\n \001(\001\022%\n\035las"
- "t_daily_gift_collected_day\030\024 \001(\r\022!\n\031num_"
- "daily_gifts_collected\030\034 \001(\r\022%\n\004news\030\013 \003("
- "\0132\027.ei.Backup.NewsHeadline\022\026\n\016last_news_"
- "time\030\014 \001(\001\022\032\n\022current_multiplier\030\r \001(\001\022%"
- "\n\035current_multiplier_expiration\030\016 \001(\001\0220\n"
- "\014achievements\030\017 \003(\0132\032.ei.Backup.Achievem"
- "entInfo\022\035\n\025max_farm_size_reached\030\022 \003(\004\022\027"
- "\n\017egg_medal_level\030\023 \003(\r\022\"\n\032long_idle_not"
- "ification_set\030\031 \001(\010\022(\n long_idle_notific"
- "ation_threshold\030\032 \001(\001\022\030\n\020long_idle_rewar"
- "d\030\033 \001(\001\022%\n\006boosts\030\036 \003(\0132\025.ei.Backup.Owne"
- "dBoost\022\"\n\032total_time_cheats_detected\030 \001"
- "(\r\022\035\n\025force_elite_contracts\030$ \001(\010\022!\n\031new"
- "_player_event_end_time\030% \001(\001\032\262\004\n\tArtifac"
- "ts\022\020\n\010infusing\030\001 \001(\010\0225\n\022item_being_infus"
- "ed\030\002 \001(\0132\031.ei.ArtifactInventoryItem\022,\n\022s"
- "pec_being_infused\030\r \001(\0132\020.ei.ArtifactSpe"
- "c\022\"\n\021egg_type_infusing\030\003 \001(\0162\007.ei.Egg\022\036\n"
- "\026infusing_eggs_required\030\004 \001(\001\022\024\n\014eggs_in"
- "fused\030\005 \001(\001\022&\n\031flow_percentage_artifacts"
- "\030\006 \001(\001:\0030.5\022\035\n\017fueling_enabled\030\007 \001(\010:\004tr"
- "ue\022\034\n\024tank_filling_enabled\030\016 \001(\010\022\022\n\ntank"
- "_level\030\017 \001(\r\022\022\n\ntank_fuels\030\020 \003(\001\022\023\n\013tank"
- "_limits\030\022 \003(\001\0223\n\020last_fueled_ship\030\t \001(\0162"
- "\031.ei.MissionInfo.Spaceship\022\027\n\017inventory_"
- "score\030\n \001(\001\022\023\n\013crafting_xp\030\021 \001(\001\022\017\n\007enab"
- "led\030\013 \001(\010\022\023\n\013intro_shown\030\014 \001(\010\022)\n\033infusi"
- "ng_enabled_DEPRECATED\030\010 \001(\010:\004true\032M\n\006She"
- "lls\022\023\n\013intro_alert\030\001 \001(\010\022\035\n\025contracts_in"
- "tro_alert\030\002 \001(\010\022\017\n\007num_new\030\003 \003(\005\032\343\006\n\nSim"
- "ulation\022\031\n\010egg_type\030\001 \001(\0162\007.ei.Egg\022\037\n\tfa"
- "rm_type\030\023 \001(\0162\014.ei.FarmType\022\023\n\013contract_"
- "id\030\024 \001(\t\022\023\n\013cash_earned\030\002 \001(\001\022\022\n\ncash_sp"
- "ent\030\003 \001(\001\022\026\n\016unclaimed_cash\030\004 \001(\001\022\026\n\016las"
- "t_step_time\030\005 \001(\001\022\024\n\014num_chickens\030\006 \001(\004\022"
- "\036\n\026num_chickens_unsettled\030\007 \001(\004\022\034\n\024num_c"
- "hickens_running\030\010 \001(\004\022\021\n\teggs_laid\030\t \001(\001"
- "\022\024\n\014eggs_shipped\030\036 \001(\001\022\025\n\reggs_paid_for\030"
- "\n \001(\001\022\023\n\013silos_owned\030\013 \001(\r\022\014\n\004habs\030\014 \003(\r"
- "\022\026\n\016hab_population\030\r \003(\004\022\036\n\026hab_populati"
- "on_indound\030\016 \003(\004\022!\n\031hab_incubator_popupl"
- "ation\030\017 \003(\001\022\033\n\023hatchery_population\030\020 \001(\001"
- "\022\020\n\010vehicles\030\021 \003(\r\022\024\n\014train_length\030\025 \003(\r"
- "\0220\n\017common_research\030\022 \003(\0132\027.ei.Backup.Re"
- "searchItem\022-\n\ractive_boosts\030\026 \003(\0132\026.ei.B"
- "ackup.ActiveBoost\022\034\n\024last_cash_boost_tim"
- "e\030\037 \001(\001\022\034\n\024time_cheats_detected\030\027 \001(\r\022\027\n"
- "\017time_cheat_debt\030\030 \001(\001\022\035\n\025boost_tokens_r"
- "eceived\030\031 \001(\r\022\032\n\022boost_tokens_spent\030\032 \001("
- "\r\022\032\n\022boost_tokens_given\030\034 \001(\r\022\036\n\026unclaim"
- "ed_boost_tokens\030\033 \001(\r\022\'\n\037gametime_until_"
- "next_boost_token\030\035 \001(\001\032\177\n\007Mission\022\027\n\017cur"
- "rent_mission\030\001 \001(\t\022\027\n\017reference_value\030\002 "
- "\001(\001\022\030\n\020current_missions\030\004 \003(\t\022(\n\010mission"
- "s\030\003 \003(\0132\026.ei.Backup.MissionInfo\032\324\005\n\004Misc"
- "\022\034\n\024chicken_btn_pref_big\030\001 \001(\010\022\"\n\032free_h"
- "atchery_refill_given\030\002 \001(\010\022\'\n\025last_share"
- "_farm_value\030\003 \001(\001:\01010000000\022-\n\033last_shar"
- "e_swarm_farm_value\030\004 \001(\001:\01010000000\022\"\n\025la"
- "st_share_swarm_size\030\005 \001(\001:\003140\0224\n(last_p"
- "restige_alert_soul_eggs_DEPRECATED\030\n \001(\004"
- ":\00245\022\023\n\013friend_rank\030\006 \001(\004\022\027\n\017friend_rank"
- "_pop\030\007 \001(\004\022\023\n\013global_rank\030\010 \001(\004\022\027\n\017globa"
- "l_rank_pop\030\t \001(\004\022\030\n\020challenges_alert\030\024 \001"
- "(\010\022\024\n\014trophy_alert\030\013 \001(\010\022\020\n\010ar_alert\030\014 \001"
- "(\010\022\027\n\017contracts_alert\030\r \001(\010\022\032\n\022contracts"
- "_alert_v2\030\025 \001(\010\022\022\n\ncoop_alert\030\016 \001(\010\022\025\n\rc"
- "oop_alert_v2\030\026 \001(\010\022\024\n\014switch_alert\030\017 \001(\010"
- "\022\035\n\025egg_of_prophecy_alert\030\020 \001(\010\022\031\n\021boost"
- "_token_alert\030\021 \001(\010\022\026\n\016soul_egg_alert\030\022 \001"
- "(\010\022\035\n\025backup_reminder_alert\030\023 \001(\010\022\030\n\020max"
- "_button_alert\030\027 \001(\010\022\034\n\024mission_target_al"
- "ert\030\030 \001(\010\022\033\n\023colleggtibles_alert\030\031 \001(\010\032)"
- "\n\014ResearchItem\022\n\n\002id\030\001 \001(\t\022\r\n\005level\030\002 \001("
- "\r\032(\n\014NewsHeadline\022\n\n\002id\030\001 \001(\t\022\014\n\004read\030\002 "
- "\001(\010\032/\n\017AchievementInfo\022\n\n\002id\030\001 \001(\t\022\020\n\010ac"
- "hieved\030\002 \001(\010\032P\n\013ActiveBoost\022\020\n\010boost_id\030"
- "\001 \001(\t\022\026\n\016time_remaining\030\002 \001(\001\022\027\n\017referen"
- "ce_value\030\003 \001(\001\032-\n\nOwnedBoost\022\020\n\010boost_id"
- "\030\001 \001(\t\022\r\n\005count\030\002 \001(\r\032E\n\013MissionInfo\022\n\n\002"
- "id\030\001 \001(\t\022\021\n\tcompleted\030\002 \001(\010\022\027\n\017reference"
- "_value\030\003 \001(\001\"\334\001\n\031EggIncFirstContactReque"
- "st\022#\n\005rinfo\030\010 \001(\0132\024.ei.BasicRequestInfo\022"
- "\022\n\nei_user_id\030\004 \001(\t\022\017\n\007user_id\030\001 \001(\t\022\030\n\020"
- "game_services_id\030\007 \001(\t\022\021\n\tdevice_id\030\005 \001("
- "\t\022\020\n\010username\030\006 \001(\t\022\026\n\016client_version\030\002 "
- "\001(\r\022\036\n\010platform\030\003 \001(\0162\014.ei.Platform\"\366\001\n\032"
- "EggIncFirstContactResponse\022\022\n\nei_user_id"
- "\030\002 \001(\t\022\027\n\017ids_transferred\030\003 \003(\t\022\025\n\nerror"
- "_code\030\004 \001(\r:\0010\022\025\n\rerror_message\030\005 \001(\t\022\032\n"
- "\006backup\030\001 \001(\0132\n.ei.Backup\"a\n\nErrorCodes\022"
- "\014\n\010NO_ERROR\020\000\022\034\n\030EXISTING_USER_W_GAMER_I"
- "D\020\001\022\022\n\016USER_NOT_FOUND\020\002\022\023\n\017BACKUP_CONFLI"
- "CT\020\003\"9\n\016EggIncAdConfig\022\'\n\020network_priori"
- "ty\030\001 \003(\0162\r.ei.AdNetwork\"A\n\rDailyGiftInfo"
- "\022\023\n\013current_day\030\001 \001(\r\022\033\n\023seconds_to_next"
- "_day\030\002 \001(\001\"\310\001\n\020SalesInfoRequest\022\017\n\007user_"
- "id\030\001 \001(\t\022\022\n\npiggy_full\030\002 \001(\010\022\030\n\020piggy_fo"
- "und_full\030\003 \001(\010\022\035\n\025seconds_full_realtime\030"
- "\004 \001(\001\022\035\n\025seconds_full_gametime\030\005 \001(\001\022\027\n\017"
- "lost_increments\030\007 \001(\r\022\036\n\026current_client_"
- "version\030\n \001(\r\"g\n\014IAPSaleEntry\022\022\n\nproduct"
- "_id\030\001 \001(\t\022\031\n\021seconds_remaining\030\002 \001(\001\022\027\n\017"
- "discount_string\030\003 \001(\t\022\017\n\007sale_id\030\004 \001(\t\","
- "\n\tSalesInfo\022\037\n\005sales\030\001 \003(\0132\020.ei.IAPSaleE"
- "ntry\"\247\001\n\013EggIncEvent\022\022\n\nidentifier\030\001 \001(\t"
- "\022\031\n\021seconds_remaining\030\002 \001(\001\022\014\n\004type\030\003 \001("
- "\t\022\022\n\nmultiplier\030\004 \001(\001\022\020\n\010subtitle\030\005 \001(\t\022"
- "\022\n\nstart_time\030\006 \001(\001\022\020\n\010duration\030\007 \001(\001\022\017\n"
- "\007cc_only\030\010 \001(\010\"6\n\023EggIncCurrentEvents\022\037\n"
- "\006events\030\001 \003(\0132\017.ei.EggIncEvent\"\251\002\n\nDevic"
- "eInfo\022\021\n\tdevice_id\030\001 \001(\t\022\026\n\016advertising_"
- "id\030\r \001(\t\022\020\n\010platform\030\002 \001(\t\022\023\n\013form_facto"
- "r\030\003 \001(\t\022\023\n\013device_name\030\004 \001(\t\022\030\n\020platform"
- "_version\030\005 \001(\t\022\026\n\016locale_country\030\006 \001(\t\022\027"
- "\n\017locale_language\030\007 \001(\t\022\022\n\ngpu_vendor\030\010 "
- "\001(\t\022\021\n\tgpu_model\030\t \001(\t\022\025\n\rdevice_bucket\030"
- "\n \001(\t\022\024\n\014screen_width\030\013 \001(\r\022\025\n\rscreen_he"
- "ight\030\014 \001(\r\"\325\005\n\007AppInfo\022\023\n\013version_str\030\001 "
- "\001(\t\022\020\n\010sessions\030\002 \001(\r\022\025\n\rnum_prestiges\030\003"
- " \001(\r\022\021\n\tsoul_eggs\030\004 \001(\004\022\023\n\013current_egg\030\005"
- " \001(\r\022\023\n\013gold_earned\030\006 \001(\004\022\022\n\ngold_spent\030"
- "\007 \001(\004\022\027\n\017current_mission\030\010 \001(\r\022\022\n\npiggy_"
- "size\030\t \001(\r\022\030\n\020num_piggy_breaks\030\n \001(\004\022\035\n\025"
- "verified_piggy_breaks\030\035 \001(\004\022\033\n\023iap_packs"
- "_purchased\030\013 \001(\004\022\024\n\014permit_level\030\014 \001(\r\022\032"
- "\n\022video_doubler_uses\030\017 \001(\004\022\027\n\017drone_take"
- "downs\030\022 \001(\004\022\035\n\025drone_takedowns_elite\030\023 \001"
- "(\004\022\031\n\021trophies_unlocked\030\024 \001(\010\022\021\n\tegg_lev"
- "el\030\025 \001(\002\022\027\n\017struggle_factor\030\026 \001(\002\022\022\n\npig"
- "gy_full\030\027 \001(\010\022\030\n\020piggy_found_full\030\030 \001(\010\022"
- " \n\030time_piggy_full_realtime\030\031 \001(\001\022 \n\030tim"
- "e_piggy_full_gametime\030\032 \001(\001\022\035\n\025lost_pigg"
- "y_increments\030\033 \001(\004\022\017\n\007sale_id\030\034 \001(\t\022\037\n\027u"
- "nlimited_chickens_uses\030\r \001(\004\022\023\n\013refill_u"
- "ses\030\016 \001(\004\022\027\n\017short_warp_uses\030\020 \001(\004\022\026\n\016lo"
- "ng_warp_uses\030\021 \001(\004\"0\n\022ActionKeyValuePair"
- "\022\013\n\003key\030\001 \002(\t\022\r\n\005value\030\002 \002(\t\"\354\001\n\rGeneric"
- "Action\022\017\n\007user_id\030\001 \001(\t\022\017\n\007cc_user\030\t \001(\010"
- "\022\026\n\016advertising_id\030\007 \001(\t\022\027\n\017approx_time_"
- "DEP\030\002 \001(\002\022\023\n\013approx_time\030\010 \001(\001\022\023\n\013action"
- "_name\030\003 \001(\t\022$\n\004data\030\004 \003(\0132\026.ei.ActionKey"
- "ValuePair\022\030\n\003app\030\005 \001(\0132\013.ei.AppInfo\022\036\n\006d"
- "evice\030\006 \001(\0132\016.ei.DeviceInfo\"d\n\031GenericAc"
- "tionBatchRequest\022#\n\005rinfo\030\001 \001(\0132\024.ei.Bas"
- "icRequestInfo\022\"\n\007actions\030\002 \003(\0132\021.ei.Gene"
- "ricAction\"\326\001\n\025VerifyPurchaseRequest\022#\n\005r"
- "info\030\006 \001(\0132\024.ei.BasicRequestInfo\022\013\n\003sku\030"
- "\001 \001(\t\022\026\n\016transaction_id\030\002 \001(\t\022\037\n\027origina"
- "l_transaction_id\030\010 \001(\t\022\017\n\007receipt\030\003 \001(\t\022"
- "\020\n\010platform\030\004 \001(\t\022\017\n\007sandbox\030\007 \001(\010\022\036\n\003lo"
- "g\030\005 \001(\0132\021.ei.GenericAction\";\n\026VerifyPurc"
- "haseResponse\022\020\n\010verified\030\001 \001(\010\022\017\n\007messag"
- "e\030\002 \001(\t\"\334\001\n\017CurrencyFlowLog\022\017\n\007user_id\030\001"
- " \001(\t\022\023\n\013approx_time\030\002 \001(\001\022 \n\010currency\030\003 "
- "\001(\0162\016.ei.RewardType\022\016\n\006amount\030\004 \001(\003\022\020\n\010l"
- "ocation\030\005 \001(\t\022\017\n\007version\030\006 \001(\t\022\020\n\010platfo"
- "rm\030\007 \001(\t\022\021\n\tsoul_eggs\030\010 \001(\001\022\025\n\rtickets_s"
- "pent\030\t \001(\004\022\022\n\ngold_spent\030\n \001(\004\"b\n\030Curren"
- "cyFlowBatchRequest\022#\n\005rinfo\030\002 \001(\0132\024.ei.B"
- "asicRequestInfo\022!\n\004logs\030\001 \003(\0132\023.ei.Curre"
- "ncyFlowLog\"]\n\006Reward\022#\n\013reward_type\030\001 \001("
- "\0162\016.ei.RewardType\022\027\n\017reward_sub_type\030\002 \001"
- "(\t\022\025\n\rreward_amount\030\003 \001(\001\"\262\002\n\014GameModifi"
- "er\0221\n\tdimension\030\001 \001(\0162\036.ei.GameModifier."
- "GameDimension\022\r\n\005value\030\002 \001(\001\022\023\n\013descript"
- "ion\030\003 \001(\t\"\312\001\n\rGameDimension\022\013\n\007INVALID\020\000"
- "\022\014\n\010EARNINGS\020\001\022\021\n\rAWAY_EARNINGS\020\002\022\032\n\026INT"
- "ERNAL_HATCHERY_RATE\020\003\022\023\n\017EGG_LAYING_RATE"
- "\020\004\022\025\n\021SHIPPING_CAPACITY\020\005\022\020\n\014HAB_CAPACIT"
- "Y\020\006\022\020\n\014VEHICLE_COST\020\007\022\014\n\010HAB_COST\020\010\022\021\n\rR"
- "ESEARCH_COST\020\t\"\343\001\n\tCustomEgg\022\022\n\nidentifi"
- "er\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022\023\n\013description\030\003 "
- "\001(\t\022\r\n\005value\030\004 \001(\001\022\023\n\013hatchery_id\030\005 \001(\t\022"
- "\026\n\016hatchery_max_x\030\006 \001(\001\022\031\n\004icon\030\007 \001(\0132\013."
- "ei.DLCItem\022\022\n\nicon_width\030\025 \001(\001\022\023\n\013icon_h"
- "eight\030\026 \001(\001\022\037\n\005buffs\030\010 \003(\0132\020.ei.GameModi"
- "fier\"\247\010\n\010Contract\022\022\n\nidentifier\030\001 \001(\t\022\014\n"
- "\004name\030\t \001(\t\022\023\n\013description\030\n \001(\t\022\024\n\003egg\030"
- "\002 \001(\0162\007.ei.Egg\022\025\n\rcustom_egg_id\030\031 \001(\t\022 \n"
- "\005goals\030\003 \003(\0132\021.ei.Contract.Goal\022\'\n\tgoal_"
- "sets\030\020 \003(\0132\024.ei.Contract.GoalSet\022+\n\013grad"
- "e_specs\030\024 \003(\0132\026.ei.Contract.GradeSpec\022\021\n"
- "\tseason_id\030\027 \001(\t\022\024\n\014coop_allowed\030\004 \001(\010\022\025"
- "\n\rmax_coop_size\030\005 \001(\r\022\022\n\nmax_boosts\030\014 \001("
- "\r\022\035\n\021minutes_per_token\030\017 \001(\001:\00260\022)\n\034chic"
- "ken_run_cooldown_minutes\030\022 \001(\001:\003180\022\022\n\ns"
- "tart_time\030\021 \001(\001\022\027\n\017expiration_time\030\006 \001(\001"
- "\022\026\n\016length_seconds\030\007 \001(\001\022\025\n\rmax_soul_egg"
- "s\030\r \001(\001\022\032\n\022min_client_version\030\016 \001(\r\022\017\n\007l"
- "eggacy\030\023 \001(\010\022\017\n\007cc_only\030\026 \001(\010\022\031\n\021default"
- "_shell_ids\030\030 \003(\t\022\r\n\005debug\030\013 \001(\010\022\013\n\003key\030\025"
- " \001(\t\032\250\001\n\004Goal\022\032\n\004type\030\001 \001(\0162\014.ei.GoalTyp"
- "e\022\025\n\rtarget_amount\030\002 \001(\001\022#\n\013reward_type\030"
- "\003 \001(\0162\016.ei.RewardType\022\027\n\017reward_sub_type"
- "\030\004 \001(\t\022\025\n\rreward_amount\030\005 \001(\001\022\030\n\020target_"
- "soul_eggs\030\006 \001(\001\032+\n\007GoalSet\022 \n\005goals\030\001 \003("
- "\0132\021.ei.Contract.Goal\032\223\001\n\tGradeSpec\022\'\n\005gr"
- "ade\030\001 \001(\0162\030.ei.Contract.PlayerGrade\022 \n\005g"
- "oals\030\002 \003(\0132\021.ei.Contract.Goal\022#\n\tmodifie"
- "rs\030\003 \003(\0132\020.ei.GameModifier\022\026\n\016length_sec"
- "onds\030\004 \001(\001\"b\n\013PlayerGrade\022\017\n\013GRADE_UNSET"
- "\020\000\022\013\n\007GRADE_C\020\001\022\013\n\007GRADE_B\020\002\022\013\n\007GRADE_A\020"
- "\003\022\014\n\010GRADE_AA\020\004\022\r\n\tGRADE_AAA\020\005\"\237\004\n\022Contr"
- "actPlayerInfo\022\'\n\005grade\030\001 \001(\0162\030.ei.Contra"
- "ct.PlayerGrade\022\021\n\ttotal_cxp\030\002 \001(\001\022\022\n\nsea"
- "son_cxp\030\r \001(\001\022\023\n\013grade_score\030\007 \001(\001\022\032\n\022ta"
- "rget_grade_score\030\t \001(\001\022\022\n\nsoul_power\030\n \001"
- "(\001\022\031\n\021target_soul_power\030\010 \001(\001\022\026\n\016grade_p"
- "rogress\030\014 \001(\001\0223\n\006issues\030\013 \003(\0162#.ei.Contr"
- "actEvaluation.PoorBehavior\022\023\n\013issue_scor"
- "e\030\016 \001(\001\022-\n\006status\030\003 \001(\0162\035.ei.ContractPla"
- "yerInfo.Status\022\034\n\024last_evaluation_time\030\004"
- " \001(\001\022\037\n\027last_evaluation_version\030\005 \001(\t\0222\n"
- "\022unread_evaluations\030\006 \003(\0132\026.ei.ContractE"
- "valuation\"U\n\006Status\022\013\n\007UNKNOWN\020\000\022\017\n\013CALC"
- "ULATING\020\001\022\017\n\013OUT_OF_DATE\020\002\022\016\n\nINCOMPLETE"
- "\020\004\022\014\n\010COMPLETE\020\003\"\344\010\n\022ContractEvaluation\022"
- "\033\n\023contract_identifier\030( \001(\t\022\027\n\017coop_ide"
- "ntifier\030) \001(\t\022\013\n\003cxp\030\001 \001(\001\022\016\n\006replay\030\030 \001"
- "(\010\022\022\n\ncxp_change\030\031 \001(\001\022\031\n\021grade_performa"
- "nce\030\002 \001(\005\022\022\n\nold_league\030\t \001(\005\022\021\n\told_goa"
- "ls\030\n \001(\010\022\'\n\005grade\030\003 \001(\0162\030.ei.Contract.Pl"
- "ayerGrade\022\032\n\022contribution_ratio\030\004 \001(\001\022\032\n"
- "\022completion_percent\030\005 \001(\001\022\027\n\017original_le"
- "ngth\030\013 \001(\001\022\021\n\tcoop_size\030\022 \001(\r\022\014\n\004solo\030\032 "
- "\001(\010\022\022\n\nsoul_power\030\027 \001(\001\022\036\n\026last_contribu"
- "tion_time\030\026 \001(\001\022\027\n\017completion_time\030\006 \001(\001"
- "\022\031\n\021chicken_runs_sent\030\007 \001(\r\022\030\n\020gift_toke"
- "ns_sent\030\010 \001(\r\022\034\n\024gift_tokens_received\030\017 "
- "\001(\r\022\035\n\025gift_token_value_sent\030\034 \001(\001\022!\n\031gi"
- "ft_token_value_received\030\035 \001(\001\022\035\n\025boost_t"
- "oken_allotment\030\020 \001(\r\022\027\n\017buff_time_value\030"
- "\021 \001(\001\022\026\n\016teamwork_score\030\r \001(\001\022\025\n\rother_b"
- "onuses\030\016 \001(\001\022\031\n\021counted_in_season\030\024 \001(\010\022"
- "\021\n\tseason_id\030\025 \001(\t\022\023\n\013time_cheats\030\033 \001(\r\022"
- "3\n\006issues\030\023 \003(\0162#.ei.ContractEvaluation."
- "PoorBehavior\022\r\n\005notes\030\014 \003(\t\022\017\n\007version\0302"
- " \001(\t\022\035\n\025evaluation_start_time\0303 \001(\001\022-\n\006s"
- "tatus\0304 \001(\0162\035.ei.ContractEvaluation.Stat"
- "us\"\230\001\n\014PoorBehavior\022\010\n\004NONE\020\000\022\024\n\020LOW_CON"
- "TRIBUTION\020\001\022\024\n\020BAD_CONTRIBUTION\020\002\022\033\n\027DIS"
- "HONORABLY_DISCHARGED\020\003\022\021\n\rPOOR_TEAMWORK\020"
- "\004\022\022\n\016ABANDONED_COOP\020\005\022\016\n\nTIME_CHEAT\020\006\"@\n"
- "\006Status\022\013\n\007UNKNOWN\020\000\022\013\n\007PENDING\020\001\022\016\n\nEVA"
- "LUATING\020\002\022\014\n\010COMPLETE\020\003\"\202\001\n\020ContractCita"
- "tion\0222\n\005issue\030\001 \001(\0162#.ei.ContractEvaluat"
- "ion.PoorBehavior\022\021\n\ttimestamp\030\002 \001(\001\022\'\n\005g"
- "rade\030\003 \001(\0162\030.ei.Contract.PlayerGrade\"\210\001\n"
- "\027ContractEvaluationBatch\022/\n\005evals\030\001 \003(\0132"
- " .ei.ContractEvaluationBatch.Pair\032<\n\004Pai"
- "r\022\017\n\007user_id\030\001 \001(\t\022#\n\003cev\030\002 \001(\0132\026.ei.Con"
- "tractEvaluation\"\212\002\n\026CoopCompletionSnapsh"
- "ot\022D\n\014contributors\030\001 \003(\0132..ei.CoopComple"
- "tionSnapshot.ContributorSnapshot\032\251\001\n\023Con"
- "tributorSnapshot\022\024\n\014contribution\030\001 \001(\001\022\036"
- "\n\026last_contribution_time\030\006 \001(\001\022\021\n\tfinali"
- "zed\030\007 \001(\010\022\022\n\nsoul_power\030\002 \001(\001\022\017\n\007user_id"
- "\030\003 \001(\t\022\016\n\006tokens\030\004 \001(\r\022\024\n\014tokens_spent\030\005"
- " \001(\r\"\242\001\n\020BasicRequestInfo\022\022\n\nei_user_id\030"
- "\001 \001(\t\022\026\n\016client_version\030\002 \001(\r\022\017\n\007version"
- "\030\003 \001(\t\022\r\n\005build\030\004 \001(\t\022\020\n\010platform\030\005 \001(\t\022"
- "\017\n\007country\030\006 \001(\t\022\020\n\010language\030\007 \001(\t\022\r\n\005de"
- "bug\030\010 \001(\010\"\227\003\n\021ContractSimConfig\022C\n\rgrade"
- "_configs\030\001 \003(\0132,.ei.ContractSimConfig.Co"
- "ntractGradeSimConfig\032\274\002\n\026ContractGradeSi"
- "mConfig\022\'\n\005grade\030\001 \001(\0162\030.ei.Contract.Pla"
- "yerGrade\022L\n\013goal_params\030\002 \003(\01327.ei.Contr"
- "actSimConfig.ContractGradeSimConfig.Goal"
- "Params\032\252\001\n\nGoalParams\022\021\n\ttarget_se\030\001 \001(\001"
- "\022\020\n\010cps_mult\030\002 \001(\001\022\020\n\010elr_mult\030\007 \001(\001\022\025\n\r"
- "earnings_mult\030\003 \001(\001\022\025\n\rtime_efficacy\030\004 \001"
- "(\001\022\031\n\021hab_capacity_mult\030\005 \001(\001\022\034\n\024epic_re"
- "search_budget\030\006 \001(\001\")\n\017ContractSimPoll\022\026"
- "\n\016client_version\030\001 \001(\r\"p\n\027ContractSimPol"
- "lResponse\022*\n\024contract_to_simulate\030\001 \001(\0132"
- "\014.ei.Contract\022)\n\nsim_config\030\002 \001(\0132\025.ei.C"
- "ontractSimConfig\"\316\001\n\027ContractSimResultUp"
- "date\022\023\n\013contract_id\030\001 \001(\t\0228\n\ngoal_infos\030"
- "\002 \003(\0132$.ei.ContractSimResultUpdate.GoalI"
- "nfo\032d\n\010GoalInfo\022\'\n\005grade\030\001 \001(\0162\030.ei.Cont"
- "ract.PlayerGrade\022\022\n\ngoal_index\030\002 \001(\r\022\033\n\023"
- "projected_eggs_laid\030\003 \001(\001\"N\n\020ContractsRe"
- "quest\022\021\n\tsoul_eggs\030\001 \001(\001\022\026\n\016client_versi"
- "on\030\005 \001(\r\022\017\n\007user_id\030\002 \001(\t\"\260\001\n\021ContractsR"
- "esponse\022\037\n\tcontracts\030\001 \003(\0132\014.ei.Contract"
- "\022\"\n\013custom_eggs\030\006 \003(\0132\r.ei.CustomEgg\022\027\n\017"
- "warning_message\030\004 \001(\t\022\021\n\ttotal_eop\030\005 \001(\001"
- "\022\023\n\013server_time\030\002 \001(\001\022\025\n\007max_eop\030\003 \001(\r:\004"
- "1000\"\237\001\n\031ContractCoopStatusRequest\022#\n\005ri"
- "nfo\030\005 \001(\0132\024.ei.BasicRequestInfo\022\033\n\023contr"
- "act_identifier\030\001 \001(\t\022\027\n\017coop_identifier\030"
- "\002 \001(\t\022\017\n\007user_id\030\003 \001(\t\022\026\n\016client_version"
- "\030\004 \001(\r\"\177\n\024FarmProductionParams\022\027\n\017farm_p"
- "opulation\030\001 \001(\001\022\025\n\rfarm_capacity\030\002 \001(\001\022\013"
- "\n\003elr\030\003 \001(\001\022\013\n\003ihr\030\004 \001(\001\022\n\n\002sr\030\005 \001(\001\022\021\n\t"
- "delivered\030\006 \001(\001\"\227\005\n\016PlayerFarmInfo\022\026\n\016cl"
- "ient_version\030\024 \001(\r\022\021\n\tsoul_eggs\030\001 \001(\001\022\030\n"
- "\020eggs_of_prophecy\030\002 \001(\004\022\024\n\014permit_level\030"
- "\003 \001(\r\022\031\n\021hyperloop_station\030\004 \001(\010\022\027\n\017egg_"
- "medal_level\030\005 \003(\r\022.\n\repic_research\030\006 \003(\013"
- "2\027.ei.Backup.ResearchItem\022\031\n\010egg_type\030\007 "
- "\001(\0162\007.ei.Egg\022\024\n\014cash_on_hand\030\010 \001(\001\022\014\n\004ha"
- "bs\030\t \003(\r\022\026\n\016hab_population\030\n \003(\004\022\024\n\014hab_"
- "capacity\030\025 \003(\004\022\020\n\010vehicles\030\013 \003(\r\022\024\n\014trai"
- "n_length\030\014 \003(\r\022\023\n\013silos_owned\030\r \001(\r\0220\n\017c"
- "ommon_research\030\016 \003(\0132\027.ei.Backup.Researc"
- "hItem\022-\n\ractive_boosts\030\017 \003(\0132\026.ei.Backup"
- ".ActiveBoost\022\034\n\024boost_tokens_on_hand\030\020 \001"
- "(\r\0220\n\022equipped_artifacts\030\021 \003(\0132\024.ei.Comp"
- "leteArtifact\022 \n\030artifact_inventory_score"
- "\030\022 \001(\004\0226\n\017farm_appearance\030\023 \001(\0132\035.ei.She"
- "llDB.FarmConfiguration\022\021\n\ttimestamp\030\026 \001("
- "\001\"\316\016\n\032ContractCoopStatusResponse\022F\n\017resp"
- "onse_status\030\023 \001(\0162-.ei.ContractCoopStatu"
- "sResponse.ResponseStatus\022\033\n\023contract_ide"
- "ntifier\030\001 \001(\t\022\024\n\014total_amount\030\002 \001(\001\022\027\n\017c"
- "oop_identifier\030\003 \001(\t\022\'\n\005grade\030\021 \001(\0162\030.ei"
- ".Contract.PlayerGrade\022E\n\014contributors\030\004 "
- "\003(\0132/.ei.ContractCoopStatusResponse.Cont"
- "ributionInfo\022\026\n\016auto_generated\030\010 \001(\010\022\016\n\006"
- "public\030\n \001(\010\022\022\n\ncreator_id\030\t \001(\t\022\031\n\021seco"
- "nds_remaining\030\005 \001(\001\022(\n seconds_since_all"
- "_goals_achieved\030\020 \001(\001\022\032\n\022all_goals_achie"
- "ved\030\016 \001(\010\022\035\n\025all_members_reporting\030\006 \001(\010"
- "\022&\n\036grace_period_seconds_remaining\030\007 \001(\001"
- "\022\030\n\020cleared_for_exit\030\017 \001(\010\0226\n\005gifts\030\013 \003("
- "\0132\'.ei.ContractCoopStatusResponse.CoopGi"
- "ft\022\?\n\014chicken_runs\030\r \003(\0132).ei.ContractCo"
- "opStatusResponse.ChickenRun\022\027\n\017local_tim"
- "estamp\030\014 \001(\001\022\021\n\tlast_sync\030\022 \001(\001\032\352\004\n\020Cont"
- "ributionInfo\022\014\n\004uuid\030\025 \001(\t\022\017\n\007user_id\030\001 "
- "\001(\t\022\021\n\tuser_name\030\002 \001(\t\022\033\n\023contract_ident"
- "ifier\030\023 \001(\t\022\033\n\023contribution_amount\030\003 \001(\001"
- "\022\031\n\021contribution_rate\030\006 \001(\001\022\022\n\nsoul_powe"
- "r\030\013 \001(\001\0223\n\021production_params\030\017 \001(\0132\030.ei."
- "FarmProductionParams\022%\n\tfarm_info\030\022 \001(\0132"
- "\022.ei.PlayerFarmInfo\022\023\n\013rank_change\030\010 \001(\005"
- "\022\027\n\017recently_active\030\027 \001(\010\022\016\n\006active\030\004 \001("
- "\010\022\021\n\tcc_member\030\030 \001(\010\022\r\n\005leech\030\020 \001(\010\022\021\n\tf"
- "inalized\030\026 \001(\010\022\033\n\023time_cheat_detected\030\007 "
- "\001(\010\022\036\n\010platform\030\005 \001(\0162\014.ei.Platform\022\017\n\007p"
- "ush_id\030\t \001(\t\022\021\n\tban_votes\030\n \001(\r\022\022\n\nautoj"
- "oined\030\021 \001(\010\022\024\n\014boost_tokens\030\014 \001(\r\022\032\n\022boo"
- "st_tokens_spent\030\016 \001(\r\022\'\n\014buff_history\030\r "
- "\003(\0132\021.ei.CoopBuffState\022\034\n\024chicken_run_co"
- "oldown\030\024 \001(\001\032P\n\010CoopGift\022\017\n\007user_id\030\001 \001("
- "\t\022\021\n\tuser_name\030\003 \001(\t\022\016\n\006amount\030\002 \001(\r\022\020\n\010"
- "tracking\030\004 \001(\t\032@\n\nChickenRun\022\017\n\007user_id\030"
- "\001 \001(\t\022\021\n\tuser_name\030\003 \001(\t\022\016\n\006amount\030\002 \001(\004"
- "\"\323\001\n\016ResponseStatus\022\014\n\010NO_ERROR\020\000\022\020\n\014MIS"
- "SING_USER\020\001\022\023\n\017MISSING_COOP_ID\020\002\022\027\n\023MISS"
- "ING_CONTRACT_ID\020\003\022\030\n\024MEMBERSHIP_NOT_FOUN"
- "D\020\004\022\022\n\016COOP_NOT_FOUND\020\005\022\026\n\022CONTRACT_NOT_"
- "FOUND\020\006\022\026\n\022INVALID_MEMBERSHIP\020\007\022\025\n\020NO_HT"
- "TP_RESPONSE\020\364\003\"g\n\014MemberStatus\022\t\n\005VALID\020"
- "\000\022\023\n\017KICKED_INACTIVE\020\001\022\022\n\016KICKED_PRIVATE"
- "\020\002\022\021\n\rKICKED_CHEATS\020\003\022\020\n\014KICKED_LEECH\020\004\""
- "I\n\006Status\022\013\n\007UNKNOWN\020\000\022\t\n\005LOBBY\020\001\022\n\n\006ACT"
- "IVE\020\002\022\014\n\010COMPLETE\020\003\022\r\n\tFINALIZED\020\004\"\224\005\n\rL"
- "ocalContract\022\036\n\010contract\030\001 \001(\0132\014.ei.Cont"
- "ract\022\027\n\017coop_identifier\030\002 \001(\t\022\020\n\010accepte"
- "d\030\007 \001(\010\022\025\n\rtime_accepted\030\003 \001(\001\022\021\n\tcancel"
- "led\030\004 \001(\010\022\013\n\003new\030\010 \001(\010\022\034\n\024coop_shared_en"
- "d_time\030\005 \001(\001\022 \n\030coop_simulation_end_time"
- "\030\026 \001(\001\022\"\n\032coop_grace_period_end_time\030\t \001"
- "(\001\022#\n\033coop_contribution_finalized\030\n \001(\010\022"
- "\'\n\037coop_last_uploaded_contribution\030\013 \001(\001"
- "\022\024\n\014coop_user_id\030\r \001(\t\022\027\n\017coop_share_far"
- "m\030\021 \001(\010\022%\n\035last_amount_when_reward_given"
- "\030\006 \001(\001\022\032\n\022num_goals_achieved\030\016 \001(\r\022\035\n\025ma"
- "x_farm_size_reached\030\027 \001(\001\022\023\n\013boosts_used"
- "\030\014 \001(\r\022\025\n\rpoints_replay\030\024 \001(\010\022\016\n\006league\030"
- "\017 \001(\r\022\'\n\005grade\030\022 \001(\0162\030.ei.Contract.Playe"
- "rGrade\022\025\n\rlast_nag_time\030\020 \001(\001\022*\n\nevaluat"
- "ion\030\023 \001(\0132\026.ei.ContractEvaluation\022\026\n\016rep"
- "orted_uuids\030\025 \003(\t\"\351\002\n\013MyContracts\022\031\n\021con"
- "tract_ids_seen\030\003 \003(\t\022$\n\tcontracts\030\001 \003(\0132"
- "\021.ei.LocalContract\022\"\n\007archive\030\002 \003(\0132\021.ei"
- ".LocalContract\022=\n\025current_coop_statuses\030"
- "\004 \003(\0132\036.ei.ContractCoopStatusResponse\022(\n"
- "\010last_cpi\030\005 \001(\0132\026.ei.ContractPlayerInfo\022"
- "\036\n\026initial_grade_revealed\030\006 \001(\010\022!\n\031last_"
- "grade_progress_shown\030\007 \001(\001\022!\n\031show_advan"
- "ced_evaluations\030\010 \001(\010\022&\n\017custom_egg_info"
- "\030\t \003(\0132\r.ei.CustomEgg\"\276\001\n\020QueryCoopReque"
- "st\022#\n\005rinfo\030\005 \001(\0132\024.ei.BasicRequestInfo\022"
- "\033\n\023contract_identifier\030\001 \001(\t\022\027\n\017coop_ide"
- "ntifier\030\002 \001(\t\022\016\n\006league\030\004 \001(\r\022\'\n\005grade\030\006"
- " \001(\0162\030.ei.Contract.PlayerGrade\022\026\n\016client"
- "_version\030\003 \001(\r\"\226\001\n\021QueryCoopResponse\022\016\n\006"
- "exists\030\001 \001(\010\022\014\n\004full\030\002 \001(\010\022\017\n\007expired\030\005 "
- "\001(\010\022\030\n\020different_league\030\004 \001(\010\022\027\n\017differe"
- "nt_grade\030\006 \001(\010\022\017\n\007cc_only\030\007 \001(\010\022\016\n\006banne"
- "d\030\003 \001(\010\"\221\003\n\021CreateCoopRequest\022#\n\005rinfo\030\n"
- " \001(\0132\024.ei.BasicRequestInfo\022\033\n\023contract_i"
- "dentifier\030\001 \001(\t\022\027\n\017coop_identifier\030\002 \001(\t"
- "\022\016\n\006public\030\r \001(\010\022\017\n\007cc_only\030\016 \001(\010\022\030\n\020all"
- "ow_all_grades\030\020 \001(\010\022\031\n\021seconds_remaining"
- "\030\003 \001(\001\022\017\n\007user_id\030\004 \001(\t\022\021\n\tuser_name\030\005 \001"
- "(\t\022\022\n\nsoul_power\030\010 \001(\001\022\013\n\003eop\030\013 \001(\001\022\016\n\006l"
- "eague\030\t \001(\r\022\'\n\005grade\030\014 \001(\0162\030.ei.Contract"
- ".PlayerGrade\022\025\n\rpoints_replay\030\017 \001(\010\022\036\n\010p"
- "latform\030\006 \001(\0162\014.ei.Platform\022\026\n\016client_ve"
- "rsion\030\007 \001(\r\"6\n\022CreateCoopResponse\022\017\n\007suc"
- "cess\030\001 \001(\010\022\017\n\007message\030\002 \001(\t\"\324\002\n\017JoinCoop"
- "Request\022#\n\005rinfo\030\n \001(\0132\024.ei.BasicRequest"
- "Info\022\033\n\023contract_identifier\030\001 \001(\t\022\027\n\017coo"
- "p_identifier\030\002 \001(\t\022\017\n\007user_id\030\003 \001(\t\022\021\n\tu"
- "ser_name\030\004 \001(\t\022\022\n\nsoul_power\030\010 \001(\001\022\013\n\003eo"
- "p\030\014 \001(\001\022\016\n\006league\030\t \001(\r\022\'\n\005grade\030\r \001(\0162\030"
- ".ei.Contract.PlayerGrade\022\025\n\rpoints_repla"
- "y\030\016 \001(\010\022\036\n\010platform\030\005 \001(\0162\014.ei.Platform\022"
- "\031\n\021seconds_remaining\030\013 \001(\001\022\026\n\016client_ver"
- "sion\030\007 \001(\r\"\227\002\n\020JoinCoopResponse\022\017\n\007succe"
- "ss\030\001 \001(\010\022\017\n\007message\030\002 \001(\t\022\016\n\006banned\030\004 \001("
- "\010\022\027\n\017coop_identifier\030\005 \001(\t\022\031\n\021seconds_re"
- "maining\030\003 \001(\001\022\025\n\rmatch_percent\030\006 \001(\001\022\023\n\013"
- "num_members\030\007 \001(\r\0225\n\006status\030\010 \001(\0162%.ei.C"
- "ontractCoopStatusResponse.Status\022\'\n\005grad"
- "e\030\t \001(\0162\030.ei.Contract.PlayerGrade\022\021\n\tcan"
- "_start\030\n \001(\010\"\277\002\n\023AutoJoinCoopRequest\022#\n\005"
- "rinfo\030\t \001(\0132\024.ei.BasicRequestInfo\022\033\n\023con"
- "tract_identifier\030\001 \001(\t\022\017\n\007user_id\030\002 \001(\t\022"
- "\021\n\tuser_name\030\003 \001(\t\022\022\n\nsoul_power\030\004 \001(\001\022\013"
- "\n\003eop\030\n \001(\001\022\016\n\006league\030\010 \001(\r\022\'\n\005grade\030\014 \001"
- "(\0162\030.ei.Contract.PlayerGrade\022\025\n\rpoints_r"
- "eplay\030\016 \001(\010\022\031\n\021seconds_remaining\030\005 \001(\001\022\036"
- "\n\010platform\030\006 \001(\0162\014.ei.Platform\022\026\n\016client"
- "_version\030\007 \001(\r\"\275\001\n\034UpdateCoopPermissions"
- "Request\022#\n\005rinfo\030\006 \001(\0132\024.ei.BasicRequest"
- "Info\022\033\n\023contract_identifier\030\001 \001(\t\022\027\n\017coo"
- "p_identifier\030\002 \001(\t\022\032\n\022requesting_user_id"
- "\030\003 \001(\t\022\016\n\006public\030\004 \001(\010\022\026\n\016client_version"
- "\030\005 \001(\r\"A\n\035UpdateCoopPermissionsResponse\022"
- "\017\n\007success\030\001 \001(\010\022\017\n\007message\030\002 \001(\t\"\240\001\n\020Le"
- "aveCoopRequest\022#\n\005rinfo\030\010 \001(\0132\024.ei.Basic"
- "RequestInfo\022\033\n\023contract_identifier\030\001 \001(\t"
- "\022\027\n\017coop_identifier\030\002 \001(\t\022\031\n\021player_iden"
- "tifier\030\003 \001(\t\022\026\n\016client_version\030\007 \001(\r\"\357\001\n"
- "\025GiftPlayerCoopRequest\022#\n\005rinfo\030\010 \001(\0132\024."
- "ei.BasicRequestInfo\022\033\n\023contract_identifi"
- "er\030\001 \001(\t\022\027\n\017coop_identifier\030\002 \001(\t\022\031\n\021pla"
- "yer_identifier\030\003 \001(\t\022\032\n\022requesting_user_"
- "id\030\004 \001(\t\022\034\n\024requesting_user_name\030\006 \001(\t\022\016"
- "\n\006amount\030\005 \001(\r\022\026\n\016client_version\030\007 \001(\r\"\365"
- "\001\n\031SendChickenRunCoopRequest\022#\n\005rinfo\030\010 "
- "\001(\0132\024.ei.BasicRequestInfo\022\033\n\023contract_id"
- "entifier\030\001 \001(\t\022\027\n\017coop_identifier\030\002 \001(\t\022"
- "\031\n\021player_identifier\030\003 \001(\t\022\032\n\022requesting"
- "_user_id\030\004 \001(\t\022\034\n\024requesting_user_name\030\006"
- " \001(\t\022\020\n\010farm_pop\030\005 \001(\004\022\026\n\016client_version"
- "\030\007 \001(\r\"\200\002\n\027ReportPlayerCoopRequest\022#\n\005ri"
- "nfo\030\001 \001(\0132\024.ei.BasicRequestInfo\022\033\n\023contr"
- "act_identifier\030\002 \001(\t\022\027\n\017coop_identifier\030"
- "\003 \001(\t\022\017\n\007user_id\030\004 \001(\t\0222\n\006reason\030\005 \001(\0162\""
- ".ei.ReportPlayerCoopRequest.Reason\"E\n\006Re"
- "ason\022\013\n\007UNKNOWN\020\000\022\022\n\016OFFENSIVE_NAME\020\001\022\014\n"
- "\010CHEATING\020\002\022\014\n\010LEECHING\020\003\"\271\002\n\025KickPlayer"
- "CoopRequest\022#\n\005rinfo\030\010 \001(\0132\024.ei.BasicReq"
- "uestInfo\022\033\n\023contract_identifier\030\001 \001(\t\022\027\n"
- "\017coop_identifier\030\002 \001(\t\022\031\n\021player_identif"
- "ier\030\003 \001(\t\022\032\n\022requesting_user_id\030\004 \001(\t\0220\n"
- "\006reason\030\t \001(\0162 .ei.KickPlayerCoopRequest"
- ".Reason\022\026\n\016client_version\030\007 \001(\r\"D\n\006Reaso"
- "n\022\013\n\007INVALID\020\000\022\013\n\007CHEATER\020\001\022\010\n\004IDLE\020\002\022\t\n"
- "\005LEECH\020\003\022\013\n\007PRIVATE\020\004\"\341\003\n\037ContractCoopSt"
- "atusUpdateRequest\022#\n\005rinfo\030\014 \001(\0132\024.ei.Ba"
- "sicRequestInfo\022\017\n\007user_id\030\001 \001(\t\022\033\n\023contr"
- "act_identifier\030\002 \001(\t\022\027\n\017coop_identifier\030"
- "\003 \001(\t\022\024\n\014push_user_id\030\010 \001(\t\022\016\n\006amount\030\004 "
- "\001(\001\022\014\n\004rate\030\005 \001(\001\022\034\n\024time_cheats_detecte"
- "d\030\006 \001(\r\022\022\n\nsoul_power\030\007 \001(\001\022\013\n\003eop\030\017 \001(\r"
- "\022\024\n\014boost_tokens\030\t \001(\r\022\032\n\022boost_tokens_s"
- "pent\030\r \001(\r\022\026\n\016hide_cc_status\030\021 \001(\010\0223\n\021pr"
- "oduction_params\030\016 \001(\0132\030.ei.FarmProductio"
- "nParams\022%\n\tfarm_info\030\020 \001(\0132\022.ei.PlayerFa"
- "rmInfo\022\037\n\024egg_laying_rate_buff\030\n \001(\001:\0011\022"
- "\030\n\rearnings_buff\030\013 \001(\001:\0011\"\202\001\n ContractCo"
- "opStatusUpdateResponse\022\021\n\tfinalized\030\001 \001("
- "\010\022\016\n\006exists\030\002 \001(\010\022;\n\006status\030\003 \001(\0162+.ei.C"
- "ontractCoopStatusResponse.MemberStatus\"Z"
- "\n\rCoopBuffState\022\032\n\017egg_laying_rate\030\001 \001(\001"
- ":\0011\022\023\n\010earnings\030\002 \001(\001:\0011\022\030\n\020server_times"
- "tamp\030\003 \001(\001\"5\n\017CoopBuffHistory\022\"\n\007history"
- "\030\001 \003(\0132\021.ei.CoopBuffState\"@\n\023CoopChicken"
- "RunEntry\022\017\n\007user_id\030\001 \001(\t\022\030\n\020server_time"
- "stamp\030\002 \001(\001\"C\n\027CoopLastChickenRunTimes\022("
- "\n\007entries\030\003 \003(\0132\027.ei.CoopChickenRunEntry"
- "\"\215\002\n\023LeaderboardAnalysis\022-\n\006chunks\030\001 \003(\013"
- "2\035.ei.LeaderboardAnalysis.Chunk\022\r\n\005count"
- "\030\002 \001(\r\022\022\n\nhigh_score\030\003 \001(\001\022\021\n\tlow_score\030"
- "\004 \001(\001\022\016\n\006cursor\030\005 \001(\t\032\200\001\n\005Chunk\022\023\n\013start"
- "_index\030\001 \001(\r\022\021\n\tend_index\030\002 \001(\r\022\022\n\nhigh_"
- "score\030\003 \001(\001\022\021\n\tlow_score\030\004 \001(\001\022\024\n\014start_"
- "cursor\030\005 \001(\t\022\022\n\nend_cursor\030\006 \001(\t\"}\n\017Lead"
- "erboardInfo\022+\n\007seasons\030\001 \003(\0132\032.ei.Leader"
- "boardInfo.Season\022\026\n\016all_time_scope\030\002 \001(\t"
- "\032%\n\006Season\022\r\n\005scope\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\""
- "q\n\022LeaderboardRequest\022#\n\005rinfo\030\001 \001(\0132\024.e"
- "i.BasicRequestInfo\022\r\n\005scope\030\002 \001(\t\022\'\n\005gra"
- "de\030\003 \001(\0162\030.ei.Contract.PlayerGrade\"\342\001\n\023L"
- "eaderboardResponse\022\r\n\005scope\030\001 \001(\t\022\'\n\005gra"
- "de\030\002 \001(\0162\030.ei.Contract.PlayerGrade\0222\n\013to"
- "p_entries\030\003 \003(\0132\035.ei.LeaderboardResponse"
- ".Entry\022\r\n\005count\030\004 \001(\r\022\014\n\004rank\030\005 \001(\r\022\r\n\005s"
- "core\030\006 \001(\001\0323\n\005Entry\022\014\n\004rank\030\001 \001(\r\022\r\n\005ali"
- "as\030\002 \001(\t\022\r\n\005score\030\003 \001(\001\"6\n\020ContractsArch"
- "ive\022\"\n\007archive\030\001 \003(\0132\021.ei.LocalContract\""
- "\377\002\n\016ContractAction\022\017\n\007user_id\030\001 \001(\t\022\023\n\013a"
- "ction_name\030\002 \001(\t\022\023\n\013approx_time\030\003 \001(\001\022\024\n"
- "\014dest_user_id\030\004 \001(\t\022\023\n\013contract_id\030\005 \001(\t"
- "\022\017\n\007coop_id\030\006 \001(\t\022\020\n\010autojoin\030\007 \001(\010\022\r\n\005g"
- "rade\030\010 \001(\r\022\016\n\006replay\030\t \001(\010\022\025\n\rpoints_rep"
- "lay\030\n \001(\010\022\023\n\013reward_type\030\013 \001(\r\022\026\n\016reward"
- "_subtype\030\014 \001(\t\022\025\n\rreward_amount\030\r \001(\001\022\022\n"
- "\ngoal_index\030\016 \001(\r\022\020\n\010boost_id\030\017 \001(\t\022\016\n\006t"
- "okens\030\020 \001(\r\022\023\n\013kick_reason\030\021 \001(\r\022\016\n\006publ"
- "ic\030\022 \001(\010\022\017\n\007cc_only\030\023 \001(\010\"w\n\023UserDataInf"
- "oRequest\022#\n\005rinfo\030\004 \001(\0132\024.ei.BasicReques"
- "tInfo\022\017\n\007user_id\030\001 \001(\t\022\021\n\tdevice_id\030\002 \001("
- "\t\022\027\n\017backup_checksum\030\003 \001(\004\"d\n\024UserDataIn"
- "foResponse\022\027\n\017backup_checksum\030\001 \001(\004\022\031\n\021b"
- "ackup_total_cash\030\002 \001(\001\022\030\n\020coop_membershi"
- "ps\030\003 \003(\t\"{\n\027ClearAllUserDataRequest\022#\n\005r"
- "info\030\004 \001(\0132\024.ei.BasicRequestInfo\022\017\n\007user"
- "_id\030\001 \001(\t\022\021\n\tdevice_id\030\002 \001(\t\022\027\n\017backup_c"
- "hecksum\030\003 \001(\004\"r\n\nServerGift\022\017\n\007user_id\030\001"
- " \001(\t\022#\n\013reward_type\030\003 \001(\0162\016.ei.RewardTyp"
- "e\022\027\n\017reward_sub_type\030\004 \001(\t\022\025\n\rreward_amo"
- "unt\030\005 \001(\001\"\236\020\n\nLiveConfig\022\021\n\tconfig_id\030\001 "
- "\001(\t\0222\n\rboosts_config\030\002 \001(\0132\033.ei.LiveConf"
- "ig.BoostsConfig\022.\n\013gift_config\030\003 \001(\0132\031.e"
- "i.LiveConfig.GiftConfig\022.\n\013misc_config\030\004"
- " \001(\0132\031.ei.LiveConfig.MiscConfig\022.\n\013help_"
- "config\030\005 \001(\0132\031.ei.LiveConfig.HelpConfig\032"
- "\306\001\n\014BoostsConfig\022<\n\014item_configs\030\001 \003(\0132&"
- ".ei.LiveConfig.BoostsConfig.ItemConfig\022\037"
- "\n\027cash_boost_cooloff_time\030\002 \001(\001\032W\n\nItemC"
- "onfig\022\020\n\010boost_id\030\001 \001(\t\022\r\n\005price\030\002 \001(\r\022\023"
- "\n\013token_price\030\003 \001(\r\022\023\n\013se_required\030\004 \001(\001"
- "\032\336\006\n\nGiftConfig\022\?\n\014gift_configs\030\t \003(\0132)."
- "ei.LiveConfig.GiftConfig.GiftValueConfig"
- "\022\031\n\021gift_mu_min_spent\030\n \001(\001\022\031\n\021gift_mu_m"
- "ax_spent\030\013 \001(\001\022\034\n\024gift_mu_overall_mult\030\014"
- " \001(\001\022E\n\025random_gift_mu_config\030\017 \001(\0132&.ei"
- ".LiveConfig.GiftConfig.GiftMuConfig\022D\n\024v"
- "ideo_gift_mu_config\030\020 \001(\0132&.ei.LiveConfi"
- "g.GiftConfig.GiftMuConfig\022\030\n\020package_int"
- "erval\030\001 \001(\001\022\034\n\024video_offer_interval\030\002 \001("
- "\001\022%\n\035video_offer_interval_contract\030\003 \001(\001"
- "\022\'\n\037video_offer_interval_piggy_full\030\004 \001("
- "\001\022-\n%video_offer_interval_piggy_extra_fu"
- "ll\030\005 \001(\001\022\033\n\023video_reset_on_idle\030\016 \001(\010\022!\n"
- "\031package_interval_contract\030\006 \001(\001\022#\n\033pack"
- "age_interval_piggy_full\030\007 \001(\001\022)\n!package"
- "_interval_piggy_extra_full\030\010 \001(\001\022\035\n\025pack"
- "age_reset_on_idle\030\r \001(\010\032|\n\017GiftValueConf"
- "ig\022\017\n\007gift_id\030\001 \001(\t\022\016\n\006amount\030\004 \001(\001\022\020\n\010r"
- "and_min\030\002 \001(\001\022\020\n\010rand_max\030\003 \001(\001\022\021\n\tvideo"
- "_min\030\005 \001(\001\022\021\n\tvideo_max\030\006 \001(\001\032J\n\014GiftMuC"
- "onfig\022\021\n\tmin_spent\030\001 \001(\001\022\021\n\tmax_spent\030\002 "
- "\001(\001\022\024\n\014overall_mult\030\003 \001(\001\032\373\003\n\nMiscConfig"
- "\022\024\n\014ask_to_track\030\001 \001(\010\022\"\n\032ask_to_track_m"
- "in_soul_eggs\030\002 \001(\001\022\034\n\024ask_to_track_messa"
- "ge\030\003 \001(\t\022$\n\034ask_to_track_show_pre_dialog"
- "\030\004 \001(\010\022\"\n\032ask_to_track_after_privacy\030\005 \001"
- "(\010\022$\n\034chicken_run_boost_percentage\030\006 \001(\001"
- "\022\034\n\024shells_intro_tickets\030\007 \001(\r\022\'\n\037shells"
- "_max_free_chicken_configs\030\010 \001(\r\022$\n\034shell"
- "s_intro_alert_threshold\030\t \001(\r\022+\n\036shells_"
- "lighting_controls_price\030\016 \001(\r:\003175\022.\n&co"
- "ntracts_expert_league_min_soul_power\030\n \001"
- "(\001\022!\n\031new_player_event_duration\030\013 \001(\001\022 \n"
- "\030contracts_club_available\030\014 \001(\010\022\026\n\016contr"
- "acts_beta\030\r \001(\010\032\220\002\n\nHelpConfig\022=\n\013video_"
- "infos\030\001 \003(\0132(.ei.LiveConfig.HelpConfig.H"
- "owToVideoInfo\032\302\001\n\016HowToVideoInfo\022;\n\004type"
- "\030\006 \001(\0162-.ei.LiveConfig.HelpConfig.HowToV"
- "ideoInfo.Type\022\014\n\004name\030\001 \001(\t\022\023\n\013descripti"
- "on\030\002 \001(\t\022\020\n\010duration\030\005 \001(\t\022\013\n\003url\030\003 \001(\t\022"
- "\021\n\tsoul_eggs\030\004 \001(\001\"\036\n\004Type\022\t\n\005VIDEO\020\000\022\013\n"
- "\007ARTICLE\020\001\"\326\004\n\nInGameMail\022\n\n\002id\030\001 \001(\t\022\r\n"
- "\005title\030\002 \001(\t\022\014\n\004date\030\010 \001(\t\022\017\n\007message\030\003 "
- "\001(\t\022\016\n\006action\030\004 \001(\t\022\013\n\003url\030\005 \001(\t\022 \n\010app_"
- "link\030\016 \001(\0162\016.ei.UILocation\022\026\n\016app_link_e"
- "xtra\030\017 \001(\t\022\032\n\005image\030\020 \001(\0132\013.ei.DLCItem\022\023"
- "\n\013image_width\030\025 \001(\001\022\024\n\014image_height\030\026 \001("
- "\001\022\020\n\010platform\030\007 \001(\r\022\016\n\006builds\030\t \003(\t\022\032\n\022m"
- "in_client_version\030\n \001(\r\022\032\n\022max_client_ve"
- "rsion\030\014 \001(\r\022\025\n\rmin_soul_eggs\030\013 \001(\001\022\025\n\rma"
- "x_soul_eggs\030\035 \001(\001\022\032\n\022min_mystical_bonus\030"
- "\r \001(\001\022\037\n\tuser_type\030\021 \001(\0162\014.ei.UserType\022\030"
- "\n\020min_piggy_breaks\030\024 \001(\r\022\020\n\010gold_tip\030\006 \001"
- "(\001\022\013\n\003tip\030\027 \001(\010\022\020\n\010priority\030\033 \001(\r\022\037\n\027min"
- "_days_since_last_tip\030\030 \001(\001\022\023\n\013max_retrie"
- "s\030\031 \001(\r\022\030\n\020days_until_retry\030\032 \001(\001\022\020\n\010cat"
- "egory\030\034 \001(\t\"S\n\006MailDB\022\034\n\004mail\030\001 \003(\0132\016.ei"
- ".InGameMail\022\024\n\014tips_db_data\030\002 \001(\014\022\025\n\rtip"
- "s_checksum\030\003 \001(\t\"&\n\006TipsDB\022\034\n\004tips\030\001 \003(\013"
- "2\016.ei.InGameMail\"\240\001\n\tMailState\022\025\n\rread_m"
- "ail_ids\030\001 \003(\t\022+\n\013tips_states\030\002 \003(\0132\026.ei."
- "MailState.TipState\022\025\n\rtips_checksum\030\003 \001("
- "\t\0328\n\010TipState\022\n\n\002id\030\001 \001(\t\022\r\n\005reads\030\002 \001(\r"
- "\022\021\n\ttime_read\030\003 \001(\001\"\354\003\n\023PeriodicalsRespo"
- "nse\022\034\n\005sales\030\001 \001(\0132\r.ei.SalesInfo\022\'\n\006eve"
- "nts\030\002 \001(\0132\027.ei.EggIncCurrentEvents\022(\n\tco"
- "ntracts\030\003 \001(\0132\025.ei.ContractsResponse\022+\n\013"
- "evaluations\030\010 \003(\0132\026.ei.ContractEvaluatio"
- "n\022\035\n\005gifts\030\004 \003(\0132\016.ei.ServerGift\0223\n\016arti"
- "fact_cases\030\t \003(\0132\033.ei.CompleteMissionRes"
- "ponse\022#\n\013live_config\030\005 \001(\0132\016.ei.LiveConf"
- "ig\022\034\n\010mail_bag\030\006 \001(\0132\n.ei.MailDB\0224\n\024cont"
- "ract_player_info\030\007 \001(\0132\026.ei.ContractPlay"
- "erInfo\022\?\n\022showcase_royalties\030\n \003(\0132#.ei."
- "PeriodicalsResponse.RoyaltyInfo\032)\n\013Royal"
- "tyInfo\022\n\n\002id\030\001 \001(\t\022\016\n\006amount\030\002 \001(\r\"\371\002\n\025G"
- "etPeriodicalsRequest\022#\n\005rinfo\030\014 \001(\0132\024.ei"
- ".BasicRequestInfo\022\017\n\007user_id\030\001 \001(\t\022\022\n\npi"
- "ggy_full\030\002 \001(\010\022\030\n\020piggy_found_full\030\003 \001(\010"
- "\022\035\n\025seconds_full_realtime\030\004 \001(\001\022\035\n\025secon"
- "ds_full_gametime\030\005 \001(\001\022\027\n\017lost_increment"
- "s\030\007 \001(\r\022\021\n\tsoul_eggs\030\010 \001(\001\022\036\n\026mystical_e"
- "arnings_mult\030\r \001(\001\022\013\n\003eop\030\016 \001(\r\022\032\n\022contr"
- "acts_unlocked\030\017 \001(\010\022\032\n\022artifacts_unlocke"
- "d\030\020 \001(\010\022\036\n\026current_client_version\030\n \001(\r\022"
- "\r\n\005debug\030\013 \001(\010\"\325\001\n\rConfigRequest\022#\n\005rinf"
- "o\030\001 \001(\0132\024.ei.BasicRequestInfo\022\021\n\tsoul_eg"
- "gs\030\002 \001(\001\022\032\n\022contracts_unlocked\030\005 \001(\010\022\032\n\022"
- "artifacts_unlocked\030\003 \001(\010\022\032\n\022fuel_tank_un"
- "locked\030\004 \001(\010\022\022\n\npro_permit\030\006 \001(\010\022\r\n\005ultr"
- "a\030\007 \001(\010\022\025\n\rtips_checksum\030\010 \001(\t\"x\n\016Config"
- "Response\022#\n\013live_config\030\001 \001(\0132\016.ei.LiveC"
- "onfig\022\034\n\010mail_bag\030\002 \001(\0132\n.ei.MailDB\022#\n\013d"
- "lc_catalog\030\003 \001(\0132\016.ei.DLCCatalog\"d\n\024AdAt"
- "tributionRawData\022\024\n\014device_ad_id\030\001 \001(\t\022\017"
- "\n\007user_id\030\004 \001(\t\022\022\n\nad_network\030\002 \001(\t\022\021\n\tj"
- "son_data\030\003 \001(\t\"\270\001\n\020AdAttributionRow\022\017\n\007u"
- "ser_id\030\001 \001(\t\022\r\n\005ad_id\030\002 \001(\t\022\022\n\nad_networ"
- "k\030\003 \001(\t\022\020\n\010campaign\030\004 \001(\t\022\017\n\007keyword\030\005 \001"
- "(\t\022\r\n\005extra\030\006 \001(\t\022\022\n\nclick_date\030\007 \001(\002\022\025\n"
- "\rdownload_date\030\010 \001(\002\022\023\n\013approx_time\030\t \001("
- "\002\"\215\003\n\021AdAttributionInfo\022\024\n\014device_ad_id\030"
- "\001 \001(\t\022\024\n\014network_name\030\002 \001(\t\022\023\n\013attributi"
- "on\030\003 \001(\010\022\020\n\010org_name\030\004 \001(\t\022\016\n\006org_id\030\005 \001"
- "(\t\022\025\n\rcampaign_name\030\006 \001(\t\022\023\n\013campaign_id"
- "\030\007 \001(\t\022\022\n\nclick_date\030\010 \001(\t\022\027\n\017conversion"
- "_date\030\t \001(\t\022\027\n\017conversion_type\030\n \001(\t\022\013\n\003"
- "geo\030\013 \001(\t\022\024\n\014adgroup_name\030\014 \001(\t\022\022\n\nadgro"
- "up_id\030\r \001(\t\022\017\n\007keyword\030\016 \001(\t\022\022\n\nkeyword_"
- "id\030\017 \001(\t\022\025\n\rkeyword_extra\030\020 \001(\t\022\030\n\020creat"
- "iveset_name\030\021 \001(\t\022\026\n\016creativeset_id\030\022 \001("
- "\t\"\363\002\n\023ArtifactsClientInfo\022\035\n\025mission_cap"
- "acity_mult\030\001 \001(\001\022\035\n\025mission_duration_mul"
- "t\030\002 \001(\001\022*\n\"mission_ftl_duration_research"
- "_mult\030\004 \001(\001\022&\n\036mission_capacity_research"
- "_mult\030\006 \001(\001\022:\n\rlaunch_counts\030\003 \003(\0132#.ei."
- "ArtifactsClientInfo.LaunchCount\022)\n!last_"
- "server_launch_count_sum_time\030\005 \001(\001\032c\n\013La"
- "unchCount\022\'\n\004ship\030\001 \001(\0162\031.ei.MissionInfo"
- ".Spaceship\022\024\n\014num_launches\030\002 \001(\r\022\025\n\rlaun"
- "ch_points\030\003 \001(\001\"\303\006\n\013MissionInfo\022\'\n\004ship\030"
- "\001 \001(\0162\031.ei.MissionInfo.Spaceship\022&\n\006stat"
- "us\030\002 \001(\0162\026.ei.MissionInfo.Status\0223\n\rdura"
- "tion_type\030\003 \001(\0162\034.ei.MissionInfo.Duratio"
- "nType\022\"\n\004fuel\030\004 \003(\0132\024.ei.MissionInfo.Fue"
- "l\022\r\n\005level\030\014 \001(\r\022\030\n\020duration_seconds\030\005 \001"
- "(\001\022\020\n\010capacity\030\t \001(\r\022\024\n\014quality_bump\030\013 \001"
- "(\001\022.\n\017target_artifact\030\r \001(\0162\025.ei.Artifac"
- "tSpec.Name\022\031\n\021seconds_remaining\030\006 \001(\001\022\032\n"
- "\022start_time_derived\030\010 \001(\001\022\023\n\013mission_log"
- "\030\n \001(\t\022\022\n\nidentifier\030\007 \001(\t\032,\n\004Fuel\022\024\n\003eg"
- "g\030\001 \001(\0162\007.ei.Egg\022\016\n\006amount\030\002 \001(\001\"\307\001\n\tSpa"
- "ceship\022\017\n\013CHICKEN_ONE\020\000\022\020\n\014CHICKEN_NINE\020"
- "\001\022\021\n\rCHICKEN_HEAVY\020\002\022\007\n\003BCR\020\003\022\025\n\021MILLENI"
- "UM_CHICKEN\020\004\022\027\n\023CORELLIHEN_CORVETTE\020\005\022\016\n"
- "\nGALEGGTICA\020\006\022\016\n\nCHICKFIANT\020\007\022\014\n\010VOYEGGE"
- "R\020\010\022\016\n\nHENERPRISE\020\t\022\r\n\tATREGGIES\020\n\"t\n\006St"
- "atus\022\013\n\007FUELING\020\000\022\025\n\021PREPARE_TO_LAUNCH\020\005"
- "\022\r\n\tEXPLORING\020\n\022\014\n\010RETURNED\020\017\022\r\n\tANALYZI"
- "NG\020\020\022\014\n\010COMPLETE\020\024\022\014\n\010ARCHIVED\020\031\";\n\014Dura"
- "tionType\022\t\n\005SHORT\020\000\022\010\n\004LONG\020\001\022\010\n\004EPIC\020\002\022"
- "\014\n\010TUTORIAL\020\003\"\360\013\n\014ArtifactSpec\022#\n\004name\030\001"
- " \001(\0162\025.ei.ArtifactSpec.Name\022%\n\005level\030\002 \001"
- "(\0162\026.ei.ArtifactSpec.Level\022\'\n\006rarity\030\003 \001"
- "(\0162\027.ei.ArtifactSpec.Rarity\022\024\n\003egg\030\004 \001(\016"
- "2\007.ei.Egg\"\212\t\n\004Name\022\017\n\013LUNAR_TOTEM\020\000\022\027\n\023N"
- "EODYMIUM_MEDALLION\020\003\022\021\n\rBEAK_OF_MIDAS\020\004\022"
- "\025\n\021LIGHT_OF_EGGENDIL\020\005\022\025\n\021DEMETERS_NECKL"
- "ACE\020\006\022\025\n\021VIAL_MARTIAN_DUST\020\007\022\021\n\rORNATE_G"
- "USSET\020\010\022\017\n\013THE_CHALICE\020\t\022\021\n\rBOOK_OF_BASA"
- "N\020\n\022\023\n\017PHOENIX_FEATHER\020\013\022\021\n\rTUNGSTEN_ANK"
- "H\020\014\022\023\n\017AURELIAN_BROOCH\020\025\022\024\n\020CARVED_RAINS"
- "TICK\020\026\022\017\n\013PUZZLE_CUBE\020\027\022\025\n\021QUANTUM_METRO"
- "NOME\020\030\022\024\n\020SHIP_IN_A_BOTTLE\020\031\022\025\n\021TACHYON_"
- "DEFLECTOR\020\032\022\030\n\024INTERSTELLAR_COMPASS\020\033\022\025\n"
- "\021DILITHIUM_MONOCLE\020\034\022\025\n\021TITANIUM_ACTUATO"
- "R\020\035\022\021\n\rMERCURYS_LENS\020\036\022\021\n\rTACHYON_STONE\020"
- "\001\022\023\n\017DILITHIUM_STONE\020\037\022\017\n\013SHELL_STONE\020 \022"
- "\017\n\013LUNAR_STONE\020!\022\016\n\nSOUL_STONE\020\"\022\022\n\016PROP"
- "HECY_STONE\020\'\022\021\n\rQUANTUM_STONE\020$\022\017\n\013TERRA"
- "_STONE\020%\022\016\n\nLIFE_STONE\020&\022\021\n\rCLARITY_STON"
- "E\020(\022\035\n\031EXTRATERRESTRIAL_ALUMINUM\020\r\022\024\n\020AN"
- "CIENT_TUNGSTEN\020\016\022\017\n\013SPACE_ROCKS\020\017\022\016\n\nALI"
- "EN_WOOD\020\020\022\022\n\016GOLD_METEORITE\020\021\022\022\n\016TAU_CET"
- "I_GEODE\020\022\022\024\n\020CENTAURIAN_STEEL\020\023\022\023\n\017ERIDA"
- "NI_FEATHER\020\024\022\017\n\013DRONE_PARTS\020#\022\024\n\020CELESTI"
- "AL_BRONZE\020)\022\020\n\014LALANDE_HIDE\020*\022\022\n\016SOLAR_T"
- "ITANIUM\020+\022\032\n\026TACHYON_STONE_FRAGMENT\020\002\022\034\n"
- "\030DILITHIUM_STONE_FRAGMENT\020,\022\030\n\024SHELL_STO"
- "NE_FRAGMENT\020-\022\030\n\024LUNAR_STONE_FRAGMENT\020.\022"
- "\027\n\023SOUL_STONE_FRAGMENT\020/\022\033\n\027PROPHECY_STO"
- "NE_FRAGMENT\0200\022\032\n\026QUANTUM_STONE_FRAGMENT\020"
- "1\022\030\n\024TERRA_STONE_FRAGMENT\0202\022\027\n\023LIFE_STON"
- "E_FRAGMENT\0203\022\032\n\026CLARITY_STONE_FRAGMENT\0204"
- "\022\014\n\007UNKNOWN\020\220N\"H\n\005Level\022\014\n\010INFERIOR\020\000\022\n\n"
- "\006LESSER\020\001\022\n\n\006NORMAL\020\002\022\013\n\007GREATER\020\003\022\014\n\010SU"
- "PERIOR\020\004\"7\n\006Rarity\022\n\n\006COMMON\020\000\022\010\n\004RARE\020\001"
- "\022\010\n\004EPIC\020\002\022\r\n\tLEGENDARY\020\003\"E\n\004Type\022\014\n\010ART"
- "IFACT\020\000\022\t\n\005STONE\020\001\022\016\n\nINGREDIENT\020\002\022\024\n\020ST"
- "ONE_INGREDIENT\020\003\"T\n\020CompleteArtifact\022\036\n\004"
- "spec\030\001 \001(\0132\020.ei.ArtifactSpec\022 \n\006stones\030\002"
- " \003(\0132\020.ei.ArtifactSpec\"u\n\025ArtifactInvent"
- "oryItem\022\017\n\007item_id\030\001 \001(\004\022&\n\010artifact\030\002 \001"
- "(\0132\024.ei.CompleteArtifact\022\020\n\010quantity\030\003 \001"
- "(\001\022\021\n\tserver_id\030\004 \001(\t\"2\n\rInventorySlot\022\020"
- "\n\010occupied\030\001 \001(\010\022\017\n\007item_id\030\002 \001(\r\"\\\n\035Art"
- "ifactsConfigurationRequest\022#\n\005rinfo\030\002 \001("
- "\0132\024.ei.BasicRequestInfo\022\026\n\016client_versio"
- "n\030\001 \001(\r\"\377\007\n\036ArtifactsConfigurationRespon"
- "se\022P\n\022mission_parameters\030\001 \003(\01324.ei.Arti"
- "factsConfigurationResponse.MissionParame"
- "ters\022R\n\023artifact_parameters\030\002 \003(\01325.ei.A"
- "rtifactsConfigurationResponse.ArtifactPa"
- "rameters\022R\n\024crafting_level_infos\030\003 \003(\01324"
- ".ei.ArtifactsConfigurationResponse.Craft"
- "ingLevelInfo\032\250\003\n\021MissionParameters\022\'\n\004sh"
- "ip\030\001 \001(\0162\031.ei.MissionInfo.Spaceship\022P\n\td"
- "urations\030\003 \003(\0132=.ei.ArtifactsConfigurati"
- "onResponse.MissionParameters.Duration\022\"\n"
- "\032level_mission_requirements\030\004 \003(\r\022\033\n\023cap"
- "acity_DEPRECATED\030\002 \001(\r\032\326\001\n\010Duration\0223\n\rd"
- "uration_type\030\001 \001(\0162\034.ei.MissionInfo.Dura"
- "tionType\022\017\n\007seconds\030\002 \001(\001\022\017\n\007quality\030\003 \001"
- "(\002\022\023\n\013min_quality\030\004 \001(\002\022\023\n\013max_quality\030\005"
- " \001(\002\022\020\n\010capacity\030\006 \001(\r\022\033\n\023level_capacity"
- "_bump\030\007 \001(\r\022\032\n\022level_quality_bump\030\010 \001(\002\032"
- "\370\001\n\022ArtifactParameters\022\036\n\004spec\030\001 \001(\0132\020.e"
- "i.ArtifactSpec\022\024\n\014base_quality\030\002 \001(\001\022\027\n\017"
- "odds_multiplier\030\004 \001(\001\022\r\n\005value\030\003 \001(\001\022\026\n\016"
- "crafting_price\030\005 \001(\001\022\032\n\022crafting_price_l"
- "ow\030\006 \001(\001\022\035\n\025crafting_price_domain\030\007 \001(\r\022"
- "\034\n\024crafting_price_curve\030\010 \001(\001\022\023\n\013craftin"
- "g_xp\030\t \001(\004\032=\n\021CraftingLevelInfo\022\023\n\013xp_re"
- "quired\030\001 \001(\001\022\023\n\013rarity_mult\030\002 \001(\002\"\256\001\n\016Mi"
- "ssionRequest\022#\n\005rinfo\030\004 \001(\0132\024.ei.BasicRe"
- "questInfo\022\026\n\016client_version\030\001 \001(\r\022\022\n\nei_"
- "user_id\030\003 \001(\t\022\035\n\004info\030\002 \001(\0132\017.ei.Mission"
- "Info\022,\n\013client_info\030\005 \001(\0132\027.ei.Artifacts"
- "ClientInfo\"A\n\017MissionResponse\022\017\n\007success"
- "\030\001 \001(\010\022\035\n\004info\030\002 \001(\0132\017.ei.MissionInfo\"V\n"
- "\031GetActiveMissionsResponse\022\017\n\007success\030\001 "
- "\001(\010\022(\n\017active_missions\030\002 \003(\0132\017.ei.Missio"
- "nInfo\"\214\002\n\027CompleteMissionResponse\022\017\n\007suc"
- "cess\030\001 \001(\010\022\035\n\004info\030\002 \001(\0132\017.ei.MissionInf"
- "o\022A\n\tartifacts\030\003 \003(\0132..ei.CompleteMissio"
- "nResponse.SecureArtifactSpec\022!\n\rother_re"
- "wards\030\004 \003(\0132\n.ei.Reward\022\022\n\nei_user_id\030\005 "
- "\001(\t\032G\n\022SecureArtifactSpec\022\036\n\004spec\030\001 \001(\0132"
- "\020.ei.ArtifactSpec\022\021\n\tserver_id\030\002 \001(\t\"\344\001\n"
- "%CollectContractArtifactRewardsRequest\022#"
- "\n\005rinfo\030\001 \001(\0132\024.ei.BasicRequestInfo\022\033\n\023c"
- "ontract_identifier\030\002 \001(\t\022\016\n\006league\030\005 \001(\r"
- "\022\'\n\005grade\030\006 \001(\0162\030.ei.Contract.PlayerGrad"
- "e\022\022\n\ngoal_index\030\003 \001(\r\022,\n\tbest_ship\030\004 \001(\016"
- "2\031.ei.MissionInfo.Spaceship\"\366\001\n\024CraftArt"
- "ifactRequest\022#\n\005rinfo\030\005 \001(\0132\024.ei.BasicRe"
- "questInfo\022\022\n\nei_user_id\030\001 \001(\t\022\036\n\004spec\030\002 "
- "\001(\0132\020.ei.ArtifactSpec\022\017\n\007item_id\030\003 \001(\004\022\027"
- "\n\017gold_price_paid\030\006 \001(\001\022\026\n\016crafting_coun"
- "t\030\007 \001(\r\022\023\n\013crafting_xp\030\010 \001(\001\022.\n\013ingredie"
- "nts\030\004 \003(\0132\031.ei.ArtifactInventoryItem\"\211\001\n"
- "\025CraftArtifactResponse\022\017\n\007item_id\030\001 \001(\004\022"
- "\022\n\nei_user_id\030\005 \001(\t\0228\n\017rarity_achieved\030\002"
- " \001(\0162\027.ei.ArtifactSpec.Rarity:\006COMMON\022\021\n"
- "\tserver_id\030\003 \001(\t\"\365\001\n\026ConsumeArtifactRequ"
- "est\022#\n\005rinfo\030\004 \001(\0132\024.ei.BasicRequestInfo"
- "\022\022\n\nei_user_id\030\003 \001(\t\022\036\n\004spec\030\001 \001(\0132\020.ei."
- "ArtifactSpec\022\032\n\022artifact_server_id\030\005 \001(\t"
- "\022\030\n\020original_item_id\030\002 \001(\004\022\035\n\025additional"
- "_server_ids\030\007 \003(\t\022\033\n\023additional_item_ids"
- "\030\010 \003(\004\022\020\n\010quantity\030\006 \001(\r\"\276\001\n\027ConsumeArti"
- "factResponse\022\017\n\007success\030\001 \001(\010\022\030\n\020origina"
- "l_item_id\030\002 \001(\004\022\033\n\023additional_item_ids\030\006"
- " \003(\004\022$\n\nbyproducts\030\003 \003(\0132\020.ei.ArtifactSp"
- "ec\022!\n\rother_rewards\030\004 \003(\0132\n.ei.Reward\022\022\n"
- "\nei_user_id\030\005 \001(\t\"}\n\034AuthenticateArtifac"
- "tResponse\022\017\n\007success\030\001 \001(\010\022\030\n\020original_i"
- "tem_id\030\002 \001(\004\022\016\n\006demote\030\003 \001(\010\022\016\n\006delete\030\004"
- " \001(\010\022\022\n\nei_user_id\030\005 \001(\t\"\241\001\n\022SetArtifact"
- "Request\022#\n\005rinfo\030\001 \001(\0132\024.ei.BasicRequest"
- "Info\022+\n\010artifact\030\002 \001(\0132\031.ei.ArtifactInve"
- "ntoryItem\022 \n\006stones\030\003 \003(\0132\020.ei.ArtifactS"
- "pec\022\027\n\017gold_price_paid\030\004 \001(\001\"T\n\023SetArtif"
- "actResponse\022\017\n\007success\030\001 \001(\010\022\030\n\020original"
- "_item_id\030\002 \001(\004\022\022\n\nei_user_id\030\005 \001(\t\"\366\007\n\013A"
- "rtifactsDB\0222\n\017inventory_items\030\001 \003(\0132\031.ei"
- ".ArtifactInventoryItem\022\025\n\ritem_sequence\030"
- "\002 \001(\004\022*\n\017inventory_slots\030\003 \003(\0132\021.ei.Inve"
- "ntorySlot\022G\n\033active_artifacts_DEPRECATED"
- "\030\007 \003(\0132\".ei.ArtifactsDB.ActiveArtifactSl"
- "ot\022\?\n\024active_artifact_sets\030\013 \003(\0132!.ei.Ar"
- "tifactsDB.ActiveArtifactSet\022>\n\023saved_art"
- "ifact_sets\030\r \003(\0132!.ei.ArtifactsDB.Active"
- "ArtifactSet\022:\n\017artifact_status\030\014 \003(\0132!.e"
- "i.ArtifactsDB.CraftableArtifact\022(\n\017fueli"
- "ng_mission\030\016 \001(\0132\017.ei.MissionInfo\022&\n\rmis"
- "sion_infos\030\004 \003(\0132\017.ei.MissionInfo\022(\n\017mis"
- "sion_archive\030\005 \003(\0132\017.ei.MissionInfo\0229\n\037d"
- "iscovered_artifacts_DEPRECATED\030\010 \003(\0132\020.e"
- "i.ArtifactSpec\022I\n\036craftable_artifacts_DE"
- "PRECATED\030\t \003(\0132!.ei.ArtifactsDB.Craftabl"
- "eArtifact\022E\n\032crafting_counts_DEPRECATED\030"
- "\n \003(\0132!.ei.ArtifactsDB.CraftableArtifact"
- "\0327\n\022ActiveArtifactSlot\022\020\n\010occupied\030\001 \001(\010"
- "\022\017\n\007item_id\030\002 \001(\004\032S\n\021ActiveArtifactSet\0221"
- "\n\005slots\030\001 \003(\0132\".ei.ArtifactsDB.ActiveArt"
- "ifactSlot\022\013\n\003uid\030\002 \001(\r\032\222\001\n\021CraftableArti"
- "fact\022\036\n\004spec\030\001 \001(\0132\020.ei.ArtifactSpec\022\022\n\n"
- "discovered\030\006 \001(\010\022\021\n\tcraftable\030\004 \001(\010\022\031\n\021r"
- "ecipe_discovered\030\005 \001(\010\022\014\n\004seen\030\002 \001(\010\022\r\n\005"
- "count\030\003 \001(\r\"\202\001\n\024AuthenticatedMessage\022\017\n\007"
- "message\030\001 \001(\014\022\017\n\007version\030\003 \001(\r\022\014\n\004code\030\002"
- " \001(\t\022\022\n\ncompressed\030\004 \001(\010\022\025\n\roriginal_siz"
- "e\030\005 \001(\r\022\017\n\007user_id\030\006 \001(\t\"f\n\031LogCompleteM"
- "issionPayload\022\037\n\003req\030\001 \001(\0132\022.ei.MissionR"
- "equest\022(\n\003res\030\002 \001(\0132\033.ei.CompleteMission"
- "Response\"h\n\027LogCraftArtifactPayload\022%\n\003r"
- "eq\030\001 \001(\0132\030.ei.CraftArtifactRequest\022&\n\003re"
- "s\030\002 \001(\0132\031.ei.CraftArtifactResponse\"n\n\031Lo"
- "gConsumeArtifactPayload\022\'\n\003req\030\001 \001(\0132\032.e"
- "i.ConsumeArtifactRequest\022(\n\003res\030\002 \001(\0132\033."
- "ei.ConsumeArtifactResponse\"b\n\025LogSetArti"
- "factPayload\022#\n\003req\030\001 \001(\0132\026.ei.SetArtifac"
- "tRequest\022$\n\003res\030\002 \001(\0132\027.ei.SetArtifactRe"
- "sponse\"@\n\026AccountTransferPayload\022\017\n\007from"
- "_id\030\001 \001(\t\022\025\n\rto_ei_user_id\030\002 \001(\t\"\335\001\n\022Sav"
- "eBackupResponse\022\017\n\007success\030\001 \001(\010\022\022\n\nerro"
- "r_code\030\002 \001(\r\022\017\n\007message\030\003 \001(\t\022#\n\017existin"
- "g_backup\030\004 \001(\0132\n.ei.Backup\"l\n\nErrorCodes"
- "\022\014\n\010NO_ERROR\020\000\022\022\n\016USER_NOT_FOUND\020\001\022\027\n\023CO"
- "ULD_NOT_OVERWRITE\020\002\022\022\n\016BACKUP_OFFERED\020\003\022"
- "\017\n\013BAD_USER_ID\020\004\"K\n\023CleanAccountRequest\022"
- "\032\n\022ei_user_id_to_keep\030\001 \001(\t\022\030\n\020game_serv"
- "ices_id\030\002 \001(\t\"&\n\020ReturnEDTPayload\022\022\n\nei_"
- "user_id\030\001 \001(\t\"\201\001\n\007DLCItem\022\014\n\004name\030\001 \001(\t\022"
- "\021\n\tdirectory\030\002 \001(\t\022\013\n\003ext\030\003 \001(\t\022\022\n\ncompr"
- "essed\030\006 \001(\010\022\025\n\roriginal_size\030\007 \001(\004\022\013\n\003ur"
- "l\030\004 \001(\t\022\020\n\010checksum\030\005 \001(\t\"\353\022\n\tShellSpec\022"
- "\022\n\nidentifier\030\001 \001(\t\022/\n\rprimary_piece\030\014 \001"
- "(\0132\030.ei.ShellSpec.ShellPiece\022(\n\006pieces\030\013"
- " \003(\0132\030.ei.ShellSpec.ShellPiece\022\037\n\nalt_as"
- "sets\030\022 \003(\0132\013.ei.DLCItem\022\014\n\004name\030\003 \001(\t\022\026\n"
- "\016set_identifier\030\r \001(\t\022\031\n\021modified_geomet"
- "ry\030\023 \001(\010\022\r\n\005price\030\004 \001(\r\022\024\n\014required_eop\030"
- "\005 \001(\r\022\032\n\022required_soul_eggs\030\006 \001(\001\022\035\n\025req"
- "uired_parent_shell\030\024 \001(\t\022\016\n\006is_new\030\016 \001(\010"
- "\022\017\n\007expires\030\017 \001(\010\022\037\n\027seconds_until_avail"
- "able\030\021 \001(\001\022\031\n\021seconds_remaining\030\020 \001(\001\022\022\n"
- "\npopularity\030\025 \001(\004\022\032\n\022default_appearance\030"
- "\010 \001(\010\032S\n\nShellPiece\022+\n\nasset_type\030\001 \001(\0162"
- "\027.ei.ShellSpec.AssetType\022\030\n\003dlc\030\002 \001(\0132\013."
- "ei.DLCItem\"\312\016\n\tAssetType\022\010\n\004COOP\020\001\022\t\n\005SH"
- "ACK\020\002\022\017\n\013SUPER_SHACK\020\003\022\017\n\013SHORT_HOUSE\020\004\022"
- "\020\n\014THE_STANDARD\020\005\022\016\n\nLONG_HOUSE\020\006\022\021\n\rDOU"
- "BLE_DECKER\020\007\022\r\n\tWAREHOUSE\020\010\022\n\n\006CENTER\020\t\022"
- "\n\n\006BUNKER\020\n\022\n\n\006EGGKEA\020\013\022\n\n\006HAB_1K\020\014\022\n\n\006H"
- "ANGAR\020\r\022\t\n\005TOWER\020\016\022\013\n\007HAB_10K\020\017\022\014\n\010EGGTO"
- "PIA\020\020\022\014\n\010MONOLITH\020\021\022\021\n\rPLANET_PORTAL\020\022\022\024"
- "\n\020CHICKEN_UNIVERSE\020\023\022\020\n\014SILO_0_SMALL\0202\022\016"
- "\n\nSILO_0_MED\0203\022\020\n\014SILO_0_LARGE\0204\022\020\n\014SILO"
- "_1_SMALL\0205\022\016\n\nSILO_1_MED\0206\022\020\n\014SILO_1_LAR"
- "GE\0207\022\014\n\010SILO_ALL\020;\022\013\n\007MAILBOX\020F\022\017\n\013TROPH"
- "Y_CASE\020G\022\n\n\006GROUND\020H\022\r\n\tHARDSCAPE\020I\022\r\n\tH"
- "YPERLOOP\020J\022\013\n\007DEPOT_1\020d\022\013\n\007DEPOT_2\020e\022\013\n\007"
- "DEPOT_3\020f\022\013\n\007DEPOT_4\020g\022\013\n\007DEPOT_5\020h\022\013\n\007D"
- "EPOT_6\020i\022\013\n\007DEPOT_7\020j\022\t\n\005LAB_1\020n\022\t\n\005LAB_"
- "2\020o\022\t\n\005LAB_3\020p\022\t\n\005LAB_4\020q\022\t\n\005LAB_5\020r\022\t\n\005"
- "LAB_6\020s\022\023\n\017HATCHERY_EDIBLE\020x\022\026\n\022HATCHERY"
- "_SUPERFOOD\020y\022\024\n\020HATCHERY_MEDICAL\020z\022\030\n\024HA"
- "TCHERY_ROCKET_FUEL\020{\022\032\n\026HATCHERY_SUPERMA"
- "TERIAL\020|\022\023\n\017HATCHERY_FUSION\020}\022\024\n\020HATCHER"
- "Y_QUANTUM\020~\022\030\n\024HATCHERY_IMMORTALITY\020\177\022\025\n"
- "\020HATCHERY_TACHYON\020\200\001\022\026\n\021HATCHERY_GRAVITO"
- "N\020\201\001\022\027\n\022HATCHERY_DILITHIUM\020\202\001\022\025\n\020HATCHER"
- "Y_PRODIGY\020\203\001\022\027\n\022HATCHERY_TERRAFORM\020\204\001\022\030\n"
- "\023HATCHERY_ANTIMATTER\020\205\001\022\031\n\024HATCHERY_DARK"
- "_MATTER\020\206\001\022\020\n\013HATCHERY_AI\020\207\001\022\024\n\017HATCHERY"
- "_NEBULA\020\210\001\022\026\n\021HATCHERY_UNIVERSE\020\211\001\022\033\n\026HA"
- "TCHERY_ENLIGHTENMENT\020\212\001\022\027\n\022HATCHERY_CHOC"
- "OLATE\020\213\001\022\024\n\017HATCHERY_EASTER\020\214\001\022\032\n\025HATCHE"
- "RY_WATERBALLOON\020\215\001\022\026\n\021HATCHERY_FIREWORK\020"
- "\216\001\022\025\n\020HATCHERY_PUMPKIN\020\217\001\022\024\n\017HATCHERY_CU"
- "STOM\020\226\001\022\n\n\005HOA_1\020\252\001\022\n\n\005HOA_2\020\253\001\022\n\n\005HOA_3"
- "\020\254\001\022\026\n\021MISSION_CONTROL_1\020\264\001\022\026\n\021MISSION_C"
- "ONTROL_2\020\265\001\022\026\n\021MISSION_CONTROL_3\020\266\001\022\020\n\013F"
- "UEL_TANK_1\020\310\001\022\020\n\013FUEL_TANK_2\020\311\001\022\020\n\013FUEL_"
- "TANK_3\020\312\001\022\020\n\013FUEL_TANK_4\020\313\001\022\032\n\025HATCHERY_"
- "GRAVITON_TOP\020\364\003\022\033\n\026HATCHERY_NEBULA_MIDDL"
- "E\020\365\003\022\030\n\023HATCHERY_NEBULA_TOP\020\366\003\022 \n\033HATCHE"
- "RY_DARK_MATTER_RING_1\020\371\003\022 \n\033HATCHERY_DAR"
- "K_MATTER_RING_2\020\372\003\022 \n\033HATCHERY_DARK_MATT"
- "ER_RING_3\020\373\003\022\026\n\021HATCHERY_AI_TOP_1\020\376\003\022\026\n\021"
- "HATCHERY_AI_TOP_2\020\377\003\022\026\n\021HATCHERY_AI_TOP_"
- "3\020\200\004\022\026\n\021HATCHERY_AI_TOP_4\020\201\004\022\034\n\027HATCHERY"
- "_UNIVERSE_PROBE\020\203\004\022\033\n\026HATCHERY_UNIVERSE_"
- "BOLT\020\204\004\022\037\n\032HATCHERY_ENLIGHTENMENT_ORB\020\210\004"
- "\022\024\n\017HYPERLOOP_TRACK\020\272\004\022\021\n\014MAILBOX_FULL\020\330"
- "\004\022\014\n\007CHICKEN\020\350\007\022\010\n\003HAT\020\362\007\022\014\n\007UNKNOWN\020\217N\""
- "\252\005\n\014ShellSetSpec\022\022\n\nidentifier\030\001 \001(\t\022\014\n\004"
- "name\030\002 \001(\t\022\r\n\005price\030\003 \001(\r\022 \n\025price_mult_"
- "DEPRECATED\030\010 \001(\001:\0011\022\020\n\010discount\030\021 \001(\001\022\024\n"
- "\014required_eop\030\004 \001(\r\022\032\n\022required_soul_egg"
- "s\030\005 \001(\001\022\033\n\023required_parent_set\030\024 \001(\t\022\016\n\006"
- "is_new\030\t \001(\010\022\017\n\007expires\030\n \001(\010\022\037\n\027seconds"
- "_until_available\030\022 \001(\001\022\031\n\021seconds_remain"
- "ing\030\013 \001(\001\022\022\n\npopularity\030\025 \001(\004\022\021\n\tdecorat"
- "or\030\016 \001(\010\022\031\n\021modified_geometry\030\r \001(\010\022\023\n\013e"
- "lement_set\030\007 \001(\010\022\026\n\016hex_base_color\030\020 \001(\t"
- "\0222\n\nvariations\030\017 \003(\0132\036.ei.ShellSetSpec.V"
- "ariationSpec\022\031\n\004icon\030\023 \001(\0132\013.ei.DLCItem\022"
- "\032\n\022default_appearance\030\006 \001(\010\022\031\n\021custom_ap"
- "pearance\030\014 \001(\010\032\223\001\n\rVariationSpec\022\022\n\niden"
- "tifier\030\001 \001(\t\022\021\n\thex_color\030\002 \001(\t\022\r\n\005price"
- "\030\003 \001(\r\022\025\n\rsort_priority\030\006 \001(\005\022\032\n\022default"
- "_appearance\030\004 \001(\010\022\031\n\021custom_appearance\030\005"
- " \001(\010\"\325\005\n\017ShellObjectSpec\022\022\n\nidentifier\030\001"
- " \001(\t\022\014\n\004name\030\002 \001(\t\022+\n\nasset_type\030\003 \001(\0162\027"
- ".ei.ShellSpec.AssetType\022\024\n\014object_class\030"
- "\016 \001(\t\022\023\n\013icon_colors\030\017 \003(\t\022\r\n\005price\030\004 \001("
- "\r\022\024\n\014required_eop\030\005 \001(\r\022\032\n\022required_soul"
- "_eggs\030\006 \001(\001\022\016\n\006is_new\030\n \001(\010\022\017\n\007expires\030\013"
- " \001(\010\022\037\n\027seconds_until_available\030\022 \001(\001\022\031\n"
- "\021seconds_remaining\030\014 \001(\001\022\022\n\npopularity\030\023"
- " \001(\004\022\020\n\010metadata\030\007 \003(\001\022\017\n\007no_hats\030\r \001(\010\022"
- "\?\n\021chicken_animation\030\020 \001(\0162$.ei.ShellObj"
- "ectSpec.ChickenAnimation\022\025\n\rsort_priorit"
- "y\030\021 \001(\005\022,\n\006pieces\030\010 \003(\0132\034.ei.ShellObject"
- "Spec.LODPiece\022\032\n\022default_appearance\030\t \001("
- "\010\0321\n\010LODPiece\022\030\n\003dlc\030\001 \001(\0132\013.ei.DLCItem\022"
- "\013\n\003lod\030\002 \001(\r\"\235\001\n\020ChickenAnimation\022\020\n\014STA"
- "NDARD_RUN\020\000\022\n\n\006SLOWMO\020\007\022\n\n\006WOBBLE\020\001\022\017\n\013W"
- "OBBLE_LEAN\020\005\022\n\n\006SMOOTH\020\002\022\017\n\013SMOOTH_LEAN\020"
- "\006\022\t\n\005HOVER\020\003\022\023\n\017SIDEWAYS_SMOOTH\020\004\022\021\n\rSID"
- "EWAYS_LEAN\020\010\"\222\001\n\016ShellGroupSpec\022\022\n\nident"
- "ifier\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022+\n\nasset_type\030"
- "\005 \001(\0162\027.ei.ShellSpec.AssetType\022\022\n\nmember"
- "_ids\030\003 \003(\t\022\035\n\025price_mult_DEPRECATED\030\004 \001("
- "\001\"\225\002\n\nDLCCatalog\022\032\n\005items\030\001 \003(\0132\013.ei.DLC"
- "Item\022\035\n\006shells\030\002 \003(\0132\r.ei.ShellSpec\022$\n\ns"
- "hell_sets\030\003 \003(\0132\020.ei.ShellSetSpec\022$\n\ndec"
- "orators\030\006 \003(\0132\020.ei.ShellSetSpec\022*\n\rshell"
- "_objects\030\004 \003(\0132\023.ei.ShellObjectSpec\022(\n\014s"
- "hell_groups\030\005 \003(\0132\022.ei.ShellGroupSpec\022*\n"
- "\"shells_showcase_last_featured_time\030\007 \001("
- "\001\"\226\022\n\007ShellDB\0220\n\017shell_inventory\030\001 \003(\0132\027"
- ".ei.ShellDB.ShellStatus\022\?\n\027shell_element"
- "_inventory\030\005 \003(\0132\036.ei.ShellDB.ShellEleme"
- "ntStatus\022F\n\031shell_variation_inventory\030\010 "
- "\003(\0132#.ei.ShellDB.ShellSetVariationStatus"
- "\0224\n\023shell_set_inventory\030\002 \003(\0132\027.ei.Shell"
- "DB.ShellStatus\0227\n\026shell_object_inventory"
- "\030\004 \003(\0132\027.ei.ShellDB.ShellStatus\0223\n\014farm_"
- "configs\030\003 \003(\0132\035.ei.ShellDB.FarmConfigura"
- "tion\0229\n\rsaved_configs\030\t \003(\0132\".ei.ShellDB"
- ".SavedFarmConfiguration\022\035\n\025new_shells_do"
- "wnloaded\030\006 \003(\t\022\027\n\017new_shells_seen\030\007 \003(\t\022"
- "(\n last_showcase_featured_time_seen\030\013 \001("
- "\001\022\"\n\032lighting_controls_unlocked\030\n \001(\010\0320\n"
- "\013ShellStatus\022\022\n\nidentifier\030\001 \001(\t\022\r\n\005owne"
- "d\030\002 \001(\010\032V\n\022ShellElementStatus\022(\n\007element"
- "\030\001 \001(\0162\027.ei.ShellDB.FarmElement\022\026\n\016set_i"
- "dentifier\030\002 \001(\t\032K\n\027ShellSetVariationStat"
- "us\022\026\n\016set_identifier\030\001 \001(\t\022\030\n\020owned_vari"
- "ations\030\002 \003(\t\032\245\003\n\021FarmConfiguration\0220\n\017lo"
- "cked_elements\030\n \003(\0162\027.ei.ShellDB.FarmEle"
- "ment\0225\n\rshell_configs\030\001 \003(\0132\036.ei.ShellDB"
- ".ShellConfiguration\022<\n\021shell_set_configs"
- "\030\002 \003(\0132!.ei.ShellDB.ShellSetConfiguratio"
- "n\022#\n\033configure_chickens_by_group\030\007 \001(\010\022:"
- "\n\rgroup_configs\030\010 \003(\0132#.ei.ShellDB.Shell"
- "GroupConfiguration\0222\n\017chicken_configs\030\t "
- "\003(\0132\031.ei.ShellDB.ChickenConfig\022\037\n\027lighti"
- "ng_config_enabled\030\013 \001(\010\0223\n\017lighting_conf"
- "ig\030\014 \001(\0132\032.ei.ShellDB.LightingConfig\032\251\001\n"
- "\026SavedFarmConfiguration\022\n\n\002id\030\001 \001(\t\022-\n\006c"
- "onfig\030\002 \001(\0132\035.ei.ShellDB.FarmConfigurati"
- "on\022\030\n\020client_save_time\030\003 \001(\001\022\021\n\tserver_i"
- "d\030\004 \001(\t\022\024\n\014display_name\030\005 \001(\t\022\021\n\tpurchas"
- "ed\030\006 \001(\010\032j\n\022ShellConfiguration\022+\n\nasset_"
- "type\030\001 \001(\0162\027.ei.ShellSpec.AssetType\022\r\n\005i"
- "ndex\030\002 \001(\r\022\030\n\020shell_identifier\030\003 \001(\t\032\252\001\n"
- "\025ShellSetConfiguration\022(\n\007element\030\001 \001(\0162"
- "\027.ei.ShellDB.FarmElement\022\r\n\005index\030\002 \001(\r\022"
- "\034\n\024shell_set_identifier\030\003 \001(\t\022\034\n\024variati"
- "on_identifier\030\004 \001(\t\022\034\n\024decorator_identif"
- "ier\030\005 \001(\t\032`\n\027ShellGroupConfiguration\022+\n\n"
- "asset_type\030\001 \001(\0162\027.ei.ShellSpec.AssetTyp"
- "e\022\030\n\020group_identifier\030\002 \001(\t\032C\n\rChickenCo"
- "nfig\022\032\n\022chicken_identifier\030\001 \001(\t\022\026\n\016hat_"
- "identifier\030\002 \001(\t\032\234\002\n\016LightingConfig\022\036\n\tl"
- "ight_dir\030\001 \001(\0132\013.ei.Vector3\022\'\n\022light_dir"
- "ect_color\030\002 \001(\0132\013.ei.Vector4\022\036\n\026light_di"
- "rect_intensity\030\003 \001(\002\022(\n\023light_ambient_co"
- "lor\030\004 \001(\0132\013.ei.Vector4\022\037\n\027light_ambient_"
- "intensity\030\005 \001(\002\022\036\n\tfog_color\030\006 \001(\0132\013.ei."
- "Vector4\022\020\n\010fog_near\030\007 \001(\002\022\017\n\007fog_far\030\010 \001"
- "(\002\022\023\n\013fog_density\030\t \001(\002\"\340\001\n\013FarmElement\022"
- "\r\n\tHEN_HOUSE\020\001\022\010\n\004SILO\020\002\022\013\n\007MAILBOX\020\003\022\017\n"
- "\013TROPHY_CASE\020\004\022\n\n\006GROUND\020\005\022\r\n\tHARDSCAPE\020"
- "\006\022\r\n\tHYPERLOOP\020\007\022\t\n\005DEPOT\020\010\022\007\n\003LAB\020\t\022\014\n\010"
- "HATCHERY\020\n\022\007\n\003HOA\020\013\022\023\n\017MISSION_CONTROL\020\014"
- "\022\r\n\tFUEL_TANK\020\r\022\013\n\007CHICKEN\020\016\022\007\n\003HAT\020\017\022\013\n"
- "\007UNKNOWN\020c\"\241\001\n\024ShellPopularityStats\022,\n\004d"
- "ata\030\001 \003(\0132\036.ei.ShellPopularityStats.Entr"
- "y\032[\n\005Entry\022\n\n\002id\030\001 \001(\t\022(\n\007element\030\002 \001(\0162"
- "\027.ei.ShellDB.FarmElement\022\r\n\005spent\030\003 \001(\004\022"
- "\r\n\005count\030\004 \001(\004\"\234\002\n\017ShellsActionLog\022#\n\005ri"
- "nfo\030\010 \001(\0132\024.ei.BasicRequestInfo\022\017\n\007user_"
- "id\030\001 \001(\t\022\016\n\006action\030\002 \001(\t\022\016\n\006sub_id\030\003 \001(\t"
- "\022-\n\014farm_element\030\t \001(\0162\027.ei.ShellDB.Farm"
- "Element\022\014\n\004cost\030\004 \001(\r\022\023\n\013approx_time\030\005 \001"
- "(\001\022\017\n\007version\030\006 \001(\t\022\022\n\nfarm_index\030\007 \001(\005\022"
- "\021\n\tsoul_eggs\030\n \001(\001\022\025\n\rtickets_spent\030\013 \001("
- "\004\022\022\n\ngold_spent\030\014 \001(\004\"\261\001\n\032SubmitShellSho"
- "wcaseRequest\022#\n\005rinfo\030\004 \001(\0132\024.ei.BasicRe"
- "questInfo\022\020\n\010local_id\030\001 \001(\t\022\017\n\007user_id\030\002"
- " \001(\t\022\027\n\017public_username\030\005 \001(\010\0222\n\013farm_co"
- "nfig\030\003 \001(\0132\035.ei.ShellDB.FarmConfiguratio"
- "n\"\227\001\n\rShellShowcase\022)\n\003top\030\001 \003(\0132\034.ei.Sh"
- "ellShowcaseListingInfo\022.\n\010featured\030\002 \003(\013"
- "2\034.ei.ShellShowcaseListingInfo\022+\n\005fresh\030"
- "\003 \003(\0132\034.ei.ShellShowcaseListingInfo\"\304\003\n\030"
- "ShellShowcaseListingInfo\022\n\n\002id\030\001 \001(\t\022\020\n\010"
- "local_id\030\014 \001(\t\022\014\n\004name\030\002 \001(\t\022\023\n\013descript"
- "ion\030\003 \001(\t\022\016\n\006is_new\030\017 \001(\010\022\024\n\014creator_nam"
- "e\030\016 \001(\t\0223\n\006status\030\013 \001(\0162#.ei.ShellShowca"
- "seListingInfo.Status\0222\n\013farm_config\030\004 \001("
- "\0132\035.ei.ShellDB.FarmConfiguration\022\r\n\005sale"
- "s\030\005 \001(\r\022\r\n\005gross\030\006 \001(\004\022\r\n\005views\030\007 \001(\004\022\016\n"
- "\006equips\030\r \001(\004\022\r\n\005likes\030\010 \001(\r\022\020\n\010dislikes"
- "\030\t \001(\r\022\021\n\tshare_url\030\n \001(\t\"g\n\006Status\022\010\n\004N"
- "ONE\020\000\022\r\n\tSUBMITTED\020\001\022\010\n\004LIVE\020\002\022\014\n\010FEATUR"
- "ED\020\003\022\021\n\rFEATURED_ALUM\020\005\022\014\n\010ARCHIVED\020\006\022\013\n"
- "\007INVALID\020\004\"g\n#ShowcaseRoyaltyDeliveryCon"
- "firmation\022#\n\005rinfo\030\003 \001(\0132\024.ei.BasicReque"
- "stInfo\022\013\n\003ids\030\001 \003(\t\022\016\n\006amount\030\002 \001(\r\"I\n\027S"
- "hellShowcaseListingSet\022.\n\010listings\030\001 \003(\013"
- "2\034.ei.ShellShowcaseListingInfo\"^\n\021Shells"
- "ActionBatch\022#\n\005rinfo\030\001 \001(\0132\024.ei.BasicReq"
- "uestInfo\022$\n\007actions\030\002 \003(\0132\023.ei.ShellsAct"
- "ionLog\"\321\t\n\030UserVerificationAnalysis\022;\n\016o"
- "verall_status\030\001 \001(\0162#.ei.UserVerificatio"
- "nAnalysis.Status\022\022\n\nstart_time\030\002 \001(\001\022\027\n\017"
- "completion_time\030\003 \001(\001\022\025\n\rnum_prestiges\030\016"
- " \001(\001\022\021\n\tsoul_eggs\030\017 \001(\001\022\030\n\020eggs_of_proph"
- "ecy\030\033 \001(\r\0227\n\niap_status\030\022 \001(\0162#.ei.UserV"
- "erificationAnalysis.Status\022\033\n\023verified_p"
- "ro_permit\030\004 \001(\010\022\035\n\025verified_piggy_breaks"
- "\030\005 \001(\r\022\032\n\022verified_other_iap\030\006 \001(\r\022\026\n\016un"
- "verified_iap\030\007 \001(\r\022\023\n\013gold_earned\030\r \001(\001\022"
- "\031\n\021regular_iap_buyer\030\026 \001(\010\022\033\n\023regular_ia"
- "p_cheater\030\027 \001(\010\022=\n\020artifacts_status\030\023 \001("
- "\0162#.ei.UserVerificationAnalysis.Status\022\032"
- "\n\022missions_completed\030\010 \001(\r\022\033\n\023artifacts_"
- "collected\030\t \001(\001\022\032\n\022artifacts_consumed\030\n "
- "\001(\001\022\036\n\026artifacts_in_inventory\030\013 \001(\001\022#\n\033r"
- "are_artifacts_in_inventory\030! \001(\004\022 \n\030rare"
- "_artifacts_on_server\030\" \001(\004\022(\n legendary_"
- "artifacts_in_inventory\030# \001(\004\022%\n\035legendar"
- "y_artifacts_on_server\030$ \001(\004\022\033\n\023gold_spen"
- "t_crafting\030\025 \001(\001\022\032\n\022excessive_consumes\030\030"
- " \001(\010\022\033\n\023excessive_inventory\030\031 \001(\010\022\027\n\017exc"
- "essive_spend\030\032 \001(\010\022=\n\020contracts_status\030\024"
- " \001(\0162#.ei.UserVerificationAnalysis.Statu"
- "s\022\034\n\024num_coop_memberships\030\014 \001(\r\022\027\n\017valid"
- "_contracts\030\020 \001(\r\022\031\n\021invalid_contracts\030\021 "
- "\003(\t\022\025\n\rexcessive_eop\030\034 \001(\010\022#\n\033excessive_"
- "invalid_contracts\030\035 \001(\010\022\020\n\010verified\030\036 \001("
- "\010\022\035\n\025verification_override\030\037 \001(\010\022#\n\033veri"
- "fication_override_value\030 \001(\010\"3\n\006Status\022"
- "\013\n\007UNKNOWN\020\000\022\016\n\nPROCESSING\020\001\022\014\n\010COMPLETE"
- "\020\002\"\365\005\n\024UserSubscriptionInfo\022:\n\022subscript"
- "ion_level\030\r \001(\0162\036.ei.UserSubscriptionInf"
- "o.Level\022\?\n\027next_subscription_level\030\017 \001(\016"
- "2\036.ei.UserSubscriptionInfo.Level\022$\n\034lock"
- "_next_subscription_level\030\022 \001(\010\022\036\n\010platfo"
- "rm\030\n \001(\0162\014.ei.Platform\022\037\n\027original_trans"
- "action_id\030\001 \001(\t\022\035\n\025linked_transaction_id"
- "\030\020 \001(\t\022\024\n\014acknowledged\030\021 \001(\010\022\030\n\020first_su"
- "bscribed\030\002 \001(\001\022\022\n\nperiod_end\030\004 \001(\001\022/\n\006st"
- "atus\030\005 \001(\0162\037.ei.UserSubscriptionInfo.Sta"
- "tus\022\024\n\014store_status\030\016 \001(\t\022\022\n\nauto_renew\030"
- "\006 \001(\010\022\017\n\007sandbox\030\023 \001(\010\022\024\n\014last_updated\030\007"
- " \001(\001\0226\n\007history\030\t \003(\0132%.ei.UserSubscript"
- "ionInfo.HistoryEntry\022\025\n\rpast_user_ids\030\013 "
- "\003(\t\032F\n\014HistoryEntry\022\021\n\ttimestamp\030\001 \001(\001\022\022"
- "\n\nmessage_id\030\002 \001(\t\022\017\n\007message\030\003 \001(\t\"\036\n\005L"
- "evel\022\014\n\010STANDARD\020\000\022\007\n\003PRO\020\001\"]\n\006Status\022\013\n"
- "\007UNKNOWN\020\000\022\n\n\006ACTIVE\020\001\022\013\n\007EXPIRED\020\002\022\013\n\007R"
- "EVOKED\020\003\022\020\n\014GRACE_PERIOD\020\004\022\016\n\nPAUSE_HOLD"
- "\020\005\"\246\001\n\035SubscriptionChangeHintRequest\022#\n\005"
- "rinfo\030\003 \001(\0132\024.ei.BasicRequestInfo\022\037\n\027ori"
- "ginal_transaction_id\030\001 \001(\t\022\?\n\027next_subsc"
- "ription_level\030\002 \001(\0162\036.ei.UserSubscriptio"
- "nInfo.Level\">\n\022CXPEvalRolloutInfo\022\022\n\ncur"
- "rent_id\030\001 \001(\t\022\024\n\014basis_points\030\002 \001(\r*4\n\010P"
- "latform\022\024\n\020UNKNOWN_PLATFORM\020\000\022\007\n\003IOS\020\001\022\t"
- "\n\005DROID\020\002*=\n\020DeviceFormFactor\022\022\n\016UNKNOWN"
- "_DEVICE\020\000\022\t\n\005PHONE\020\001\022\n\n\006TABLET\020\002*k\n\tAdNe"
- "twork\022\n\n\006VUNGLE\020\000\022\016\n\nCHARTBOOST\020\001\022\r\n\tAD_"
- "COLONY\020\002\022\014\n\010HYPER_MX\020\003\022\t\n\005UNITY\020\004\022\014\n\010FAC"
- "EBOOK\020\005\022\014\n\010APPLOVIN\020\006*\377\002\n\003Egg\022\n\n\006EDIBLE\020"
- "\001\022\r\n\tSUPERFOOD\020\002\022\013\n\007MEDICAL\020\003\022\017\n\013ROCKET_"
- "FUEL\020\004\022\022\n\016SUPER_MATERIAL\020\005\022\n\n\006FUSION\020\006\022\013"
- "\n\007QUANTUM\020\007\022\017\n\013IMMORTALITY\020\010\022\013\n\007TACHYON\020"
- "\t\022\014\n\010GRAVITON\020\n\022\r\n\tDILITHIUM\020\013\022\013\n\007PRODIG"
- "Y\020\014\022\r\n\tTERRAFORM\020\r\022\016\n\nANTIMATTER\020\016\022\017\n\013DA"
- "RK_MATTER\020\017\022\006\n\002AI\020\020\022\n\n\006NEBULA\020\021\022\014\n\010UNIVE"
- "RSE\020\022\022\021\n\rENLIGHTENMENT\020\023\022\r\n\tCHOCOLATE\020d\022"
- "\n\n\006EASTER\020e\022\020\n\014WATERBALLOON\020f\022\014\n\010FIREWOR"
- "K\020g\022\013\n\007PUMPKIN\020h\022\017\n\nCUSTOM_EGG\020\310\001\022\014\n\007UNK"
- "NOWN\020\350\007*-\n\010FarmType\022\t\n\005EMPTY\020\001\022\010\n\004HOME\020\002"
- "\022\014\n\010CONTRACT\020\003*+\n\010GoalType\022\r\n\tEGGS_LAID\020"
- "\001\022\020\n\014UNKNOWN_GOAL\020d*\211\002\n\nRewardType\022\010\n\004CA"
- "SH\020\001\022\010\n\004GOLD\020\002\022\r\n\tSOUL_EGGS\020\003\022\024\n\020EGGS_OF"
- "_PROPHECY\020\004\022\026\n\022EPIC_RESEARCH_ITEM\020\005\022\016\n\nP"
- "IGGY_FILL\020\006\022\024\n\020PIGGY_MULTIPLIER\020\007\022\024\n\020PIG"
- "GY_LEVEL_BUMP\020\010\022\t\n\005BOOST\020\t\022\017\n\013BOOST_TOKE"
- "N\020\n\022\014\n\010ARTIFACT\020\013\022\021\n\rARTIFACT_CASE\020\014\022\013\n\007"
- "CHICKEN\020\r\022\020\n\014SHELL_SCRIPT\020\016\022\022\n\016UNKNOWN_R"
- "EWARD\020d*\347\001\n\nUILocation\022\010\n\004NONE\020\000\022\010\n\004SHOP"
- "\020\001\022\016\n\nBOOST_SHOP\020\002\022\t\n\005PIGGY\020\003\022\016\n\nPRO_PER"
- "MIT\020\004\022\016\n\nULTRA_SHOP\020\n\022\n\n\006SHELLS\020\005\022\016\n\nSHE"
- "LL_SETS\020\006\022\023\n\017SHELLS_SHOWCASE\020\014\022\014\n\010CHICKE"
- "NS\020\007\022\020\n\014CHICKEN_HATS\020\013\022\021\n\rEPIC_RESEARCH\020"
- "\010\022\014\n\010SETTINGS\020\t\022\010\n\004HELP\020\r\022\016\n\nUNIVERSITY\020"
- "\016*\323\002\n\010UserType\022\r\n\tALL_USERS\020\000\022\014\n\010EGGED_U"
- "P\020\017\022\026\n\022CONTRACTS_UNLOCKED\020\001\022\026\n\022ARTIFACTS"
- "_UNLOCKED\020\003\022\026\n\022FUEL_TANK_UNLOCKED\020\004\022\025\n\021P"
- "RO_PERMIT_ACTIVE\020\005\022\020\n\014ULTRA_ACTIVE\020\006\022\021\n\r"
- "NO_PRO_PERMIT\020\007\022\014\n\010NO_ULTRA\020\010\022\026\n\022CONTRAC"
- "TS_INACTIVE\020\t\022\024\n\020CONTRACTS_ACTIVE\020\n\022\024\n\020P"
- "LAYING_CONTRACT\020\013\022\026\n\022ARTIFACTS_INACTIVE\020"
- "\014\022\024\n\020ARTIFACTS_ACTIVE\020\r\022\022\n\016PRESTIGE_READ"
- "Y\020\016\022\022\n\016PIGGY_HESITANT\020\020*4\n\020LeaderboardSc"
- "ope\022\014\n\010ALL_TIME\020\000\022\022\n\016CURRENT_SEASON\020\001"
- ;
-static ::_pbi::once_flag descriptor_table_ei_2eproto_once;
-const ::_pbi::DescriptorTable descriptor_table_ei_2eproto = {
- false, false, 49517, descriptor_table_protodef_ei_2eproto,
+ &::ei::_Vector3_default_instance_._instance,
+ &::ei::_Vector4_default_instance_._instance,
+ &::ei::_Backup_Settings_default_instance_._instance,
+ &::ei::_Backup_Tutorial_default_instance_._instance,
+ &::ei::_Backup_Stats_default_instance_._instance,
+ &::ei::_Backup_Game_default_instance_._instance,
+ &::ei::_Backup_Artifacts_default_instance_._instance,
+ &::ei::_Backup_Shells_default_instance_._instance,
+ &::ei::_Backup_Simulation_default_instance_._instance,
+ &::ei::_Backup_Mission_default_instance_._instance,
+ &::ei::_Backup_Misc_default_instance_._instance,
+ &::ei::_Backup_ResearchItem_default_instance_._instance,
+ &::ei::_Backup_NewsHeadline_default_instance_._instance,
+ &::ei::_Backup_AchievementInfo_default_instance_._instance,
+ &::ei::_Backup_ActiveBoost_default_instance_._instance,
+ &::ei::_Backup_OwnedBoost_default_instance_._instance,
+ &::ei::_Backup_MissionInfo_default_instance_._instance,
+ &::ei::_Backup_default_instance_._instance,
+ &::ei::_EggIncFirstContactRequest_default_instance_._instance,
+ &::ei::_EggIncFirstContactResponse_default_instance_._instance,
+ &::ei::_EggIncAdConfig_default_instance_._instance,
+ &::ei::_DailyGiftInfo_default_instance_._instance,
+ &::ei::_SalesInfoRequest_default_instance_._instance,
+ &::ei::_IAPSaleEntry_default_instance_._instance,
+ &::ei::_SalesInfo_default_instance_._instance,
+ &::ei::_EggIncEvent_default_instance_._instance,
+ &::ei::_EggIncCurrentEvents_default_instance_._instance,
+ &::ei::_DeviceInfo_default_instance_._instance,
+ &::ei::_AppInfo_default_instance_._instance,
+ &::ei::_ActionKeyValuePair_default_instance_._instance,
+ &::ei::_GenericAction_default_instance_._instance,
+ &::ei::_GenericActionBatchRequest_default_instance_._instance,
+ &::ei::_VerifyPurchaseRequest_default_instance_._instance,
+ &::ei::_VerifyPurchaseResponse_default_instance_._instance,
+ &::ei::_CurrencyFlowLog_default_instance_._instance,
+ &::ei::_CurrencyFlowBatchRequest_default_instance_._instance,
+ &::ei::_Reward_default_instance_._instance,
+ &::ei::_GameModifier_default_instance_._instance,
+ &::ei::_CustomEgg_default_instance_._instance,
+ &::ei::_Contract_Goal_default_instance_._instance,
+ &::ei::_Contract_GoalSet_default_instance_._instance,
+ &::ei::_Contract_GradeSpec_default_instance_._instance,
+ &::ei::_Contract_default_instance_._instance,
+ &::ei::_ContractSeasonGoal_default_instance_._instance,
+ &::ei::_ContractSeasonRewardConfirmationRequest_default_instance_._instance,
+ &::ei::_ContractSeasonInfo_GoalSet_default_instance_._instance,
+ &::ei::_ContractSeasonInfo_default_instance_._instance,
+ &::ei::_ContractSeasonInfos_default_instance_._instance,
+ &::ei::_ContractPlayerInfo_SeasonProgress_default_instance_._instance,
+ &::ei::_ContractPlayerInfo_default_instance_._instance,
+ &::ei::_ContractEvaluation_default_instance_._instance,
+ &::ei::_ContractCitation_default_instance_._instance,
+ &::ei::_ContractEvaluationBatch_Pair_default_instance_._instance,
+ &::ei::_ContractEvaluationBatch_default_instance_._instance,
+ &::ei::_CoopCompletionSnapshot_ContributorSnapshot_default_instance_._instance,
+ &::ei::_CoopCompletionSnapshot_default_instance_._instance,
+ &::ei::_BasicRequestInfo_default_instance_._instance,
+ &::ei::_ContractSimConfig_ContractGradeSimConfig_GoalParams_default_instance_._instance,
+ &::ei::_ContractSimConfig_ContractGradeSimConfig_default_instance_._instance,
+ &::ei::_ContractSimConfig_default_instance_._instance,
+ &::ei::_ContractSimPoll_default_instance_._instance,
+ &::ei::_ContractSimPollResponse_default_instance_._instance,
+ &::ei::_ContractSimResultUpdate_GoalInfo_default_instance_._instance,
+ &::ei::_ContractSimResultUpdate_default_instance_._instance,
+ &::ei::_ContractsRequest_default_instance_._instance,
+ &::ei::_ContractsResponse_default_instance_._instance,
+ &::ei::_ContractCoopStatusRequest_default_instance_._instance,
+ &::ei::_FarmProductionParams_default_instance_._instance,
+ &::ei::_PlayerFarmInfo_default_instance_._instance,
+ &::ei::_ContractCoopStatusResponse_ContributionInfo_default_instance_._instance,
+ &::ei::_ContractCoopStatusResponse_CoopGift_default_instance_._instance,
+ &::ei::_ContractCoopStatusResponse_ChickenRun_default_instance_._instance,
+ &::ei::_ContractCoopStatusResponse_default_instance_._instance,
+ &::ei::_LocalContract_default_instance_._instance,
+ &::ei::_MyContracts_default_instance_._instance,
+ &::ei::_QueryCoopRequest_default_instance_._instance,
+ &::ei::_QueryCoopResponse_default_instance_._instance,
+ &::ei::_CreateCoopRequest_default_instance_._instance,
+ &::ei::_CreateCoopResponse_default_instance_._instance,
+ &::ei::_JoinCoopRequest_default_instance_._instance,
+ &::ei::_JoinCoopResponse_default_instance_._instance,
+ &::ei::_AutoJoinCoopRequest_default_instance_._instance,
+ &::ei::_UpdateCoopPermissionsRequest_default_instance_._instance,
+ &::ei::_UpdateCoopPermissionsResponse_default_instance_._instance,
+ &::ei::_LeaveCoopRequest_default_instance_._instance,
+ &::ei::_GiftPlayerCoopRequest_default_instance_._instance,
+ &::ei::_SendChickenRunCoopRequest_default_instance_._instance,
+ &::ei::_ReportPlayerCoopRequest_default_instance_._instance,
+ &::ei::_KickPlayerCoopRequest_default_instance_._instance,
+ &::ei::_IdleSessionSummary_default_instance_._instance,
+ &::ei::_ContractCoopStatusUpdateRequest_default_instance_._instance,
+ &::ei::_ContractCoopStatusUpdateResponse_default_instance_._instance,
+ &::ei::_CoopBuffState_default_instance_._instance,
+ &::ei::_CoopBuffHistory_default_instance_._instance,
+ &::ei::_CoopChickenRunEntry_default_instance_._instance,
+ &::ei::_CoopLastChickenRunTimes_default_instance_._instance,
+ &::ei::_LeaderboardAnalysis_Chunk_default_instance_._instance,
+ &::ei::_LeaderboardAnalysis_default_instance_._instance,
+ &::ei::_LeaderboardInfo_Season_default_instance_._instance,
+ &::ei::_LeaderboardInfo_default_instance_._instance,
+ &::ei::_LeaderboardRequest_default_instance_._instance,
+ &::ei::_LeaderboardResponse_Entry_default_instance_._instance,
+ &::ei::_LeaderboardResponse_default_instance_._instance,
+ &::ei::_ContractsArchive_default_instance_._instance,
+ &::ei::_ContractAction_default_instance_._instance,
+ &::ei::_UserDataInfoRequest_default_instance_._instance,
+ &::ei::_UserDataInfoResponse_default_instance_._instance,
+ &::ei::_ClearAllUserDataRequest_default_instance_._instance,
+ &::ei::_ServerGift_default_instance_._instance,
+ &::ei::_LiveConfig_BoostsConfig_ItemConfig_default_instance_._instance,
+ &::ei::_LiveConfig_BoostsConfig_default_instance_._instance,
+ &::ei::_LiveConfig_GiftConfig_GiftValueConfig_default_instance_._instance,
+ &::ei::_LiveConfig_GiftConfig_GiftMuConfig_default_instance_._instance,
+ &::ei::_LiveConfig_GiftConfig_default_instance_._instance,
+ &::ei::_LiveConfig_MiscConfig_default_instance_._instance,
+ &::ei::_LiveConfig_HelpConfig_HowToVideoInfo_default_instance_._instance,
+ &::ei::_LiveConfig_HelpConfig_default_instance_._instance,
+ &::ei::_LiveConfig_default_instance_._instance,
+ &::ei::_InGameMail_default_instance_._instance,
+ &::ei::_MailDB_default_instance_._instance,
+ &::ei::_TipsDB_default_instance_._instance,
+ &::ei::_MailState_TipState_default_instance_._instance,
+ &::ei::_MailState_default_instance_._instance,
+ &::ei::_PeriodicalsResponse_RoyaltyInfo_default_instance_._instance,
+ &::ei::_PeriodicalsResponse_default_instance_._instance,
+ &::ei::_GetPeriodicalsRequest_default_instance_._instance,
+ &::ei::_ConfigRequest_default_instance_._instance,
+ &::ei::_ConfigResponse_default_instance_._instance,
+ &::ei::_AdAttributionRawData_default_instance_._instance,
+ &::ei::_AdAttributionRow_default_instance_._instance,
+ &::ei::_AdAttributionInfo_default_instance_._instance,
+ &::ei::_ArtifactsClientInfo_LaunchCount_default_instance_._instance,
+ &::ei::_ArtifactsClientInfo_default_instance_._instance,
+ &::ei::_MissionInfo_Fuel_default_instance_._instance,
+ &::ei::_MissionInfo_default_instance_._instance,
+ &::ei::_ArtifactSpec_default_instance_._instance,
+ &::ei::_CompleteArtifact_default_instance_._instance,
+ &::ei::_ArtifactInventoryItem_default_instance_._instance,
+ &::ei::_InventorySlot_default_instance_._instance,
+ &::ei::_ArtifactsConfigurationRequest_default_instance_._instance,
+ &::ei::_ArtifactsConfigurationResponse_MissionParameters_Duration_default_instance_._instance,
+ &::ei::_ArtifactsConfigurationResponse_MissionParameters_default_instance_._instance,
+ &::ei::_ArtifactsConfigurationResponse_ArtifactParameters_default_instance_._instance,
+ &::ei::_ArtifactsConfigurationResponse_CraftingLevelInfo_default_instance_._instance,
+ &::ei::_ArtifactsConfigurationResponse_default_instance_._instance,
+ &::ei::_MissionRequest_default_instance_._instance,
+ &::ei::_MissionResponse_default_instance_._instance,
+ &::ei::_GetActiveMissionsResponse_default_instance_._instance,
+ &::ei::_CompleteMissionResponse_SecureArtifactSpec_default_instance_._instance,
+ &::ei::_CompleteMissionResponse_default_instance_._instance,
+ &::ei::_CollectContractArtifactRewardsRequest_default_instance_._instance,
+ &::ei::_CraftArtifactRequest_default_instance_._instance,
+ &::ei::_CraftArtifactResponse_default_instance_._instance,
+ &::ei::_ConsumeArtifactRequest_default_instance_._instance,
+ &::ei::_ConsumeArtifactResponse_default_instance_._instance,
+ &::ei::_AuthenticateArtifactResponse_default_instance_._instance,
+ &::ei::_SetArtifactRequest_default_instance_._instance,
+ &::ei::_SetArtifactResponse_default_instance_._instance,
+ &::ei::_ArtifactsDB_ActiveArtifactSlot_default_instance_._instance,
+ &::ei::_ArtifactsDB_ActiveArtifactSet_default_instance_._instance,
+ &::ei::_ArtifactsDB_CraftableArtifact_default_instance_._instance,
+ &::ei::_ArtifactsDB_default_instance_._instance,
+ &::ei::_AuthenticatedMessage_default_instance_._instance,
+ &::ei::_LogCompleteMissionPayload_default_instance_._instance,
+ &::ei::_LogCraftArtifactPayload_default_instance_._instance,
+ &::ei::_LogConsumeArtifactPayload_default_instance_._instance,
+ &::ei::_LogSetArtifactPayload_default_instance_._instance,
+ &::ei::_AccountTransferPayload_default_instance_._instance,
+ &::ei::_SaveBackupResponse_default_instance_._instance,
+ &::ei::_CleanAccountRequest_default_instance_._instance,
+ &::ei::_ReturnEDTPayload_default_instance_._instance,
+ &::ei::_DLCItem_default_instance_._instance,
+ &::ei::_ShellSpec_ShellPiece_default_instance_._instance,
+ &::ei::_ShellSpec_default_instance_._instance,
+ &::ei::_ShellSetSpec_VariationSpec_default_instance_._instance,
+ &::ei::_ShellSetSpec_default_instance_._instance,
+ &::ei::_ShellObjectSpec_LODPiece_default_instance_._instance,
+ &::ei::_ShellObjectSpec_default_instance_._instance,
+ &::ei::_ShellGroupSpec_default_instance_._instance,
+ &::ei::_DLCCatalog_default_instance_._instance,
+ &::ei::_ShellDB_ShellStatus_default_instance_._instance,
+ &::ei::_ShellDB_ShellElementStatus_default_instance_._instance,
+ &::ei::_ShellDB_ShellSetVariationStatus_default_instance_._instance,
+ &::ei::_ShellDB_FarmConfiguration_default_instance_._instance,
+ &::ei::_ShellDB_SavedFarmConfiguration_default_instance_._instance,
+ &::ei::_ShellDB_ShellConfiguration_default_instance_._instance,
+ &::ei::_ShellDB_ShellSetConfiguration_default_instance_._instance,
+ &::ei::_ShellDB_ShellGroupConfiguration_default_instance_._instance,
+ &::ei::_ShellDB_ChickenConfig_default_instance_._instance,
+ &::ei::_ShellDB_LightingConfig_default_instance_._instance,
+ &::ei::_ShellDB_default_instance_._instance,
+ &::ei::_ShellPopularityStats_Entry_default_instance_._instance,
+ &::ei::_ShellPopularityStats_default_instance_._instance,
+ &::ei::_ShellsActionLog_default_instance_._instance,
+ &::ei::_SubmitShellShowcaseRequest_default_instance_._instance,
+ &::ei::_ShellShowcase_default_instance_._instance,
+ &::ei::_ShellShowcaseListingInfo_default_instance_._instance,
+ &::ei::_ShowcaseRoyaltyDeliveryConfirmation_default_instance_._instance,
+ &::ei::_ShellShowcaseListingSet_default_instance_._instance,
+ &::ei::_ShellsActionBatch_default_instance_._instance,
+ &::ei::_UserVerificationAnalysis_default_instance_._instance,
+ &::ei::_UserSubscriptionInfo_HistoryEntry_default_instance_._instance,
+ &::ei::_UserSubscriptionInfo_default_instance_._instance,
+ &::ei::_SubscriptionChangeHintRequest_default_instance_._instance,
+ &::ei::_CXPEvalRolloutInfo_default_instance_._instance,
+};
+const char descriptor_table_protodef_ei_2eproto[] ABSL_ATTRIBUTE_SECTION_VARIABLE(
+ protodesc_cold) = {
+ "\n\010ei.proto\022\002ei\"*\n\007Vector3\022\t\n\001x\030\001 \001(\002\022\t\n\001"
+ "y\030\002 \001(\002\022\t\n\001z\030\003 \001(\002\"5\n\007Vector4\022\t\n\001x\030\001 \001(\002"
+ "\022\t\n\001y\030\002 \001(\002\022\t\n\001z\030\003 \001(\002\022\t\n\001w\030\004 \001(\002\"\3501\n\006Ba"
+ "ckup\022\017\n\007user_id\030\001 \001(\t\022\022\n\nei_user_id\030\022 \001("
+ "\t\022\030\n\020game_services_id\030\020 \001(\t\022\024\n\014push_user"
+ "_id\030\032 \001(\t\022\021\n\tdevice_id\030\021 \001(\t\022\021\n\tuser_nam"
+ "e\030\002 \001(\t\022\023\n\013approx_time\030\003 \001(\001\022\022\n\007version\030"
+ "\025 \001(\r:\0010\022\032\n\022force_offer_backup\030\024 \001(\010\022\024\n\014"
+ "force_backup\030\026 \001(\010\022%\n\010settings\030\004 \001(\0132\023.e"
+ "i.Backup.Settings\022%\n\010tutorial\030\005 \001(\0132\023.ei"
+ ".Backup.Tutorial\022\037\n\005stats\030\006 \001(\0132\020.ei.Bac"
+ "kup.Stats\022\035\n\004game\030\007 \001(\0132\017.ei.Backup.Game"
+ "\022\'\n\tartifacts\030\016 \001(\0132\024.ei.Backup.Artifact"
+ "s\022!\n\006shells\030\031 \001(\0132\021.ei.Backup.Shells\022\"\n\003"
+ "sim\030\010 \001(\0132\025.ei.Backup.Simulation\022$\n\005farm"
+ "s\030\014 \003(\0132\025.ei.Backup.Simulation\022#\n\007missio"
+ "n\030\t \001(\0132\022.ei.Backup.Mission\022\035\n\004misc\030\n \001("
+ "\0132\017.ei.Backup.Misc\022\"\n\tcontracts\030\r \001(\0132\017."
+ "ei.MyContracts\022%\n\014artifacts_db\030\017 \001(\0132\017.e"
+ "i.ArtifactsDB\022\035\n\010shell_db\030\030 \001(\0132\013.ei.She"
+ "llDB\022\025\n\rread_mail_ids\030\027 \003(\t\022!\n\nmail_stat"
+ "e\030\033 \001(\0132\r.ei.MailState\022\020\n\010checksum\030d \001(\004"
+ "\022\021\n\tsignature\030e \001(\t\032\357\006\n\010Settings\022\013\n\003sfx\030"
+ "\001 \001(\010\022\r\n\005music\030\002 \001(\010\022\030\n\020low_battery_mode"
+ "\030\003 \001(\010\022\034\n\024low_performance_mode\030\004 \001(\010\022\037\n\027"
+ "force_touch_chicken_btn\030\t \001(\010\022\035\n\025notific"
+ "ations_queried\030\005 \001(\010\022$\n\034last_notificatio"
+ "n_query_time\030\033 \001(\001\022\030\n\020notifications_on\030\006"
+ " \001(\010\022\031\n\021notify_daily_gift\030\013 \001(\010\022\027\n\017low_p"
+ "erformance\030\n \001(\010\022\031\n\021auto_stop_fueling\030\031 "
+ "\001(\010\022\023\n\013max_enabled\030\032 \001(\010\022\026\n\016hide_cc_stat"
+ "us\030\034 \001(\010\022 \n\030contracts_widget_enabled\030\035 \001"
+ "(\010\022\030\n\020artifact_sparkle\030\036 \001(\010\022\030\n\020last_bac"
+ "kup_time\030\030 \001(\001\022\025\n\rcoppa_queried\030\007 \001(\010\022\030\n"
+ "\020coppa_restricted\030\010 \001(\010\022\034\n\024gdpr_consent_"
+ "queried\030\014 \001(\010\022\033\n\023gdpr_age_restricted\030\020 \001"
+ "(\010\022\032\n\022gdpr_consent_given\030\r \001(\010\022\023\n\013age_qu"
+ "eried\030\022 \001(\010\022\035\n\016age_restricted\030\023 \001(\010:\005fal"
+ "se\022\'\n\037data_collection_consent_queried\030\024 "
+ "\001(\010\022%\n\035data_collection_consent_given\030\025 \001"
+ "(\010\022\034\n\024last_day_age_queried\030\021 \001(\r\022\036\n\020user"
+ "_ads_enabled\030\016 \001(\010:\004true\022 \n\022user_cloud_e"
+ "nabled\030\017 \001(\010:\004true\022$\n\026user_analytics_ena"
+ "bled\030\026 \001(\010:\004true\022+\n\035user_personalized_ad"
+ "s_enabled\030\027 \001(\010:\004true\032\240\002\n\010Tutorial\022\023\n\013in"
+ "tro_shown\030\001 \001(\010\022\034\n\024click_tutorial_shown\030"
+ "\002 \001(\010\022\025\n\rbuy_hab_shown\030\003 \001(\010\022\032\n\022hire_veh"
+ "icle_shown\030\004 \001(\010\022\023\n\013q_num_shown\030\005 \001(\010\022\023\n"
+ "\013s_num_shown\030\006 \001(\010\022\033\n\023contracts_tab_show"
+ "n\030\007 \001(\010\022\033\n\023contract_info_shown\030\010 \001(\010\022\027\n\017"
+ "join_coop_shown\030\t \001(\010\022\031\n\021switch_farm_sho"
+ "wn\030\n \001(\010\022\026\n\016tutorial_shown\030\013 \003(\010\032\335\003\n\005Sta"
+ "ts\022\026\n\016egg_totals_OLD\030\001 \003(\004\022\022\n\negg_totals"
+ "\030\010 \003(\001\022\037\n\027unlimited_chickens_uses\030\007 \001(\004\022"
+ "\023\n\013refill_uses\030\002 \001(\004\022\023\n\013warp_1_uses\030\004 \001("
+ "\004\022\023\n\013warp_8_uses\030\005 \001(\004\022\023\n\013boosts_used\030\r "
+ "\001(\004\022\032\n\022video_doubler_uses\030\003 \001(\004\022\027\n\017drone"
+ "_takedowns\030\006 \001(\004\022\035\n\025drone_takedowns_elit"
+ "e\030\n \001(\004\022\025\n\rnum_prestiges\030\t \001(\004\022\030\n\020num_pi"
+ "ggy_breaks\030\013 \001(\004\022\033\n\023iap_packs_purchased\030"
+ "\014 \001(\004\022\022\n\npiggy_full\030\016 \001(\010\022\030\n\020piggy_found"
+ "_full\030\017 \001(\010\022\"\n\032time_piggy_filled_realtim"
+ "e\030\020 \001(\001\022 \n\030time_piggy_full_gametime\030\021 \001("
+ "\001\022\035\n\025lost_piggy_increments\030\022 \001(\004\032\321\t\n\004Gam"
+ "e\022\027\n\014current_farm\030\026 \001(\r:\0010\022 \n\017max_egg_re"
+ "ached\030\001 \001(\0162\007.ei.Egg\022\032\n\022golden_eggs_earn"
+ "ed\030\002 \001(\004\022\031\n\021golden_eggs_spent\030\003 \001(\004\022\035\n\025u"
+ "ncliamed_golden_eggs\030\020 \001(\004\022\021\n\tsoul_eggs\030"
+ "\004 \001(\004\022\033\n\023unclaimed_soul_eggs\030\021 \001(\004\022\023\n\013so"
+ "ul_eggs_d\030\" \001(\001\022\035\n\025unclaimed_soul_eggs_d"
+ "\030# \001(\001\022\030\n\020eggs_of_prophecy\030\027 \001(\004\022\"\n\032uncl"
+ "aimed_eggs_of_prophecy\030\030 \001(\004\022\034\n\024shell_sc"
+ "ripts_earned\030& \001(\004\022\033\n\023shell_scripts_spen"
+ "t\030\' \001(\004\022\037\n\027unclaimed_shell_scripts\030( \001(\004"
+ "\022\034\n\024prestige_cash_earned\030\005 \001(\001\022 \n\030presti"
+ "ge_soul_boost_cash\030! \001(\001\022\034\n\024lifetime_cas"
+ "h_earned\030\006 \001(\001\022\022\n\npiggy_bank\030\007 \001(\004\022\036\n\026pi"
+ "ggy_full_alert_shown\030\037 \001(\010\022\024\n\014permit_lev"
+ "el\030\010 \001(\r\022.\n\repic_research\030\t \003(\0132\027.ei.Bac"
+ "kup.ResearchItem\022\031\n\021hyperloop_station\030\035 "
+ "\001(\010\022\034\n\024next_daily_gift_time\030\n \001(\001\022%\n\035las"
+ "t_daily_gift_collected_day\030\024 \001(\r\022!\n\031num_"
+ "daily_gifts_collected\030\034 \001(\r\022%\n\004news\030\013 \003("
+ "\0132\027.ei.Backup.NewsHeadline\022\026\n\016last_news_"
+ "time\030\014 \001(\001\022\032\n\022current_multiplier\030\r \001(\001\022%"
+ "\n\035current_multiplier_expiration\030\016 \001(\001\0220\n"
+ "\014achievements\030\017 \003(\0132\032.ei.Backup.Achievem"
+ "entInfo\022\035\n\025max_farm_size_reached\030\022 \003(\004\022\027"
+ "\n\017egg_medal_level\030\023 \003(\r\022\"\n\032long_idle_not"
+ "ification_set\030\031 \001(\010\022(\n long_idle_notific"
+ "ation_threshold\030\032 \001(\001\022\030\n\020long_idle_rewar"
+ "d\030\033 \001(\001\022%\n\006boosts\030\036 \003(\0132\025.ei.Backup.Owne"
+ "dBoost\022\"\n\032total_time_cheats_detected\030 \001"
+ "(\r\022\035\n\025force_elite_contracts\030$ \001(\010\022!\n\031new"
+ "_player_event_end_time\030% \001(\001\032\262\004\n\tArtifac"
+ "ts\022\020\n\010infusing\030\001 \001(\010\0225\n\022item_being_infus"
+ "ed\030\002 \001(\0132\031.ei.ArtifactInventoryItem\022,\n\022s"
+ "pec_being_infused\030\r \001(\0132\020.ei.ArtifactSpe"
+ "c\022\"\n\021egg_type_infusing\030\003 \001(\0162\007.ei.Egg\022\036\n"
+ "\026infusing_eggs_required\030\004 \001(\001\022\024\n\014eggs_in"
+ "fused\030\005 \001(\001\022&\n\031flow_percentage_artifacts"
+ "\030\006 \001(\001:\0030.5\022\035\n\017fueling_enabled\030\007 \001(\010:\004tr"
+ "ue\022\034\n\024tank_filling_enabled\030\016 \001(\010\022\022\n\ntank"
+ "_level\030\017 \001(\r\022\022\n\ntank_fuels\030\020 \003(\001\022\023\n\013tank"
+ "_limits\030\022 \003(\001\0223\n\020last_fueled_ship\030\t \001(\0162"
+ "\031.ei.MissionInfo.Spaceship\022\027\n\017inventory_"
+ "score\030\n \001(\001\022\023\n\013crafting_xp\030\021 \001(\001\022\017\n\007enab"
+ "led\030\013 \001(\010\022\023\n\013intro_shown\030\014 \001(\010\022)\n\033infusi"
+ "ng_enabled_DEPRECATED\030\010 \001(\010:\004true\032M\n\006She"
+ "lls\022\023\n\013intro_alert\030\001 \001(\010\022\035\n\025contracts_in"
+ "tro_alert\030\002 \001(\010\022\017\n\007num_new\030\003 \003(\005\032\343\006\n\nSim"
+ "ulation\022\031\n\010egg_type\030\001 \001(\0162\007.ei.Egg\022\037\n\tfa"
+ "rm_type\030\023 \001(\0162\014.ei.FarmType\022\023\n\013contract_"
+ "id\030\024 \001(\t\022\023\n\013cash_earned\030\002 \001(\001\022\022\n\ncash_sp"
+ "ent\030\003 \001(\001\022\026\n\016unclaimed_cash\030\004 \001(\001\022\026\n\016las"
+ "t_step_time\030\005 \001(\001\022\024\n\014num_chickens\030\006 \001(\004\022"
+ "\036\n\026num_chickens_unsettled\030\007 \001(\004\022\034\n\024num_c"
+ "hickens_running\030\010 \001(\004\022\021\n\teggs_laid\030\t \001(\001"
+ "\022\024\n\014eggs_shipped\030\036 \001(\001\022\025\n\reggs_paid_for\030"
+ "\n \001(\001\022\023\n\013silos_owned\030\013 \001(\r\022\014\n\004habs\030\014 \003(\r"
+ "\022\026\n\016hab_population\030\r \003(\004\022\036\n\026hab_populati"
+ "on_indound\030\016 \003(\004\022!\n\031hab_incubator_popupl"
+ "ation\030\017 \003(\001\022\033\n\023hatchery_population\030\020 \001(\001"
+ "\022\020\n\010vehicles\030\021 \003(\r\022\024\n\014train_length\030\025 \003(\r"
+ "\0220\n\017common_research\030\022 \003(\0132\027.ei.Backup.Re"
+ "searchItem\022-\n\ractive_boosts\030\026 \003(\0132\026.ei.B"
+ "ackup.ActiveBoost\022\034\n\024last_cash_boost_tim"
+ "e\030\037 \001(\001\022\034\n\024time_cheats_detected\030\027 \001(\r\022\027\n"
+ "\017time_cheat_debt\030\030 \001(\001\022\035\n\025boost_tokens_r"
+ "eceived\030\031 \001(\r\022\032\n\022boost_tokens_spent\030\032 \001("
+ "\r\022\032\n\022boost_tokens_given\030\034 \001(\r\022\036\n\026unclaim"
+ "ed_boost_tokens\030\033 \001(\r\022\'\n\037gametime_until_"
+ "next_boost_token\030\035 \001(\001\032\177\n\007Mission\022\027\n\017cur"
+ "rent_mission\030\001 \001(\t\022\027\n\017reference_value\030\002 "
+ "\001(\001\022\030\n\020current_missions\030\004 \003(\t\022(\n\010mission"
+ "s\030\003 \003(\0132\026.ei.Backup.MissionInfo\032\324\005\n\004Misc"
+ "\022\034\n\024chicken_btn_pref_big\030\001 \001(\010\022\"\n\032free_h"
+ "atchery_refill_given\030\002 \001(\010\022\'\n\025last_share"
+ "_farm_value\030\003 \001(\001:\01010000000\022-\n\033last_shar"
+ "e_swarm_farm_value\030\004 \001(\001:\01010000000\022\"\n\025la"
+ "st_share_swarm_size\030\005 \001(\001:\003140\0224\n(last_p"
+ "restige_alert_soul_eggs_DEPRECATED\030\n \001(\004"
+ ":\00245\022\023\n\013friend_rank\030\006 \001(\004\022\027\n\017friend_rank"
+ "_pop\030\007 \001(\004\022\023\n\013global_rank\030\010 \001(\004\022\027\n\017globa"
+ "l_rank_pop\030\t \001(\004\022\030\n\020challenges_alert\030\024 \001"
+ "(\010\022\024\n\014trophy_alert\030\013 \001(\010\022\020\n\010ar_alert\030\014 \001"
+ "(\010\022\027\n\017contracts_alert\030\r \001(\010\022\032\n\022contracts"
+ "_alert_v2\030\025 \001(\010\022\022\n\ncoop_alert\030\016 \001(\010\022\025\n\rc"
+ "oop_alert_v2\030\026 \001(\010\022\024\n\014switch_alert\030\017 \001(\010"
+ "\022\035\n\025egg_of_prophecy_alert\030\020 \001(\010\022\031\n\021boost"
+ "_token_alert\030\021 \001(\010\022\026\n\016soul_egg_alert\030\022 \001"
+ "(\010\022\035\n\025backup_reminder_alert\030\023 \001(\010\022\030\n\020max"
+ "_button_alert\030\027 \001(\010\022\034\n\024mission_target_al"
+ "ert\030\030 \001(\010\022\033\n\023colleggtibles_alert\030\031 \001(\010\032)"
+ "\n\014ResearchItem\022\n\n\002id\030\001 \001(\t\022\r\n\005level\030\002 \001("
+ "\r\032(\n\014NewsHeadline\022\n\n\002id\030\001 \001(\t\022\014\n\004read\030\002 "
+ "\001(\010\032/\n\017AchievementInfo\022\n\n\002id\030\001 \001(\t\022\020\n\010ac"
+ "hieved\030\002 \001(\010\032P\n\013ActiveBoost\022\020\n\010boost_id\030"
+ "\001 \001(\t\022\026\n\016time_remaining\030\002 \001(\001\022\027\n\017referen"
+ "ce_value\030\003 \001(\001\032-\n\nOwnedBoost\022\020\n\010boost_id"
+ "\030\001 \001(\t\022\r\n\005count\030\002 \001(\r\032E\n\013MissionInfo\022\n\n\002"
+ "id\030\001 \001(\t\022\021\n\tcompleted\030\002 \001(\010\022\027\n\017reference"
+ "_value\030\003 \001(\001\"\334\001\n\031EggIncFirstContactReque"
+ "st\022#\n\005rinfo\030\010 \001(\0132\024.ei.BasicRequestInfo\022"
+ "\022\n\nei_user_id\030\004 \001(\t\022\017\n\007user_id\030\001 \001(\t\022\030\n\020"
+ "game_services_id\030\007 \001(\t\022\021\n\tdevice_id\030\005 \001("
+ "\t\022\020\n\010username\030\006 \001(\t\022\026\n\016client_version\030\002 "
+ "\001(\r\022\036\n\010platform\030\003 \001(\0162\014.ei.Platform\"\366\001\n\032"
+ "EggIncFirstContactResponse\022\022\n\nei_user_id"
+ "\030\002 \001(\t\022\027\n\017ids_transferred\030\003 \003(\t\022\025\n\nerror"
+ "_code\030\004 \001(\r:\0010\022\025\n\rerror_message\030\005 \001(\t\022\032\n"
+ "\006backup\030\001 \001(\0132\n.ei.Backup\"a\n\nErrorCodes\022"
+ "\014\n\010NO_ERROR\020\000\022\034\n\030EXISTING_USER_W_GAMER_I"
+ "D\020\001\022\022\n\016USER_NOT_FOUND\020\002\022\023\n\017BACKUP_CONFLI"
+ "CT\020\003\"9\n\016EggIncAdConfig\022\'\n\020network_priori"
+ "ty\030\001 \003(\0162\r.ei.AdNetwork\"A\n\rDailyGiftInfo"
+ "\022\023\n\013current_day\030\001 \001(\r\022\033\n\023seconds_to_next"
+ "_day\030\002 \001(\001\"\310\001\n\020SalesInfoRequest\022\017\n\007user_"
+ "id\030\001 \001(\t\022\022\n\npiggy_full\030\002 \001(\010\022\030\n\020piggy_fo"
+ "und_full\030\003 \001(\010\022\035\n\025seconds_full_realtime\030"
+ "\004 \001(\001\022\035\n\025seconds_full_gametime\030\005 \001(\001\022\027\n\017"
+ "lost_increments\030\007 \001(\r\022\036\n\026current_client_"
+ "version\030\n \001(\r\"g\n\014IAPSaleEntry\022\022\n\nproduct"
+ "_id\030\001 \001(\t\022\031\n\021seconds_remaining\030\002 \001(\001\022\027\n\017"
+ "discount_string\030\003 \001(\t\022\017\n\007sale_id\030\004 \001(\t\","
+ "\n\tSalesInfo\022\037\n\005sales\030\001 \003(\0132\020.ei.IAPSaleE"
+ "ntry\"\247\001\n\013EggIncEvent\022\022\n\nidentifier\030\001 \001(\t"
+ "\022\031\n\021seconds_remaining\030\002 \001(\001\022\014\n\004type\030\003 \001("
+ "\t\022\022\n\nmultiplier\030\004 \001(\001\022\020\n\010subtitle\030\005 \001(\t\022"
+ "\022\n\nstart_time\030\006 \001(\001\022\020\n\010duration\030\007 \001(\001\022\017\n"
+ "\007cc_only\030\010 \001(\010\"6\n\023EggIncCurrentEvents\022\037\n"
+ "\006events\030\001 \003(\0132\017.ei.EggIncEvent\"\251\002\n\nDevic"
+ "eInfo\022\021\n\tdevice_id\030\001 \001(\t\022\026\n\016advertising_"
+ "id\030\r \001(\t\022\020\n\010platform\030\002 \001(\t\022\023\n\013form_facto"
+ "r\030\003 \001(\t\022\023\n\013device_name\030\004 \001(\t\022\030\n\020platform"
+ "_version\030\005 \001(\t\022\026\n\016locale_country\030\006 \001(\t\022\027"
+ "\n\017locale_language\030\007 \001(\t\022\022\n\ngpu_vendor\030\010 "
+ "\001(\t\022\021\n\tgpu_model\030\t \001(\t\022\025\n\rdevice_bucket\030"
+ "\n \001(\t\022\024\n\014screen_width\030\013 \001(\r\022\025\n\rscreen_he"
+ "ight\030\014 \001(\r\"\325\005\n\007AppInfo\022\023\n\013version_str\030\001 "
+ "\001(\t\022\020\n\010sessions\030\002 \001(\r\022\025\n\rnum_prestiges\030\003"
+ " \001(\r\022\021\n\tsoul_eggs\030\004 \001(\004\022\023\n\013current_egg\030\005"
+ " \001(\r\022\023\n\013gold_earned\030\006 \001(\004\022\022\n\ngold_spent\030"
+ "\007 \001(\004\022\027\n\017current_mission\030\010 \001(\r\022\022\n\npiggy_"
+ "size\030\t \001(\r\022\030\n\020num_piggy_breaks\030\n \001(\004\022\035\n\025"
+ "verified_piggy_breaks\030\035 \001(\004\022\033\n\023iap_packs"
+ "_purchased\030\013 \001(\004\022\024\n\014permit_level\030\014 \001(\r\022\032"
+ "\n\022video_doubler_uses\030\017 \001(\004\022\027\n\017drone_take"
+ "downs\030\022 \001(\004\022\035\n\025drone_takedowns_elite\030\023 \001"
+ "(\004\022\031\n\021trophies_unlocked\030\024 \001(\010\022\021\n\tegg_lev"
+ "el\030\025 \001(\002\022\027\n\017struggle_factor\030\026 \001(\002\022\022\n\npig"
+ "gy_full\030\027 \001(\010\022\030\n\020piggy_found_full\030\030 \001(\010\022"
+ " \n\030time_piggy_full_realtime\030\031 \001(\001\022 \n\030tim"
+ "e_piggy_full_gametime\030\032 \001(\001\022\035\n\025lost_pigg"
+ "y_increments\030\033 \001(\004\022\017\n\007sale_id\030\034 \001(\t\022\037\n\027u"
+ "nlimited_chickens_uses\030\r \001(\004\022\023\n\013refill_u"
+ "ses\030\016 \001(\004\022\027\n\017short_warp_uses\030\020 \001(\004\022\026\n\016lo"
+ "ng_warp_uses\030\021 \001(\004\"0\n\022ActionKeyValuePair"
+ "\022\013\n\003key\030\001 \002(\t\022\r\n\005value\030\002 \002(\t\"\354\001\n\rGeneric"
+ "Action\022\017\n\007user_id\030\001 \001(\t\022\017\n\007cc_user\030\t \001(\010"
+ "\022\026\n\016advertising_id\030\007 \001(\t\022\027\n\017approx_time_"
+ "DEP\030\002 \001(\002\022\023\n\013approx_time\030\010 \001(\001\022\023\n\013action"
+ "_name\030\003 \001(\t\022$\n\004data\030\004 \003(\0132\026.ei.ActionKey"
+ "ValuePair\022\030\n\003app\030\005 \001(\0132\013.ei.AppInfo\022\036\n\006d"
+ "evice\030\006 \001(\0132\016.ei.DeviceInfo\"d\n\031GenericAc"
+ "tionBatchRequest\022#\n\005rinfo\030\001 \001(\0132\024.ei.Bas"
+ "icRequestInfo\022\"\n\007actions\030\002 \003(\0132\021.ei.Gene"
+ "ricAction\"\326\001\n\025VerifyPurchaseRequest\022#\n\005r"
+ "info\030\006 \001(\0132\024.ei.BasicRequestInfo\022\013\n\003sku\030"
+ "\001 \001(\t\022\026\n\016transaction_id\030\002 \001(\t\022\037\n\027origina"
+ "l_transaction_id\030\010 \001(\t\022\017\n\007receipt\030\003 \001(\t\022"
+ "\020\n\010platform\030\004 \001(\t\022\017\n\007sandbox\030\007 \001(\010\022\036\n\003lo"
+ "g\030\005 \001(\0132\021.ei.GenericAction\";\n\026VerifyPurc"
+ "haseResponse\022\020\n\010verified\030\001 \001(\010\022\017\n\007messag"
+ "e\030\002 \001(\t\"\334\001\n\017CurrencyFlowLog\022\017\n\007user_id\030\001"
+ " \001(\t\022\023\n\013approx_time\030\002 \001(\001\022 \n\010currency\030\003 "
+ "\001(\0162\016.ei.RewardType\022\016\n\006amount\030\004 \001(\003\022\020\n\010l"
+ "ocation\030\005 \001(\t\022\017\n\007version\030\006 \001(\t\022\020\n\010platfo"
+ "rm\030\007 \001(\t\022\021\n\tsoul_eggs\030\010 \001(\001\022\025\n\rtickets_s"
+ "pent\030\t \001(\004\022\022\n\ngold_spent\030\n \001(\004\"b\n\030Curren"
+ "cyFlowBatchRequest\022#\n\005rinfo\030\002 \001(\0132\024.ei.B"
+ "asicRequestInfo\022!\n\004logs\030\001 \003(\0132\023.ei.Curre"
+ "ncyFlowLog\"]\n\006Reward\022#\n\013reward_type\030\001 \001("
+ "\0162\016.ei.RewardType\022\027\n\017reward_sub_type\030\002 \001"
+ "(\t\022\025\n\rreward_amount\030\003 \001(\001\"\262\002\n\014GameModifi"
+ "er\0221\n\tdimension\030\001 \001(\0162\036.ei.GameModifier."
+ "GameDimension\022\r\n\005value\030\002 \001(\001\022\023\n\013descript"
+ "ion\030\003 \001(\t\"\312\001\n\rGameDimension\022\013\n\007INVALID\020\000"
+ "\022\014\n\010EARNINGS\020\001\022\021\n\rAWAY_EARNINGS\020\002\022\032\n\026INT"
+ "ERNAL_HATCHERY_RATE\020\003\022\023\n\017EGG_LAYING_RATE"
+ "\020\004\022\025\n\021SHIPPING_CAPACITY\020\005\022\020\n\014HAB_CAPACIT"
+ "Y\020\006\022\020\n\014VEHICLE_COST\020\007\022\014\n\010HAB_COST\020\010\022\021\n\rR"
+ "ESEARCH_COST\020\t\"\343\001\n\tCustomEgg\022\022\n\nidentifi"
+ "er\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022\023\n\013description\030\003 "
+ "\001(\t\022\r\n\005value\030\004 \001(\001\022\023\n\013hatchery_id\030\005 \001(\t\022"
+ "\026\n\016hatchery_max_x\030\006 \001(\001\022\031\n\004icon\030\007 \001(\0132\013."
+ "ei.DLCItem\022\022\n\nicon_width\030\025 \001(\001\022\023\n\013icon_h"
+ "eight\030\026 \001(\001\022\037\n\005buffs\030\010 \003(\0132\020.ei.GameModi"
+ "fier\"\247\010\n\010Contract\022\022\n\nidentifier\030\001 \001(\t\022\014\n"
+ "\004name\030\t \001(\t\022\023\n\013description\030\n \001(\t\022\024\n\003egg\030"
+ "\002 \001(\0162\007.ei.Egg\022\025\n\rcustom_egg_id\030\031 \001(\t\022 \n"
+ "\005goals\030\003 \003(\0132\021.ei.Contract.Goal\022\'\n\tgoal_"
+ "sets\030\020 \003(\0132\024.ei.Contract.GoalSet\022+\n\013grad"
+ "e_specs\030\024 \003(\0132\026.ei.Contract.GradeSpec\022\021\n"
+ "\tseason_id\030\027 \001(\t\022\024\n\014coop_allowed\030\004 \001(\010\022\025"
+ "\n\rmax_coop_size\030\005 \001(\r\022\022\n\nmax_boosts\030\014 \001("
+ "\r\022\035\n\021minutes_per_token\030\017 \001(\001:\00260\022)\n\034chic"
+ "ken_run_cooldown_minutes\030\022 \001(\001:\003180\022\022\n\ns"
+ "tart_time\030\021 \001(\001\022\027\n\017expiration_time\030\006 \001(\001"
+ "\022\026\n\016length_seconds\030\007 \001(\001\022\025\n\rmax_soul_egg"
+ "s\030\r \001(\001\022\032\n\022min_client_version\030\016 \001(\r\022\017\n\007l"
+ "eggacy\030\023 \001(\010\022\017\n\007cc_only\030\026 \001(\010\022\031\n\021default"
+ "_shell_ids\030\030 \003(\t\022\r\n\005debug\030\013 \001(\010\022\013\n\003key\030\025"
+ " \001(\t\032\250\001\n\004Goal\022\032\n\004type\030\001 \001(\0162\014.ei.GoalTyp"
+ "e\022\025\n\rtarget_amount\030\002 \001(\001\022#\n\013reward_type\030"
+ "\003 \001(\0162\016.ei.RewardType\022\027\n\017reward_sub_type"
+ "\030\004 \001(\t\022\025\n\rreward_amount\030\005 \001(\001\022\030\n\020target_"
+ "soul_eggs\030\006 \001(\001\032+\n\007GoalSet\022 \n\005goals\030\001 \003("
+ "\0132\021.ei.Contract.Goal\032\223\001\n\tGradeSpec\022\'\n\005gr"
+ "ade\030\001 \001(\0162\030.ei.Contract.PlayerGrade\022 \n\005g"
+ "oals\030\002 \003(\0132\021.ei.Contract.Goal\022#\n\tmodifie"
+ "rs\030\003 \003(\0132\020.ei.GameModifier\022\026\n\016length_sec"
+ "onds\030\004 \001(\001\"b\n\013PlayerGrade\022\017\n\013GRADE_UNSET"
+ "\020\000\022\013\n\007GRADE_C\020\001\022\013\n\007GRADE_B\020\002\022\013\n\007GRADE_A\020"
+ "\003\022\014\n\010GRADE_AA\020\004\022\r\n\tGRADE_AAA\020\005\"v\n\022Contra"
+ "ctSeasonGoal\022\013\n\003cxp\030\001 \001(\001\022#\n\013reward_type"
+ "\030\003 \001(\0162\016.ei.RewardType\022\027\n\017reward_sub_typ"
+ "e\030\004 \001(\t\022\025\n\rreward_amount\030\005 \001(\001\"\207\001\n\'Contr"
+ "actSeasonRewardConfirmationRequest\022#\n\005ri"
+ "nfo\030\001 \001(\0132\024.ei.BasicRequestInfo\022\021\n\tseaso"
+ "n_id\030\002 \001(\t\022$\n\004goal\030\003 \001(\0132\026.ei.ContractSe"
+ "asonGoal\"\276\001\n\022ContractSeasonInfo\022\n\n\002id\030\001 "
+ "\001(\t\022\014\n\004name\030\003 \001(\t\0223\n\013grade_goals\030\002 \003(\0132\036"
+ ".ei.ContractSeasonInfo.GoalSet\032Y\n\007GoalSe"
+ "t\022\'\n\005grade\030\001 \001(\0162\030.ei.Contract.PlayerGra"
+ "de\022%\n\005goals\030\002 \003(\0132\026.ei.ContractSeasonGoa"
+ "l\"<\n\023ContractSeasonInfos\022%\n\005infos\030\001 \003(\0132"
+ "\026.ei.ContractSeasonInfo\"\371\005\n\022ContractPlay"
+ "erInfo\022\'\n\005grade\030\001 \001(\0162\030.ei.Contract.Play"
+ "erGrade\022\021\n\ttotal_cxp\030\002 \001(\001\022\022\n\nseason_cxp"
+ "\030\r \001(\001\022\023\n\013grade_score\030\007 \001(\001\022\032\n\022target_gr"
+ "ade_score\030\t \001(\001\022\022\n\nsoul_power\030\n \001(\001\022\031\n\021t"
+ "arget_soul_power\030\010 \001(\001\022\026\n\016grade_progress"
+ "\030\014 \001(\001\0223\n\006issues\030\013 \003(\0162#.ei.ContractEval"
+ "uation.PoorBehavior\022\023\n\013issue_score\030\016 \001(\001"
+ "\022-\n\006status\030\003 \001(\0162\035.ei.ContractPlayerInfo"
+ ".Status\022\034\n\024last_evaluation_time\030\004 \001(\001\022\037\n"
+ "\027last_evaluation_version\030\005 \001(\t\0222\n\022unread"
+ "_evaluations\030\006 \003(\0132\026.ei.ContractEvaluati"
+ "on\022>\n\017season_progress\030\017 \003(\0132%.ei.Contrac"
+ "tPlayerInfo.SeasonProgress\032\227\001\n\016SeasonPro"
+ "gress\022\021\n\tseason_id\030\001 \001(\t\022\016\n\006active\030\002 \001(\010"
+ "\0220\n\016starting_grade\030\003 \001(\0162\030.ei.Contract.P"
+ "layerGrade\022\021\n\ttotal_cxp\030\004 \001(\001\022\035\n\025cxp_las"
+ "t_reward_given\030\005 \001(\001\"U\n\006Status\022\013\n\007UNKNOW"
+ "N\020\000\022\017\n\013CALCULATING\020\001\022\017\n\013OUT_OF_DATE\020\002\022\016\n"
+ "\nINCOMPLETE\020\004\022\014\n\010COMPLETE\020\003\"\344\010\n\022Contract"
+ "Evaluation\022\033\n\023contract_identifier\030( \001(\t\022"
+ "\027\n\017coop_identifier\030) \001(\t\022\013\n\003cxp\030\001 \001(\001\022\016\n"
+ "\006replay\030\030 \001(\010\022\022\n\ncxp_change\030\031 \001(\001\022\031\n\021gra"
+ "de_performance\030\002 \001(\005\022\022\n\nold_league\030\t \001(\005"
+ "\022\021\n\told_goals\030\n \001(\010\022\'\n\005grade\030\003 \001(\0162\030.ei."
+ "Contract.PlayerGrade\022\032\n\022contribution_rat"
+ "io\030\004 \001(\001\022\032\n\022completion_percent\030\005 \001(\001\022\027\n\017"
+ "original_length\030\013 \001(\001\022\021\n\tcoop_size\030\022 \001(\r"
+ "\022\014\n\004solo\030\032 \001(\010\022\022\n\nsoul_power\030\027 \001(\001\022\036\n\026la"
+ "st_contribution_time\030\026 \001(\001\022\027\n\017completion"
+ "_time\030\006 \001(\001\022\031\n\021chicken_runs_sent\030\007 \001(\r\022\030"
+ "\n\020gift_tokens_sent\030\010 \001(\r\022\034\n\024gift_tokens_"
+ "received\030\017 \001(\r\022\035\n\025gift_token_value_sent\030"
+ "\034 \001(\001\022!\n\031gift_token_value_received\030\035 \001(\001"
+ "\022\035\n\025boost_token_allotment\030\020 \001(\r\022\027\n\017buff_"
+ "time_value\030\021 \001(\001\022\026\n\016teamwork_score\030\r \001(\001"
+ "\022\025\n\rother_bonuses\030\016 \001(\001\022\031\n\021counted_in_se"
+ "ason\030\024 \001(\010\022\021\n\tseason_id\030\025 \001(\t\022\023\n\013time_ch"
+ "eats\030\033 \001(\r\0223\n\006issues\030\023 \003(\0162#.ei.Contract"
+ "Evaluation.PoorBehavior\022\r\n\005notes\030\014 \003(\t\022\017"
+ "\n\007version\0302 \001(\t\022\035\n\025evaluation_start_time"
+ "\0303 \001(\001\022-\n\006status\0304 \001(\0162\035.ei.ContractEval"
+ "uation.Status\"\230\001\n\014PoorBehavior\022\010\n\004NONE\020\000"
+ "\022\024\n\020LOW_CONTRIBUTION\020\001\022\024\n\020BAD_CONTRIBUTI"
+ "ON\020\002\022\033\n\027DISHONORABLY_DISCHARGED\020\003\022\021\n\rPOO"
+ "R_TEAMWORK\020\004\022\022\n\016ABANDONED_COOP\020\005\022\016\n\nTIME"
+ "_CHEAT\020\006\"@\n\006Status\022\013\n\007UNKNOWN\020\000\022\013\n\007PENDI"
+ "NG\020\001\022\016\n\nEVALUATING\020\002\022\014\n\010COMPLETE\020\003\"\202\001\n\020C"
+ "ontractCitation\0222\n\005issue\030\001 \001(\0162#.ei.Cont"
+ "ractEvaluation.PoorBehavior\022\021\n\ttimestamp"
+ "\030\002 \001(\001\022\'\n\005grade\030\003 \001(\0162\030.ei.Contract.Play"
+ "erGrade\"\210\001\n\027ContractEvaluationBatch\022/\n\005e"
+ "vals\030\001 \003(\0132 .ei.ContractEvaluationBatch."
+ "Pair\032<\n\004Pair\022\017\n\007user_id\030\001 \001(\t\022#\n\003cev\030\002 \001"
+ "(\0132\026.ei.ContractEvaluation\"\212\002\n\026CoopCompl"
+ "etionSnapshot\022D\n\014contributors\030\001 \003(\0132..ei"
+ ".CoopCompletionSnapshot.ContributorSnaps"
+ "hot\032\251\001\n\023ContributorSnapshot\022\024\n\014contribut"
+ "ion\030\001 \001(\001\022\036\n\026last_contribution_time\030\006 \001("
+ "\001\022\021\n\tfinalized\030\007 \001(\010\022\022\n\nsoul_power\030\002 \001(\001"
+ "\022\017\n\007user_id\030\003 \001(\t\022\016\n\006tokens\030\004 \001(\r\022\024\n\014tok"
+ "ens_spent\030\005 \001(\r\"\242\001\n\020BasicRequestInfo\022\022\n\n"
+ "ei_user_id\030\001 \001(\t\022\026\n\016client_version\030\002 \001(\r"
+ "\022\017\n\007version\030\003 \001(\t\022\r\n\005build\030\004 \001(\t\022\020\n\010plat"
+ "form\030\005 \001(\t\022\017\n\007country\030\006 \001(\t\022\020\n\010language\030"
+ "\007 \001(\t\022\r\n\005debug\030\010 \001(\010\"\227\003\n\021ContractSimConf"
+ "ig\022C\n\rgrade_configs\030\001 \003(\0132,.ei.ContractS"
+ "imConfig.ContractGradeSimConfig\032\274\002\n\026Cont"
+ "ractGradeSimConfig\022\'\n\005grade\030\001 \001(\0162\030.ei.C"
+ "ontract.PlayerGrade\022L\n\013goal_params\030\002 \003(\013"
+ "27.ei.ContractSimConfig.ContractGradeSim"
+ "Config.GoalParams\032\252\001\n\nGoalParams\022\021\n\ttarg"
+ "et_se\030\001 \001(\001\022\020\n\010cps_mult\030\002 \001(\001\022\020\n\010elr_mul"
+ "t\030\007 \001(\001\022\025\n\rearnings_mult\030\003 \001(\001\022\025\n\rtime_e"
+ "fficacy\030\004 \001(\001\022\031\n\021hab_capacity_mult\030\005 \001(\001"
+ "\022\034\n\024epic_research_budget\030\006 \001(\001\")\n\017Contra"
+ "ctSimPoll\022\026\n\016client_version\030\001 \001(\r\"p\n\027Con"
+ "tractSimPollResponse\022*\n\024contract_to_simu"
+ "late\030\001 \001(\0132\014.ei.Contract\022)\n\nsim_config\030\002"
+ " \001(\0132\025.ei.ContractSimConfig\"\316\001\n\027Contract"
+ "SimResultUpdate\022\023\n\013contract_id\030\001 \001(\t\0228\n\n"
+ "goal_infos\030\002 \003(\0132$.ei.ContractSimResultU"
+ "pdate.GoalInfo\032d\n\010GoalInfo\022\'\n\005grade\030\001 \001("
+ "\0162\030.ei.Contract.PlayerGrade\022\022\n\ngoal_inde"
+ "x\030\002 \001(\r\022\033\n\023projected_eggs_laid\030\003 \001(\001\"N\n\020"
+ "ContractsRequest\022\021\n\tsoul_eggs\030\001 \001(\001\022\026\n\016c"
+ "lient_version\030\005 \001(\r\022\017\n\007user_id\030\002 \001(\t\"\340\001\n"
+ "\021ContractsResponse\022\037\n\tcontracts\030\001 \003(\0132\014."
+ "ei.Contract\022\"\n\013custom_eggs\030\006 \003(\0132\r.ei.Cu"
+ "stomEgg\022\027\n\017warning_message\030\004 \001(\t\022\021\n\ttota"
+ "l_eop\030\005 \001(\001\022\023\n\013server_time\030\002 \001(\001\022\025\n\007max_"
+ "eop\030\003 \001(\r:\0041000\022.\n\016current_season\030\007 \001(\0132"
+ "\026.ei.ContractSeasonInfo\"\237\001\n\031ContractCoop"
+ "StatusRequest\022#\n\005rinfo\030\005 \001(\0132\024.ei.BasicR"
+ "equestInfo\022\033\n\023contract_identifier\030\001 \001(\t\022"
+ "\027\n\017coop_identifier\030\002 \001(\t\022\017\n\007user_id\030\003 \001("
+ "\t\022\026\n\016client_version\030\004 \001(\r\"\177\n\024FarmProduct"
+ "ionParams\022\027\n\017farm_population\030\001 \001(\001\022\025\n\rfa"
+ "rm_capacity\030\002 \001(\001\022\013\n\003elr\030\003 \001(\001\022\013\n\003ihr\030\004 "
+ "\001(\001\022\n\n\002sr\030\005 \001(\001\022\021\n\tdelivered\030\006 \001(\001\"\227\005\n\016P"
+ "layerFarmInfo\022\026\n\016client_version\030\024 \001(\r\022\021\n"
+ "\tsoul_eggs\030\001 \001(\001\022\030\n\020eggs_of_prophecy\030\002 \001"
+ "(\004\022\024\n\014permit_level\030\003 \001(\r\022\031\n\021hyperloop_st"
+ "ation\030\004 \001(\010\022\027\n\017egg_medal_level\030\005 \003(\r\022.\n\r"
+ "epic_research\030\006 \003(\0132\027.ei.Backup.Research"
+ "Item\022\031\n\010egg_type\030\007 \001(\0162\007.ei.Egg\022\024\n\014cash_"
+ "on_hand\030\010 \001(\001\022\014\n\004habs\030\t \003(\r\022\026\n\016hab_popul"
+ "ation\030\n \003(\004\022\024\n\014hab_capacity\030\025 \003(\004\022\020\n\010veh"
+ "icles\030\013 \003(\r\022\024\n\014train_length\030\014 \003(\r\022\023\n\013sil"
+ "os_owned\030\r \001(\r\0220\n\017common_research\030\016 \003(\0132"
+ "\027.ei.Backup.ResearchItem\022-\n\ractive_boost"
+ "s\030\017 \003(\0132\026.ei.Backup.ActiveBoost\022\034\n\024boost"
+ "_tokens_on_hand\030\020 \001(\r\0220\n\022equipped_artifa"
+ "cts\030\021 \003(\0132\024.ei.CompleteArtifact\022 \n\030artif"
+ "act_inventory_score\030\022 \001(\004\0226\n\017farm_appear"
+ "ance\030\023 \001(\0132\035.ei.ShellDB.FarmConfiguratio"
+ "n\022\021\n\ttimestamp\030\026 \001(\001\"\316\016\n\032ContractCoopSta"
+ "tusResponse\022F\n\017response_status\030\023 \001(\0162-.e"
+ "i.ContractCoopStatusResponse.ResponseSta"
+ "tus\022\033\n\023contract_identifier\030\001 \001(\t\022\024\n\014tota"
+ "l_amount\030\002 \001(\001\022\027\n\017coop_identifier\030\003 \001(\t\022"
+ "\'\n\005grade\030\021 \001(\0162\030.ei.Contract.PlayerGrade"
+ "\022E\n\014contributors\030\004 \003(\0132/.ei.ContractCoop"
+ "StatusResponse.ContributionInfo\022\026\n\016auto_"
+ "generated\030\010 \001(\010\022\016\n\006public\030\n \001(\010\022\022\n\ncreat"
+ "or_id\030\t \001(\t\022\031\n\021seconds_remaining\030\005 \001(\001\022("
+ "\n seconds_since_all_goals_achieved\030\020 \001(\001"
+ "\022\032\n\022all_goals_achieved\030\016 \001(\010\022\035\n\025all_memb"
+ "ers_reporting\030\006 \001(\010\022&\n\036grace_period_seco"
+ "nds_remaining\030\007 \001(\001\022\030\n\020cleared_for_exit\030"
+ "\017 \001(\010\0226\n\005gifts\030\013 \003(\0132\'.ei.ContractCoopSt"
+ "atusResponse.CoopGift\022\?\n\014chicken_runs\030\r "
+ "\003(\0132).ei.ContractCoopStatusResponse.Chic"
+ "kenRun\022\027\n\017local_timestamp\030\014 \001(\001\022\021\n\tlast_"
+ "sync\030\022 \001(\001\032\352\004\n\020ContributionInfo\022\014\n\004uuid\030"
+ "\025 \001(\t\022\017\n\007user_id\030\001 \001(\t\022\021\n\tuser_name\030\002 \001("
+ "\t\022\033\n\023contract_identifier\030\023 \001(\t\022\033\n\023contri"
+ "bution_amount\030\003 \001(\001\022\031\n\021contribution_rate"
+ "\030\006 \001(\001\022\022\n\nsoul_power\030\013 \001(\001\0223\n\021production"
+ "_params\030\017 \001(\0132\030.ei.FarmProductionParams\022"
+ "%\n\tfarm_info\030\022 \001(\0132\022.ei.PlayerFarmInfo\022\023"
+ "\n\013rank_change\030\010 \001(\005\022\027\n\017recently_active\030\027"
+ " \001(\010\022\016\n\006active\030\004 \001(\010\022\021\n\tcc_member\030\030 \001(\010\022"
+ "\r\n\005leech\030\020 \001(\010\022\021\n\tfinalized\030\026 \001(\010\022\033\n\023tim"
+ "e_cheat_detected\030\007 \001(\010\022\036\n\010platform\030\005 \001(\016"
+ "2\014.ei.Platform\022\017\n\007push_id\030\t \001(\t\022\021\n\tban_v"
+ "otes\030\n \001(\r\022\022\n\nautojoined\030\021 \001(\010\022\024\n\014boost_"
+ "tokens\030\014 \001(\r\022\032\n\022boost_tokens_spent\030\016 \001(\r"
+ "\022\'\n\014buff_history\030\r \003(\0132\021.ei.CoopBuffStat"
+ "e\022\034\n\024chicken_run_cooldown\030\024 \001(\001\032P\n\010CoopG"
+ "ift\022\017\n\007user_id\030\001 \001(\t\022\021\n\tuser_name\030\003 \001(\t\022"
+ "\016\n\006amount\030\002 \001(\r\022\020\n\010tracking\030\004 \001(\t\032@\n\nChi"
+ "ckenRun\022\017\n\007user_id\030\001 \001(\t\022\021\n\tuser_name\030\003 "
+ "\001(\t\022\016\n\006amount\030\002 \001(\004\"\323\001\n\016ResponseStatus\022\014"
+ "\n\010NO_ERROR\020\000\022\020\n\014MISSING_USER\020\001\022\023\n\017MISSIN"
+ "G_COOP_ID\020\002\022\027\n\023MISSING_CONTRACT_ID\020\003\022\030\n\024"
+ "MEMBERSHIP_NOT_FOUND\020\004\022\022\n\016COOP_NOT_FOUND"
+ "\020\005\022\026\n\022CONTRACT_NOT_FOUND\020\006\022\026\n\022INVALID_ME"
+ "MBERSHIP\020\007\022\025\n\020NO_HTTP_RESPONSE\020\364\003\"g\n\014Mem"
+ "berStatus\022\t\n\005VALID\020\000\022\023\n\017KICKED_INACTIVE\020"
+ "\001\022\022\n\016KICKED_PRIVATE\020\002\022\021\n\rKICKED_CHEATS\020\003"
+ "\022\020\n\014KICKED_LEECH\020\004\"I\n\006Status\022\013\n\007UNKNOWN\020"
+ "\000\022\t\n\005LOBBY\020\001\022\n\n\006ACTIVE\020\002\022\014\n\010COMPLETE\020\003\022\r"
+ "\n\tFINALIZED\020\004\"\224\005\n\rLocalContract\022\036\n\010contr"
+ "act\030\001 \001(\0132\014.ei.Contract\022\027\n\017coop_identifi"
+ "er\030\002 \001(\t\022\020\n\010accepted\030\007 \001(\010\022\025\n\rtime_accep"
+ "ted\030\003 \001(\001\022\021\n\tcancelled\030\004 \001(\010\022\013\n\003new\030\010 \001("
+ "\010\022\034\n\024coop_shared_end_time\030\005 \001(\001\022 \n\030coop_"
+ "simulation_end_time\030\026 \001(\001\022\"\n\032coop_grace_"
+ "period_end_time\030\t \001(\001\022#\n\033coop_contributi"
+ "on_finalized\030\n \001(\010\022\'\n\037coop_last_uploaded"
+ "_contribution\030\013 \001(\001\022\024\n\014coop_user_id\030\r \001("
+ "\t\022\027\n\017coop_share_farm\030\021 \001(\010\022%\n\035last_amoun"
+ "t_when_reward_given\030\006 \001(\001\022\032\n\022num_goals_a"
+ "chieved\030\016 \001(\r\022\035\n\025max_farm_size_reached\030\027"
+ " \001(\001\022\023\n\013boosts_used\030\014 \001(\r\022\025\n\rpoints_repl"
+ "ay\030\024 \001(\010\022\016\n\006league\030\017 \001(\r\022\'\n\005grade\030\022 \001(\0162"
+ "\030.ei.Contract.PlayerGrade\022\025\n\rlast_nag_ti"
+ "me\030\020 \001(\001\022*\n\nevaluation\030\023 \001(\0132\026.ei.Contra"
+ "ctEvaluation\022\026\n\016reported_uuids\030\025 \003(\t\"\351\002\n"
+ "\013MyContracts\022\031\n\021contract_ids_seen\030\003 \003(\t\022"
+ "$\n\tcontracts\030\001 \003(\0132\021.ei.LocalContract\022\"\n"
+ "\007archive\030\002 \003(\0132\021.ei.LocalContract\022=\n\025cur"
+ "rent_coop_statuses\030\004 \003(\0132\036.ei.ContractCo"
+ "opStatusResponse\022(\n\010last_cpi\030\005 \001(\0132\026.ei."
+ "ContractPlayerInfo\022\036\n\026initial_grade_reve"
+ "aled\030\006 \001(\010\022!\n\031last_grade_progress_shown\030"
+ "\007 \001(\001\022!\n\031show_advanced_evaluations\030\010 \001(\010"
+ "\022&\n\017custom_egg_info\030\t \003(\0132\r.ei.CustomEgg"
+ "\"\276\001\n\020QueryCoopRequest\022#\n\005rinfo\030\005 \001(\0132\024.e"
+ "i.BasicRequestInfo\022\033\n\023contract_identifie"
+ "r\030\001 \001(\t\022\027\n\017coop_identifier\030\002 \001(\t\022\016\n\006leag"
+ "ue\030\004 \001(\r\022\'\n\005grade\030\006 \001(\0162\030.ei.Contract.Pl"
+ "ayerGrade\022\026\n\016client_version\030\003 \001(\r\"\226\001\n\021Qu"
+ "eryCoopResponse\022\016\n\006exists\030\001 \001(\010\022\014\n\004full\030"
+ "\002 \001(\010\022\017\n\007expired\030\005 \001(\010\022\030\n\020different_leag"
+ "ue\030\004 \001(\010\022\027\n\017different_grade\030\006 \001(\010\022\017\n\007cc_"
+ "only\030\007 \001(\010\022\016\n\006banned\030\003 \001(\010\"\221\003\n\021CreateCoo"
+ "pRequest\022#\n\005rinfo\030\n \001(\0132\024.ei.BasicReques"
+ "tInfo\022\033\n\023contract_identifier\030\001 \001(\t\022\027\n\017co"
+ "op_identifier\030\002 \001(\t\022\016\n\006public\030\r \001(\010\022\017\n\007c"
+ "c_only\030\016 \001(\010\022\030\n\020allow_all_grades\030\020 \001(\010\022\031"
+ "\n\021seconds_remaining\030\003 \001(\001\022\017\n\007user_id\030\004 \001"
+ "(\t\022\021\n\tuser_name\030\005 \001(\t\022\022\n\nsoul_power\030\010 \001("
+ "\001\022\013\n\003eop\030\013 \001(\001\022\016\n\006league\030\t \001(\r\022\'\n\005grade\030"
+ "\014 \001(\0162\030.ei.Contract.PlayerGrade\022\025\n\rpoint"
+ "s_replay\030\017 \001(\010\022\036\n\010platform\030\006 \001(\0162\014.ei.Pl"
+ "atform\022\026\n\016client_version\030\007 \001(\r\"6\n\022Create"
+ "CoopResponse\022\017\n\007success\030\001 \001(\010\022\017\n\007message"
+ "\030\002 \001(\t\"\324\002\n\017JoinCoopRequest\022#\n\005rinfo\030\n \001("
+ "\0132\024.ei.BasicRequestInfo\022\033\n\023contract_iden"
+ "tifier\030\001 \001(\t\022\027\n\017coop_identifier\030\002 \001(\t\022\017\n"
+ "\007user_id\030\003 \001(\t\022\021\n\tuser_name\030\004 \001(\t\022\022\n\nsou"
+ "l_power\030\010 \001(\001\022\013\n\003eop\030\014 \001(\001\022\016\n\006league\030\t \001"
+ "(\r\022\'\n\005grade\030\r \001(\0162\030.ei.Contract.PlayerGr"
+ "ade\022\025\n\rpoints_replay\030\016 \001(\010\022\036\n\010platform\030\005"
+ " \001(\0162\014.ei.Platform\022\031\n\021seconds_remaining\030"
+ "\013 \001(\001\022\026\n\016client_version\030\007 \001(\r\"\227\002\n\020JoinCo"
+ "opResponse\022\017\n\007success\030\001 \001(\010\022\017\n\007message\030\002"
+ " \001(\t\022\016\n\006banned\030\004 \001(\010\022\027\n\017coop_identifier\030"
+ "\005 \001(\t\022\031\n\021seconds_remaining\030\003 \001(\001\022\025\n\rmatc"
+ "h_percent\030\006 \001(\001\022\023\n\013num_members\030\007 \001(\r\0225\n\006"
+ "status\030\010 \001(\0162%.ei.ContractCoopStatusResp"
+ "onse.Status\022\'\n\005grade\030\t \001(\0162\030.ei.Contract"
+ ".PlayerGrade\022\021\n\tcan_start\030\n \001(\010\"\277\002\n\023Auto"
+ "JoinCoopRequest\022#\n\005rinfo\030\t \001(\0132\024.ei.Basi"
+ "cRequestInfo\022\033\n\023contract_identifier\030\001 \001("
+ "\t\022\017\n\007user_id\030\002 \001(\t\022\021\n\tuser_name\030\003 \001(\t\022\022\n"
+ "\nsoul_power\030\004 \001(\001\022\013\n\003eop\030\n \001(\001\022\016\n\006league"
+ "\030\010 \001(\r\022\'\n\005grade\030\014 \001(\0162\030.ei.Contract.Play"
+ "erGrade\022\025\n\rpoints_replay\030\016 \001(\010\022\031\n\021second"
+ "s_remaining\030\005 \001(\001\022\036\n\010platform\030\006 \001(\0162\014.ei"
+ ".Platform\022\026\n\016client_version\030\007 \001(\r\"\275\001\n\034Up"
+ "dateCoopPermissionsRequest\022#\n\005rinfo\030\006 \001("
+ "\0132\024.ei.BasicRequestInfo\022\033\n\023contract_iden"
+ "tifier\030\001 \001(\t\022\027\n\017coop_identifier\030\002 \001(\t\022\032\n"
+ "\022requesting_user_id\030\003 \001(\t\022\016\n\006public\030\004 \001("
+ "\010\022\026\n\016client_version\030\005 \001(\r\"A\n\035UpdateCoopP"
+ "ermissionsResponse\022\017\n\007success\030\001 \001(\010\022\017\n\007m"
+ "essage\030\002 \001(\t\"\240\001\n\020LeaveCoopRequest\022#\n\005rin"
+ "fo\030\010 \001(\0132\024.ei.BasicRequestInfo\022\033\n\023contra"
+ "ct_identifier\030\001 \001(\t\022\027\n\017coop_identifier\030\002"
+ " \001(\t\022\031\n\021player_identifier\030\003 \001(\t\022\026\n\016clien"
+ "t_version\030\007 \001(\r\"\357\001\n\025GiftPlayerCoopReques"
+ "t\022#\n\005rinfo\030\010 \001(\0132\024.ei.BasicRequestInfo\022\033"
+ "\n\023contract_identifier\030\001 \001(\t\022\027\n\017coop_iden"
+ "tifier\030\002 \001(\t\022\031\n\021player_identifier\030\003 \001(\t\022"
+ "\032\n\022requesting_user_id\030\004 \001(\t\022\034\n\024requestin"
+ "g_user_name\030\006 \001(\t\022\016\n\006amount\030\005 \001(\r\022\026\n\016cli"
+ "ent_version\030\007 \001(\r\"\365\001\n\031SendChickenRunCoop"
+ "Request\022#\n\005rinfo\030\010 \001(\0132\024.ei.BasicRequest"
+ "Info\022\033\n\023contract_identifier\030\001 \001(\t\022\027\n\017coo"
+ "p_identifier\030\002 \001(\t\022\031\n\021player_identifier\030"
+ "\003 \001(\t\022\032\n\022requesting_user_id\030\004 \001(\t\022\034\n\024req"
+ "uesting_user_name\030\006 \001(\t\022\020\n\010farm_pop\030\005 \001("
+ "\004\022\026\n\016client_version\030\007 \001(\r\"\200\002\n\027ReportPlay"
+ "erCoopRequest\022#\n\005rinfo\030\001 \001(\0132\024.ei.BasicR"
+ "equestInfo\022\033\n\023contract_identifier\030\002 \001(\t\022"
+ "\027\n\017coop_identifier\030\003 \001(\t\022\017\n\007user_id\030\004 \001("
+ "\t\0222\n\006reason\030\005 \001(\0162\".ei.ReportPlayerCoopR"
+ "equest.Reason\"E\n\006Reason\022\013\n\007UNKNOWN\020\000\022\022\n\016"
+ "OFFENSIVE_NAME\020\001\022\014\n\010CHEATING\020\002\022\014\n\010LEECHI"
+ "NG\020\003\"\271\002\n\025KickPlayerCoopRequest\022#\n\005rinfo\030"
+ "\010 \001(\0132\024.ei.BasicRequestInfo\022\033\n\023contract_"
+ "identifier\030\001 \001(\t\022\027\n\017coop_identifier\030\002 \001("
+ "\t\022\031\n\021player_identifier\030\003 \001(\t\022\032\n\022requesti"
+ "ng_user_id\030\004 \001(\t\0220\n\006reason\030\t \001(\0162 .ei.Ki"
+ "ckPlayerCoopRequest.Reason\022\026\n\016client_ver"
+ "sion\030\007 \001(\r\"D\n\006Reason\022\013\n\007INVALID\020\000\022\013\n\007CHE"
+ "ATER\020\001\022\010\n\004IDLE\020\002\022\t\n\005LEECH\020\003\022\013\n\007PRIVATE\020\004"
+ "\"\325\001\n\022IdleSessionSummary\022\021\n\ttime_away\030\001 \001"
+ "(\001\022\026\n\016time_simulated\030\002 \001(\001\022\023\n\013silos_owne"
+ "d\030\003 \001(\r\022\023\n\013average_elr\030\004 \001(\001\022\023\n\013average_"
+ "msr\030\005 \001(\001\022!\n\031average_egg_delivery_rate\030\006"
+ " \001(\001\022\036\n\026last_egg_delivery_rate\030\010 \001(\001\022\022\n\n"
+ "farm_index\030\007 \001(\r\"\224\004\n\037ContractCoopStatusU"
+ "pdateRequest\022#\n\005rinfo\030\014 \001(\0132\024.ei.BasicRe"
+ "questInfo\022\017\n\007user_id\030\001 \001(\t\022\033\n\023contract_i"
+ "dentifier\030\002 \001(\t\022\027\n\017coop_identifier\030\003 \001(\t"
+ "\022\024\n\014push_user_id\030\010 \001(\t\022\016\n\006amount\030\004 \001(\001\022\014"
+ "\n\004rate\030\005 \001(\001\022\034\n\024time_cheats_detected\030\006 \001"
+ "(\r\022\022\n\nsoul_power\030\007 \001(\001\022\013\n\003eop\030\017 \001(\r\022\024\n\014b"
+ "oost_tokens\030\t \001(\r\022\032\n\022boost_tokens_spent\030"
+ "\r \001(\r\022\026\n\016hide_cc_status\030\021 \001(\010\0223\n\021product"
+ "ion_params\030\016 \001(\0132\030.ei.FarmProductionPara"
+ "ms\022%\n\tfarm_info\030\020 \001(\0132\022.ei.PlayerFarmInf"
+ "o\0221\n\021last_idle_summary\030\022 \001(\0132\026.ei.IdleSe"
+ "ssionSummary\022\037\n\024egg_laying_rate_buff\030\n \001"
+ "(\001:\0011\022\030\n\rearnings_buff\030\013 \001(\001:\0011\"\202\001\n Cont"
+ "ractCoopStatusUpdateResponse\022\021\n\tfinalize"
+ "d\030\001 \001(\010\022\016\n\006exists\030\002 \001(\010\022;\n\006status\030\003 \001(\0162"
+ "+.ei.ContractCoopStatusResponse.MemberSt"
+ "atus\"Z\n\rCoopBuffState\022\032\n\017egg_laying_rate"
+ "\030\001 \001(\001:\0011\022\023\n\010earnings\030\002 \001(\001:\0011\022\030\n\020server"
+ "_timestamp\030\003 \001(\001\"5\n\017CoopBuffHistory\022\"\n\007h"
+ "istory\030\001 \003(\0132\021.ei.CoopBuffState\"@\n\023CoopC"
+ "hickenRunEntry\022\017\n\007user_id\030\001 \001(\t\022\030\n\020serve"
+ "r_timestamp\030\002 \001(\001\"C\n\027CoopLastChickenRunT"
+ "imes\022(\n\007entries\030\003 \003(\0132\027.ei.CoopChickenRu"
+ "nEntry\"\215\002\n\023LeaderboardAnalysis\022-\n\006chunks"
+ "\030\001 \003(\0132\035.ei.LeaderboardAnalysis.Chunk\022\r\n"
+ "\005count\030\002 \001(\r\022\022\n\nhigh_score\030\003 \001(\001\022\021\n\tlow_"
+ "score\030\004 \001(\001\022\016\n\006cursor\030\005 \001(\t\032\200\001\n\005Chunk\022\023\n"
+ "\013start_index\030\001 \001(\r\022\021\n\tend_index\030\002 \001(\r\022\022\n"
+ "\nhigh_score\030\003 \001(\001\022\021\n\tlow_score\030\004 \001(\001\022\024\n\014"
+ "start_cursor\030\005 \001(\t\022\022\n\nend_cursor\030\006 \001(\t\"}"
+ "\n\017LeaderboardInfo\022+\n\007seasons\030\001 \003(\0132\032.ei."
+ "LeaderboardInfo.Season\022\026\n\016all_time_scope"
+ "\030\002 \001(\t\032%\n\006Season\022\r\n\005scope\030\001 \001(\t\022\014\n\004name\030"
+ "\002 \001(\t\"q\n\022LeaderboardRequest\022#\n\005rinfo\030\001 \001"
+ "(\0132\024.ei.BasicRequestInfo\022\r\n\005scope\030\002 \001(\t\022"
+ "\'\n\005grade\030\003 \001(\0162\030.ei.Contract.PlayerGrade"
+ "\"\342\001\n\023LeaderboardResponse\022\r\n\005scope\030\001 \001(\t\022"
+ "\'\n\005grade\030\002 \001(\0162\030.ei.Contract.PlayerGrade"
+ "\0222\n\013top_entries\030\003 \003(\0132\035.ei.LeaderboardRe"
+ "sponse.Entry\022\r\n\005count\030\004 \001(\r\022\014\n\004rank\030\005 \001("
+ "\r\022\r\n\005score\030\006 \001(\001\0323\n\005Entry\022\014\n\004rank\030\001 \001(\r\022"
+ "\r\n\005alias\030\002 \001(\t\022\r\n\005score\030\003 \001(\001\"6\n\020Contrac"
+ "tsArchive\022\"\n\007archive\030\001 \003(\0132\021.ei.LocalCon"
+ "tract\"\377\002\n\016ContractAction\022\017\n\007user_id\030\001 \001("
+ "\t\022\023\n\013action_name\030\002 \001(\t\022\023\n\013approx_time\030\003 "
+ "\001(\001\022\024\n\014dest_user_id\030\004 \001(\t\022\023\n\013contract_id"
+ "\030\005 \001(\t\022\017\n\007coop_id\030\006 \001(\t\022\020\n\010autojoin\030\007 \001("
+ "\010\022\r\n\005grade\030\010 \001(\r\022\016\n\006replay\030\t \001(\010\022\025\n\rpoin"
+ "ts_replay\030\n \001(\010\022\023\n\013reward_type\030\013 \001(\r\022\026\n\016"
+ "reward_subtype\030\014 \001(\t\022\025\n\rreward_amount\030\r "
+ "\001(\001\022\022\n\ngoal_index\030\016 \001(\r\022\020\n\010boost_id\030\017 \001("
+ "\t\022\016\n\006tokens\030\020 \001(\r\022\023\n\013kick_reason\030\021 \001(\r\022\016"
+ "\n\006public\030\022 \001(\010\022\017\n\007cc_only\030\023 \001(\010\"w\n\023UserD"
+ "ataInfoRequest\022#\n\005rinfo\030\004 \001(\0132\024.ei.Basic"
+ "RequestInfo\022\017\n\007user_id\030\001 \001(\t\022\021\n\tdevice_i"
+ "d\030\002 \001(\t\022\027\n\017backup_checksum\030\003 \001(\004\"d\n\024User"
+ "DataInfoResponse\022\027\n\017backup_checksum\030\001 \001("
+ "\004\022\031\n\021backup_total_cash\030\002 \001(\001\022\030\n\020coop_mem"
+ "berships\030\003 \003(\t\"{\n\027ClearAllUserDataReques"
+ "t\022#\n\005rinfo\030\004 \001(\0132\024.ei.BasicRequestInfo\022\017"
+ "\n\007user_id\030\001 \001(\t\022\021\n\tdevice_id\030\002 \001(\t\022\027\n\017ba"
+ "ckup_checksum\030\003 \001(\004\"r\n\nServerGift\022\017\n\007use"
+ "r_id\030\001 \001(\t\022#\n\013reward_type\030\003 \001(\0162\016.ei.Rew"
+ "ardType\022\027\n\017reward_sub_type\030\004 \001(\t\022\025\n\rrewa"
+ "rd_amount\030\005 \001(\001\"\236\020\n\nLiveConfig\022\021\n\tconfig"
+ "_id\030\001 \001(\t\0222\n\rboosts_config\030\002 \001(\0132\033.ei.Li"
+ "veConfig.BoostsConfig\022.\n\013gift_config\030\003 \001"
+ "(\0132\031.ei.LiveConfig.GiftConfig\022.\n\013misc_co"
+ "nfig\030\004 \001(\0132\031.ei.LiveConfig.MiscConfig\022.\n"
+ "\013help_config\030\005 \001(\0132\031.ei.LiveConfig.HelpC"
+ "onfig\032\306\001\n\014BoostsConfig\022<\n\014item_configs\030\001"
+ " \003(\0132&.ei.LiveConfig.BoostsConfig.ItemCo"
+ "nfig\022\037\n\027cash_boost_cooloff_time\030\002 \001(\001\032W\n"
+ "\nItemConfig\022\020\n\010boost_id\030\001 \001(\t\022\r\n\005price\030\002"
+ " \001(\r\022\023\n\013token_price\030\003 \001(\r\022\023\n\013se_required"
+ "\030\004 \001(\001\032\336\006\n\nGiftConfig\022\?\n\014gift_configs\030\t "
+ "\003(\0132).ei.LiveConfig.GiftConfig.GiftValue"
+ "Config\022\031\n\021gift_mu_min_spent\030\n \001(\001\022\031\n\021gif"
+ "t_mu_max_spent\030\013 \001(\001\022\034\n\024gift_mu_overall_"
+ "mult\030\014 \001(\001\022E\n\025random_gift_mu_config\030\017 \001("
+ "\0132&.ei.LiveConfig.GiftConfig.GiftMuConfi"
+ "g\022D\n\024video_gift_mu_config\030\020 \001(\0132&.ei.Liv"
+ "eConfig.GiftConfig.GiftMuConfig\022\030\n\020packa"
+ "ge_interval\030\001 \001(\001\022\034\n\024video_offer_interva"
+ "l\030\002 \001(\001\022%\n\035video_offer_interval_contract"
+ "\030\003 \001(\001\022\'\n\037video_offer_interval_piggy_ful"
+ "l\030\004 \001(\001\022-\n%video_offer_interval_piggy_ex"
+ "tra_full\030\005 \001(\001\022\033\n\023video_reset_on_idle\030\016 "
+ "\001(\010\022!\n\031package_interval_contract\030\006 \001(\001\022#"
+ "\n\033package_interval_piggy_full\030\007 \001(\001\022)\n!p"
+ "ackage_interval_piggy_extra_full\030\010 \001(\001\022\035"
+ "\n\025package_reset_on_idle\030\r \001(\010\032|\n\017GiftVal"
+ "ueConfig\022\017\n\007gift_id\030\001 \001(\t\022\016\n\006amount\030\004 \001("
+ "\001\022\020\n\010rand_min\030\002 \001(\001\022\020\n\010rand_max\030\003 \001(\001\022\021\n"
+ "\tvideo_min\030\005 \001(\001\022\021\n\tvideo_max\030\006 \001(\001\032J\n\014G"
+ "iftMuConfig\022\021\n\tmin_spent\030\001 \001(\001\022\021\n\tmax_sp"
+ "ent\030\002 \001(\001\022\024\n\014overall_mult\030\003 \001(\001\032\373\003\n\nMisc"
+ "Config\022\024\n\014ask_to_track\030\001 \001(\010\022\"\n\032ask_to_t"
+ "rack_min_soul_eggs\030\002 \001(\001\022\034\n\024ask_to_track"
+ "_message\030\003 \001(\t\022$\n\034ask_to_track_show_pre_"
+ "dialog\030\004 \001(\010\022\"\n\032ask_to_track_after_priva"
+ "cy\030\005 \001(\010\022$\n\034chicken_run_boost_percentage"
+ "\030\006 \001(\001\022\034\n\024shells_intro_tickets\030\007 \001(\r\022\'\n\037"
+ "shells_max_free_chicken_configs\030\010 \001(\r\022$\n"
+ "\034shells_intro_alert_threshold\030\t \001(\r\022+\n\036s"
+ "hells_lighting_controls_price\030\016 \001(\r:\003175"
+ "\022.\n&contracts_expert_league_min_soul_pow"
+ "er\030\n \001(\001\022!\n\031new_player_event_duration\030\013 "
+ "\001(\001\022 \n\030contracts_club_available\030\014 \001(\010\022\026\n"
+ "\016contracts_beta\030\r \001(\010\032\220\002\n\nHelpConfig\022=\n\013"
+ "video_infos\030\001 \003(\0132(.ei.LiveConfig.HelpCo"
+ "nfig.HowToVideoInfo\032\302\001\n\016HowToVideoInfo\022;"
+ "\n\004type\030\006 \001(\0162-.ei.LiveConfig.HelpConfig."
+ "HowToVideoInfo.Type\022\014\n\004name\030\001 \001(\t\022\023\n\013des"
+ "cription\030\002 \001(\t\022\020\n\010duration\030\005 \001(\t\022\013\n\003url\030"
+ "\003 \001(\t\022\021\n\tsoul_eggs\030\004 \001(\001\"\036\n\004Type\022\t\n\005VIDE"
+ "O\020\000\022\013\n\007ARTICLE\020\001\"\326\004\n\nInGameMail\022\n\n\002id\030\001 "
+ "\001(\t\022\r\n\005title\030\002 \001(\t\022\014\n\004date\030\010 \001(\t\022\017\n\007mess"
+ "age\030\003 \001(\t\022\016\n\006action\030\004 \001(\t\022\013\n\003url\030\005 \001(\t\022 "
+ "\n\010app_link\030\016 \001(\0162\016.ei.UILocation\022\026\n\016app_"
+ "link_extra\030\017 \001(\t\022\032\n\005image\030\020 \001(\0132\013.ei.DLC"
+ "Item\022\023\n\013image_width\030\025 \001(\001\022\024\n\014image_heigh"
+ "t\030\026 \001(\001\022\020\n\010platform\030\007 \001(\r\022\016\n\006builds\030\t \003("
+ "\t\022\032\n\022min_client_version\030\n \001(\r\022\032\n\022max_cli"
+ "ent_version\030\014 \001(\r\022\025\n\rmin_soul_eggs\030\013 \001(\001"
+ "\022\025\n\rmax_soul_eggs\030\035 \001(\001\022\032\n\022min_mystical_"
+ "bonus\030\r \001(\001\022\037\n\tuser_type\030\021 \001(\0162\014.ei.User"
+ "Type\022\030\n\020min_piggy_breaks\030\024 \001(\r\022\020\n\010gold_t"
+ "ip\030\006 \001(\001\022\013\n\003tip\030\027 \001(\010\022\020\n\010priority\030\033 \001(\r\022"
+ "\037\n\027min_days_since_last_tip\030\030 \001(\001\022\023\n\013max_"
+ "retries\030\031 \001(\r\022\030\n\020days_until_retry\030\032 \001(\001\022"
+ "\020\n\010category\030\034 \001(\t\"S\n\006MailDB\022\034\n\004mail\030\001 \003("
+ "\0132\016.ei.InGameMail\022\024\n\014tips_db_data\030\002 \001(\014\022"
+ "\025\n\rtips_checksum\030\003 \001(\t\"&\n\006TipsDB\022\034\n\004tips"
+ "\030\001 \003(\0132\016.ei.InGameMail\"\240\001\n\tMailState\022\025\n\r"
+ "read_mail_ids\030\001 \003(\t\022+\n\013tips_states\030\002 \003(\013"
+ "2\026.ei.MailState.TipState\022\025\n\rtips_checksu"
+ "m\030\003 \001(\t\0328\n\010TipState\022\n\n\002id\030\001 \001(\t\022\r\n\005reads"
+ "\030\002 \001(\r\022\021\n\ttime_read\030\003 \001(\001\"\354\003\n\023Periodical"
+ "sResponse\022\034\n\005sales\030\001 \001(\0132\r.ei.SalesInfo\022"
+ "\'\n\006events\030\002 \001(\0132\027.ei.EggIncCurrentEvents"
+ "\022(\n\tcontracts\030\003 \001(\0132\025.ei.ContractsRespon"
+ "se\022+\n\013evaluations\030\010 \003(\0132\026.ei.ContractEva"
+ "luation\022\035\n\005gifts\030\004 \003(\0132\016.ei.ServerGift\0223"
+ "\n\016artifact_cases\030\t \003(\0132\033.ei.CompleteMiss"
+ "ionResponse\022#\n\013live_config\030\005 \001(\0132\016.ei.Li"
+ "veConfig\022\034\n\010mail_bag\030\006 \001(\0132\n.ei.MailDB\0224"
+ "\n\024contract_player_info\030\007 \001(\0132\026.ei.Contra"
+ "ctPlayerInfo\022\?\n\022showcase_royalties\030\n \003(\013"
+ "2#.ei.PeriodicalsResponse.RoyaltyInfo\032)\n"
+ "\013RoyaltyInfo\022\n\n\002id\030\001 \001(\t\022\016\n\006amount\030\002 \001(\r"
+ "\"\371\002\n\025GetPeriodicalsRequest\022#\n\005rinfo\030\014 \001("
+ "\0132\024.ei.BasicRequestInfo\022\017\n\007user_id\030\001 \001(\t"
+ "\022\022\n\npiggy_full\030\002 \001(\010\022\030\n\020piggy_found_full"
+ "\030\003 \001(\010\022\035\n\025seconds_full_realtime\030\004 \001(\001\022\035\n"
+ "\025seconds_full_gametime\030\005 \001(\001\022\027\n\017lost_inc"
+ "rements\030\007 \001(\r\022\021\n\tsoul_eggs\030\010 \001(\001\022\036\n\026myst"
+ "ical_earnings_mult\030\r \001(\001\022\013\n\003eop\030\016 \001(\r\022\032\n"
+ "\022contracts_unlocked\030\017 \001(\010\022\032\n\022artifacts_u"
+ "nlocked\030\020 \001(\010\022\036\n\026current_client_version\030"
+ "\n \001(\r\022\r\n\005debug\030\013 \001(\010\"\325\001\n\rConfigRequest\022#"
+ "\n\005rinfo\030\001 \001(\0132\024.ei.BasicRequestInfo\022\021\n\ts"
+ "oul_eggs\030\002 \001(\001\022\032\n\022contracts_unlocked\030\005 \001"
+ "(\010\022\032\n\022artifacts_unlocked\030\003 \001(\010\022\032\n\022fuel_t"
+ "ank_unlocked\030\004 \001(\010\022\022\n\npro_permit\030\006 \001(\010\022\r"
+ "\n\005ultra\030\007 \001(\010\022\025\n\rtips_checksum\030\010 \001(\t\"x\n\016"
+ "ConfigResponse\022#\n\013live_config\030\001 \001(\0132\016.ei"
+ ".LiveConfig\022\034\n\010mail_bag\030\002 \001(\0132\n.ei.MailD"
+ "B\022#\n\013dlc_catalog\030\003 \001(\0132\016.ei.DLCCatalog\"d"
+ "\n\024AdAttributionRawData\022\024\n\014device_ad_id\030\001"
+ " \001(\t\022\017\n\007user_id\030\004 \001(\t\022\022\n\nad_network\030\002 \001("
+ "\t\022\021\n\tjson_data\030\003 \001(\t\"\270\001\n\020AdAttributionRo"
+ "w\022\017\n\007user_id\030\001 \001(\t\022\r\n\005ad_id\030\002 \001(\t\022\022\n\nad_"
+ "network\030\003 \001(\t\022\020\n\010campaign\030\004 \001(\t\022\017\n\007keywo"
+ "rd\030\005 \001(\t\022\r\n\005extra\030\006 \001(\t\022\022\n\nclick_date\030\007 "
+ "\001(\002\022\025\n\rdownload_date\030\010 \001(\002\022\023\n\013approx_tim"
+ "e\030\t \001(\002\"\215\003\n\021AdAttributionInfo\022\024\n\014device_"
+ "ad_id\030\001 \001(\t\022\024\n\014network_name\030\002 \001(\t\022\023\n\013att"
+ "ribution\030\003 \001(\010\022\020\n\010org_name\030\004 \001(\t\022\016\n\006org_"
+ "id\030\005 \001(\t\022\025\n\rcampaign_name\030\006 \001(\t\022\023\n\013campa"
+ "ign_id\030\007 \001(\t\022\022\n\nclick_date\030\010 \001(\t\022\027\n\017conv"
+ "ersion_date\030\t \001(\t\022\027\n\017conversion_type\030\n \001"
+ "(\t\022\013\n\003geo\030\013 \001(\t\022\024\n\014adgroup_name\030\014 \001(\t\022\022\n"
+ "\nadgroup_id\030\r \001(\t\022\017\n\007keyword\030\016 \001(\t\022\022\n\nke"
+ "yword_id\030\017 \001(\t\022\025\n\rkeyword_extra\030\020 \001(\t\022\030\n"
+ "\020creativeset_name\030\021 \001(\t\022\026\n\016creativeset_i"
+ "d\030\022 \001(\t\"\363\002\n\023ArtifactsClientInfo\022\035\n\025missi"
+ "on_capacity_mult\030\001 \001(\001\022\035\n\025mission_durati"
+ "on_mult\030\002 \001(\001\022*\n\"mission_ftl_duration_re"
+ "search_mult\030\004 \001(\001\022&\n\036mission_capacity_re"
+ "search_mult\030\006 \001(\001\022:\n\rlaunch_counts\030\003 \003(\013"
+ "2#.ei.ArtifactsClientInfo.LaunchCount\022)\n"
+ "!last_server_launch_count_sum_time\030\005 \001(\001"
+ "\032c\n\013LaunchCount\022\'\n\004ship\030\001 \001(\0162\031.ei.Missi"
+ "onInfo.Spaceship\022\024\n\014num_launches\030\002 \001(\r\022\025"
+ "\n\rlaunch_points\030\003 \001(\001\"\303\006\n\013MissionInfo\022\'\n"
+ "\004ship\030\001 \001(\0162\031.ei.MissionInfo.Spaceship\022&"
+ "\n\006status\030\002 \001(\0162\026.ei.MissionInfo.Status\0223"
+ "\n\rduration_type\030\003 \001(\0162\034.ei.MissionInfo.D"
+ "urationType\022\"\n\004fuel\030\004 \003(\0132\024.ei.MissionIn"
+ "fo.Fuel\022\r\n\005level\030\014 \001(\r\022\030\n\020duration_secon"
+ "ds\030\005 \001(\001\022\020\n\010capacity\030\t \001(\r\022\024\n\014quality_bu"
+ "mp\030\013 \001(\001\022.\n\017target_artifact\030\r \001(\0162\025.ei.A"
+ "rtifactSpec.Name\022\031\n\021seconds_remaining\030\006 "
+ "\001(\001\022\032\n\022start_time_derived\030\010 \001(\001\022\023\n\013missi"
+ "on_log\030\n \001(\t\022\022\n\nidentifier\030\007 \001(\t\032,\n\004Fuel"
+ "\022\024\n\003egg\030\001 \001(\0162\007.ei.Egg\022\016\n\006amount\030\002 \001(\001\"\307"
+ "\001\n\tSpaceship\022\017\n\013CHICKEN_ONE\020\000\022\020\n\014CHICKEN"
+ "_NINE\020\001\022\021\n\rCHICKEN_HEAVY\020\002\022\007\n\003BCR\020\003\022\025\n\021M"
+ "ILLENIUM_CHICKEN\020\004\022\027\n\023CORELLIHEN_CORVETT"
+ "E\020\005\022\016\n\nGALEGGTICA\020\006\022\016\n\nCHICKFIANT\020\007\022\014\n\010V"
+ "OYEGGER\020\010\022\016\n\nHENERPRISE\020\t\022\r\n\tATREGGIES\020\n"
+ "\"t\n\006Status\022\013\n\007FUELING\020\000\022\025\n\021PREPARE_TO_LA"
+ "UNCH\020\005\022\r\n\tEXPLORING\020\n\022\014\n\010RETURNED\020\017\022\r\n\tA"
+ "NALYZING\020\020\022\014\n\010COMPLETE\020\024\022\014\n\010ARCHIVED\020\031\";"
+ "\n\014DurationType\022\t\n\005SHORT\020\000\022\010\n\004LONG\020\001\022\010\n\004E"
+ "PIC\020\002\022\014\n\010TUTORIAL\020\003\"\360\013\n\014ArtifactSpec\022#\n\004"
+ "name\030\001 \001(\0162\025.ei.ArtifactSpec.Name\022%\n\005lev"
+ "el\030\002 \001(\0162\026.ei.ArtifactSpec.Level\022\'\n\006rari"
+ "ty\030\003 \001(\0162\027.ei.ArtifactSpec.Rarity\022\024\n\003egg"
+ "\030\004 \001(\0162\007.ei.Egg\"\212\t\n\004Name\022\017\n\013LUNAR_TOTEM\020"
+ "\000\022\027\n\023NEODYMIUM_MEDALLION\020\003\022\021\n\rBEAK_OF_MI"
+ "DAS\020\004\022\025\n\021LIGHT_OF_EGGENDIL\020\005\022\025\n\021DEMETERS"
+ "_NECKLACE\020\006\022\025\n\021VIAL_MARTIAN_DUST\020\007\022\021\n\rOR"
+ "NATE_GUSSET\020\010\022\017\n\013THE_CHALICE\020\t\022\021\n\rBOOK_O"
+ "F_BASAN\020\n\022\023\n\017PHOENIX_FEATHER\020\013\022\021\n\rTUNGST"
+ "EN_ANKH\020\014\022\023\n\017AURELIAN_BROOCH\020\025\022\024\n\020CARVED"
+ "_RAINSTICK\020\026\022\017\n\013PUZZLE_CUBE\020\027\022\025\n\021QUANTUM"
+ "_METRONOME\020\030\022\024\n\020SHIP_IN_A_BOTTLE\020\031\022\025\n\021TA"
+ "CHYON_DEFLECTOR\020\032\022\030\n\024INTERSTELLAR_COMPAS"
+ "S\020\033\022\025\n\021DILITHIUM_MONOCLE\020\034\022\025\n\021TITANIUM_A"
+ "CTUATOR\020\035\022\021\n\rMERCURYS_LENS\020\036\022\021\n\rTACHYON_"
+ "STONE\020\001\022\023\n\017DILITHIUM_STONE\020\037\022\017\n\013SHELL_ST"
+ "ONE\020 \022\017\n\013LUNAR_STONE\020!\022\016\n\nSOUL_STONE\020\"\022\022"
+ "\n\016PROPHECY_STONE\020\'\022\021\n\rQUANTUM_STONE\020$\022\017\n"
+ "\013TERRA_STONE\020%\022\016\n\nLIFE_STONE\020&\022\021\n\rCLARIT"
+ "Y_STONE\020(\022\035\n\031EXTRATERRESTRIAL_ALUMINUM\020\r"
+ "\022\024\n\020ANCIENT_TUNGSTEN\020\016\022\017\n\013SPACE_ROCKS\020\017\022"
+ "\016\n\nALIEN_WOOD\020\020\022\022\n\016GOLD_METEORITE\020\021\022\022\n\016T"
+ "AU_CETI_GEODE\020\022\022\024\n\020CENTAURIAN_STEEL\020\023\022\023\n"
+ "\017ERIDANI_FEATHER\020\024\022\017\n\013DRONE_PARTS\020#\022\024\n\020C"
+ "ELESTIAL_BRONZE\020)\022\020\n\014LALANDE_HIDE\020*\022\022\n\016S"
+ "OLAR_TITANIUM\020+\022\032\n\026TACHYON_STONE_FRAGMEN"
+ "T\020\002\022\034\n\030DILITHIUM_STONE_FRAGMENT\020,\022\030\n\024SHE"
+ "LL_STONE_FRAGMENT\020-\022\030\n\024LUNAR_STONE_FRAGM"
+ "ENT\020.\022\027\n\023SOUL_STONE_FRAGMENT\020/\022\033\n\027PROPHE"
+ "CY_STONE_FRAGMENT\0200\022\032\n\026QUANTUM_STONE_FRA"
+ "GMENT\0201\022\030\n\024TERRA_STONE_FRAGMENT\0202\022\027\n\023LIF"
+ "E_STONE_FRAGMENT\0203\022\032\n\026CLARITY_STONE_FRAG"
+ "MENT\0204\022\014\n\007UNKNOWN\020\220N\"H\n\005Level\022\014\n\010INFERIO"
+ "R\020\000\022\n\n\006LESSER\020\001\022\n\n\006NORMAL\020\002\022\013\n\007GREATER\020\003"
+ "\022\014\n\010SUPERIOR\020\004\"7\n\006Rarity\022\n\n\006COMMON\020\000\022\010\n\004"
+ "RARE\020\001\022\010\n\004EPIC\020\002\022\r\n\tLEGENDARY\020\003\"E\n\004Type\022"
+ "\014\n\010ARTIFACT\020\000\022\t\n\005STONE\020\001\022\016\n\nINGREDIENT\020\002"
+ "\022\024\n\020STONE_INGREDIENT\020\003\"T\n\020CompleteArtifa"
+ "ct\022\036\n\004spec\030\001 \001(\0132\020.ei.ArtifactSpec\022 \n\006st"
+ "ones\030\002 \003(\0132\020.ei.ArtifactSpec\"u\n\025Artifact"
+ "InventoryItem\022\017\n\007item_id\030\001 \001(\004\022&\n\010artifa"
+ "ct\030\002 \001(\0132\024.ei.CompleteArtifact\022\020\n\010quanti"
+ "ty\030\003 \001(\001\022\021\n\tserver_id\030\004 \001(\t\"2\n\rInventory"
+ "Slot\022\020\n\010occupied\030\001 \001(\010\022\017\n\007item_id\030\002 \001(\r\""
+ "\\\n\035ArtifactsConfigurationRequest\022#\n\005rinf"
+ "o\030\002 \001(\0132\024.ei.BasicRequestInfo\022\026\n\016client_"
+ "version\030\001 \001(\r\"\377\007\n\036ArtifactsConfiguration"
+ "Response\022P\n\022mission_parameters\030\001 \003(\01324.e"
+ "i.ArtifactsConfigurationResponse.Mission"
+ "Parameters\022R\n\023artifact_parameters\030\002 \003(\0132"
+ "5.ei.ArtifactsConfigurationResponse.Arti"
+ "factParameters\022R\n\024crafting_level_infos\030\003"
+ " \003(\01324.ei.ArtifactsConfigurationResponse"
+ ".CraftingLevelInfo\032\250\003\n\021MissionParameters"
+ "\022\'\n\004ship\030\001 \001(\0162\031.ei.MissionInfo.Spaceshi"
+ "p\022P\n\tdurations\030\003 \003(\0132=.ei.ArtifactsConfi"
+ "gurationResponse.MissionParameters.Durat"
+ "ion\022\"\n\032level_mission_requirements\030\004 \003(\r\022"
+ "\033\n\023capacity_DEPRECATED\030\002 \001(\r\032\326\001\n\010Duratio"
+ "n\0223\n\rduration_type\030\001 \001(\0162\034.ei.MissionInf"
+ "o.DurationType\022\017\n\007seconds\030\002 \001(\001\022\017\n\007quali"
+ "ty\030\003 \001(\002\022\023\n\013min_quality\030\004 \001(\002\022\023\n\013max_qua"
+ "lity\030\005 \001(\002\022\020\n\010capacity\030\006 \001(\r\022\033\n\023level_ca"
+ "pacity_bump\030\007 \001(\r\022\032\n\022level_quality_bump\030"
+ "\010 \001(\002\032\370\001\n\022ArtifactParameters\022\036\n\004spec\030\001 \001"
+ "(\0132\020.ei.ArtifactSpec\022\024\n\014base_quality\030\002 \001"
+ "(\001\022\027\n\017odds_multiplier\030\004 \001(\001\022\r\n\005value\030\003 \001"
+ "(\001\022\026\n\016crafting_price\030\005 \001(\001\022\032\n\022crafting_p"
+ "rice_low\030\006 \001(\001\022\035\n\025crafting_price_domain\030"
+ "\007 \001(\r\022\034\n\024crafting_price_curve\030\010 \001(\001\022\023\n\013c"
+ "rafting_xp\030\t \001(\004\032=\n\021CraftingLevelInfo\022\023\n"
+ "\013xp_required\030\001 \001(\001\022\023\n\013rarity_mult\030\002 \001(\002\""
+ "\256\001\n\016MissionRequest\022#\n\005rinfo\030\004 \001(\0132\024.ei.B"
+ "asicRequestInfo\022\026\n\016client_version\030\001 \001(\r\022"
+ "\022\n\nei_user_id\030\003 \001(\t\022\035\n\004info\030\002 \001(\0132\017.ei.M"
+ "issionInfo\022,\n\013client_info\030\005 \001(\0132\027.ei.Art"
+ "ifactsClientInfo\"A\n\017MissionResponse\022\017\n\007s"
+ "uccess\030\001 \001(\010\022\035\n\004info\030\002 \001(\0132\017.ei.MissionI"
+ "nfo\"V\n\031GetActiveMissionsResponse\022\017\n\007succ"
+ "ess\030\001 \001(\010\022(\n\017active_missions\030\002 \003(\0132\017.ei."
+ "MissionInfo\"\214\002\n\027CompleteMissionResponse\022"
+ "\017\n\007success\030\001 \001(\010\022\035\n\004info\030\002 \001(\0132\017.ei.Miss"
+ "ionInfo\022A\n\tartifacts\030\003 \003(\0132..ei.Complete"
+ "MissionResponse.SecureArtifactSpec\022!\n\rot"
+ "her_rewards\030\004 \003(\0132\n.ei.Reward\022\022\n\nei_user"
+ "_id\030\005 \001(\t\032G\n\022SecureArtifactSpec\022\036\n\004spec\030"
+ "\001 \001(\0132\020.ei.ArtifactSpec\022\021\n\tserver_id\030\002 \001"
+ "(\t\"\344\001\n%CollectContractArtifactRewardsReq"
+ "uest\022#\n\005rinfo\030\001 \001(\0132\024.ei.BasicRequestInf"
+ "o\022\033\n\023contract_identifier\030\002 \001(\t\022\016\n\006league"
+ "\030\005 \001(\r\022\'\n\005grade\030\006 \001(\0162\030.ei.Contract.Play"
+ "erGrade\022\022\n\ngoal_index\030\003 \001(\r\022,\n\tbest_ship"
+ "\030\004 \001(\0162\031.ei.MissionInfo.Spaceship\"\366\001\n\024Cr"
+ "aftArtifactRequest\022#\n\005rinfo\030\005 \001(\0132\024.ei.B"
+ "asicRequestInfo\022\022\n\nei_user_id\030\001 \001(\t\022\036\n\004s"
+ "pec\030\002 \001(\0132\020.ei.ArtifactSpec\022\017\n\007item_id\030\003"
+ " \001(\004\022\027\n\017gold_price_paid\030\006 \001(\001\022\026\n\016craftin"
+ "g_count\030\007 \001(\r\022\023\n\013crafting_xp\030\010 \001(\001\022.\n\013in"
+ "gredients\030\004 \003(\0132\031.ei.ArtifactInventoryIt"
+ "em\"\211\001\n\025CraftArtifactResponse\022\017\n\007item_id\030"
+ "\001 \001(\004\022\022\n\nei_user_id\030\005 \001(\t\0228\n\017rarity_achi"
+ "eved\030\002 \001(\0162\027.ei.ArtifactSpec.Rarity:\006COM"
+ "MON\022\021\n\tserver_id\030\003 \001(\t\"\365\001\n\026ConsumeArtifa"
+ "ctRequest\022#\n\005rinfo\030\004 \001(\0132\024.ei.BasicReque"
+ "stInfo\022\022\n\nei_user_id\030\003 \001(\t\022\036\n\004spec\030\001 \001(\013"
+ "2\020.ei.ArtifactSpec\022\032\n\022artifact_server_id"
+ "\030\005 \001(\t\022\030\n\020original_item_id\030\002 \001(\004\022\035\n\025addi"
+ "tional_server_ids\030\007 \003(\t\022\033\n\023additional_it"
+ "em_ids\030\010 \003(\004\022\020\n\010quantity\030\006 \001(\r\"\276\001\n\027Consu"
+ "meArtifactResponse\022\017\n\007success\030\001 \001(\010\022\030\n\020o"
+ "riginal_item_id\030\002 \001(\004\022\033\n\023additional_item"
+ "_ids\030\006 \003(\004\022$\n\nbyproducts\030\003 \003(\0132\020.ei.Arti"
+ "factSpec\022!\n\rother_rewards\030\004 \003(\0132\n.ei.Rew"
+ "ard\022\022\n\nei_user_id\030\005 \001(\t\"}\n\034AuthenticateA"
+ "rtifactResponse\022\017\n\007success\030\001 \001(\010\022\030\n\020orig"
+ "inal_item_id\030\002 \001(\004\022\016\n\006demote\030\003 \001(\010\022\016\n\006de"
+ "lete\030\004 \001(\010\022\022\n\nei_user_id\030\005 \001(\t\"\241\001\n\022SetAr"
+ "tifactRequest\022#\n\005rinfo\030\001 \001(\0132\024.ei.BasicR"
+ "equestInfo\022+\n\010artifact\030\002 \001(\0132\031.ei.Artifa"
+ "ctInventoryItem\022 \n\006stones\030\003 \003(\0132\020.ei.Art"
+ "ifactSpec\022\027\n\017gold_price_paid\030\004 \001(\001\"T\n\023Se"
+ "tArtifactResponse\022\017\n\007success\030\001 \001(\010\022\030\n\020or"
+ "iginal_item_id\030\002 \001(\004\022\022\n\nei_user_id\030\005 \001(\t"
+ "\"\366\007\n\013ArtifactsDB\0222\n\017inventory_items\030\001 \003("
+ "\0132\031.ei.ArtifactInventoryItem\022\025\n\ritem_seq"
+ "uence\030\002 \001(\004\022*\n\017inventory_slots\030\003 \003(\0132\021.e"
+ "i.InventorySlot\022G\n\033active_artifacts_DEPR"
+ "ECATED\030\007 \003(\0132\".ei.ArtifactsDB.ActiveArti"
+ "factSlot\022\?\n\024active_artifact_sets\030\013 \003(\0132!"
+ ".ei.ArtifactsDB.ActiveArtifactSet\022>\n\023sav"
+ "ed_artifact_sets\030\r \003(\0132!.ei.ArtifactsDB."
+ "ActiveArtifactSet\022:\n\017artifact_status\030\014 \003"
+ "(\0132!.ei.ArtifactsDB.CraftableArtifact\022(\n"
+ "\017fueling_mission\030\016 \001(\0132\017.ei.MissionInfo\022"
+ "&\n\rmission_infos\030\004 \003(\0132\017.ei.MissionInfo\022"
+ "(\n\017mission_archive\030\005 \003(\0132\017.ei.MissionInf"
+ "o\0229\n\037discovered_artifacts_DEPRECATED\030\010 \003"
+ "(\0132\020.ei.ArtifactSpec\022I\n\036craftable_artifa"
+ "cts_DEPRECATED\030\t \003(\0132!.ei.ArtifactsDB.Cr"
+ "aftableArtifact\022E\n\032crafting_counts_DEPRE"
+ "CATED\030\n \003(\0132!.ei.ArtifactsDB.CraftableAr"
+ "tifact\0327\n\022ActiveArtifactSlot\022\020\n\010occupied"
+ "\030\001 \001(\010\022\017\n\007item_id\030\002 \001(\004\032S\n\021ActiveArtifac"
+ "tSet\0221\n\005slots\030\001 \003(\0132\".ei.ArtifactsDB.Act"
+ "iveArtifactSlot\022\013\n\003uid\030\002 \001(\r\032\222\001\n\021Craftab"
+ "leArtifact\022\036\n\004spec\030\001 \001(\0132\020.ei.ArtifactSp"
+ "ec\022\022\n\ndiscovered\030\006 \001(\010\022\021\n\tcraftable\030\004 \001("
+ "\010\022\031\n\021recipe_discovered\030\005 \001(\010\022\014\n\004seen\030\002 \001"
+ "(\010\022\r\n\005count\030\003 \001(\r\"\202\001\n\024AuthenticatedMessa"
+ "ge\022\017\n\007message\030\001 \001(\014\022\017\n\007version\030\003 \001(\r\022\014\n\004"
+ "code\030\002 \001(\t\022\022\n\ncompressed\030\004 \001(\010\022\025\n\rorigin"
+ "al_size\030\005 \001(\r\022\017\n\007user_id\030\006 \001(\t\"f\n\031LogCom"
+ "pleteMissionPayload\022\037\n\003req\030\001 \001(\0132\022.ei.Mi"
+ "ssionRequest\022(\n\003res\030\002 \001(\0132\033.ei.CompleteM"
+ "issionResponse\"h\n\027LogCraftArtifactPayloa"
+ "d\022%\n\003req\030\001 \001(\0132\030.ei.CraftArtifactRequest"
+ "\022&\n\003res\030\002 \001(\0132\031.ei.CraftArtifactResponse"
+ "\"n\n\031LogConsumeArtifactPayload\022\'\n\003req\030\001 \001"
+ "(\0132\032.ei.ConsumeArtifactRequest\022(\n\003res\030\002 "
+ "\001(\0132\033.ei.ConsumeArtifactResponse\"b\n\025LogS"
+ "etArtifactPayload\022#\n\003req\030\001 \001(\0132\026.ei.SetA"
+ "rtifactRequest\022$\n\003res\030\002 \001(\0132\027.ei.SetArti"
+ "factResponse\"@\n\026AccountTransferPayload\022\017"
+ "\n\007from_id\030\001 \001(\t\022\025\n\rto_ei_user_id\030\002 \001(\t\"\335"
+ "\001\n\022SaveBackupResponse\022\017\n\007success\030\001 \001(\010\022\022"
+ "\n\nerror_code\030\002 \001(\r\022\017\n\007message\030\003 \001(\t\022#\n\017e"
+ "xisting_backup\030\004 \001(\0132\n.ei.Backup\"l\n\nErro"
+ "rCodes\022\014\n\010NO_ERROR\020\000\022\022\n\016USER_NOT_FOUND\020\001"
+ "\022\027\n\023COULD_NOT_OVERWRITE\020\002\022\022\n\016BACKUP_OFFE"
+ "RED\020\003\022\017\n\013BAD_USER_ID\020\004\"K\n\023CleanAccountRe"
+ "quest\022\032\n\022ei_user_id_to_keep\030\001 \001(\t\022\030\n\020gam"
+ "e_services_id\030\002 \001(\t\"&\n\020ReturnEDTPayload\022"
+ "\022\n\nei_user_id\030\001 \001(\t\"\201\001\n\007DLCItem\022\014\n\004name\030"
+ "\001 \001(\t\022\021\n\tdirectory\030\002 \001(\t\022\013\n\003ext\030\003 \001(\t\022\022\n"
+ "\ncompressed\030\006 \001(\010\022\025\n\roriginal_size\030\007 \001(\004"
+ "\022\013\n\003url\030\004 \001(\t\022\020\n\010checksum\030\005 \001(\t\"\353\022\n\tShel"
+ "lSpec\022\022\n\nidentifier\030\001 \001(\t\022/\n\rprimary_pie"
+ "ce\030\014 \001(\0132\030.ei.ShellSpec.ShellPiece\022(\n\006pi"
+ "eces\030\013 \003(\0132\030.ei.ShellSpec.ShellPiece\022\037\n\n"
+ "alt_assets\030\022 \003(\0132\013.ei.DLCItem\022\014\n\004name\030\003 "
+ "\001(\t\022\026\n\016set_identifier\030\r \001(\t\022\031\n\021modified_"
+ "geometry\030\023 \001(\010\022\r\n\005price\030\004 \001(\r\022\024\n\014require"
+ "d_eop\030\005 \001(\r\022\032\n\022required_soul_eggs\030\006 \001(\001\022"
+ "\035\n\025required_parent_shell\030\024 \001(\t\022\016\n\006is_new"
+ "\030\016 \001(\010\022\017\n\007expires\030\017 \001(\010\022\037\n\027seconds_until"
+ "_available\030\021 \001(\001\022\031\n\021seconds_remaining\030\020 "
+ "\001(\001\022\022\n\npopularity\030\025 \001(\004\022\032\n\022default_appea"
+ "rance\030\010 \001(\010\032S\n\nShellPiece\022+\n\nasset_type\030"
+ "\001 \001(\0162\027.ei.ShellSpec.AssetType\022\030\n\003dlc\030\002 "
+ "\001(\0132\013.ei.DLCItem\"\312\016\n\tAssetType\022\010\n\004COOP\020\001"
+ "\022\t\n\005SHACK\020\002\022\017\n\013SUPER_SHACK\020\003\022\017\n\013SHORT_HO"
+ "USE\020\004\022\020\n\014THE_STANDARD\020\005\022\016\n\nLONG_HOUSE\020\006\022"
+ "\021\n\rDOUBLE_DECKER\020\007\022\r\n\tWAREHOUSE\020\010\022\n\n\006CEN"
+ "TER\020\t\022\n\n\006BUNKER\020\n\022\n\n\006EGGKEA\020\013\022\n\n\006HAB_1K\020"
+ "\014\022\n\n\006HANGAR\020\r\022\t\n\005TOWER\020\016\022\013\n\007HAB_10K\020\017\022\014\n"
+ "\010EGGTOPIA\020\020\022\014\n\010MONOLITH\020\021\022\021\n\rPLANET_PORT"
+ "AL\020\022\022\024\n\020CHICKEN_UNIVERSE\020\023\022\020\n\014SILO_0_SMA"
+ "LL\0202\022\016\n\nSILO_0_MED\0203\022\020\n\014SILO_0_LARGE\0204\022\020"
+ "\n\014SILO_1_SMALL\0205\022\016\n\nSILO_1_MED\0206\022\020\n\014SILO"
+ "_1_LARGE\0207\022\014\n\010SILO_ALL\020;\022\013\n\007MAILBOX\020F\022\017\n"
+ "\013TROPHY_CASE\020G\022\n\n\006GROUND\020H\022\r\n\tHARDSCAPE\020"
+ "I\022\r\n\tHYPERLOOP\020J\022\013\n\007DEPOT_1\020d\022\013\n\007DEPOT_2"
+ "\020e\022\013\n\007DEPOT_3\020f\022\013\n\007DEPOT_4\020g\022\013\n\007DEPOT_5\020"
+ "h\022\013\n\007DEPOT_6\020i\022\013\n\007DEPOT_7\020j\022\t\n\005LAB_1\020n\022\t"
+ "\n\005LAB_2\020o\022\t\n\005LAB_3\020p\022\t\n\005LAB_4\020q\022\t\n\005LAB_5"
+ "\020r\022\t\n\005LAB_6\020s\022\023\n\017HATCHERY_EDIBLE\020x\022\026\n\022HA"
+ "TCHERY_SUPERFOOD\020y\022\024\n\020HATCHERY_MEDICAL\020z"
+ "\022\030\n\024HATCHERY_ROCKET_FUEL\020{\022\032\n\026HATCHERY_S"
+ "UPERMATERIAL\020|\022\023\n\017HATCHERY_FUSION\020}\022\024\n\020H"
+ "ATCHERY_QUANTUM\020~\022\030\n\024HATCHERY_IMMORTALIT"
+ "Y\020\177\022\025\n\020HATCHERY_TACHYON\020\200\001\022\026\n\021HATCHERY_G"
+ "RAVITON\020\201\001\022\027\n\022HATCHERY_DILITHIUM\020\202\001\022\025\n\020H"
+ "ATCHERY_PRODIGY\020\203\001\022\027\n\022HATCHERY_TERRAFORM"
+ "\020\204\001\022\030\n\023HATCHERY_ANTIMATTER\020\205\001\022\031\n\024HATCHER"
+ "Y_DARK_MATTER\020\206\001\022\020\n\013HATCHERY_AI\020\207\001\022\024\n\017HA"
+ "TCHERY_NEBULA\020\210\001\022\026\n\021HATCHERY_UNIVERSE\020\211\001"
+ "\022\033\n\026HATCHERY_ENLIGHTENMENT\020\212\001\022\027\n\022HATCHER"
+ "Y_CHOCOLATE\020\213\001\022\024\n\017HATCHERY_EASTER\020\214\001\022\032\n\025"
+ "HATCHERY_WATERBALLOON\020\215\001\022\026\n\021HATCHERY_FIR"
+ "EWORK\020\216\001\022\025\n\020HATCHERY_PUMPKIN\020\217\001\022\024\n\017HATCH"
+ "ERY_CUSTOM\020\226\001\022\n\n\005HOA_1\020\252\001\022\n\n\005HOA_2\020\253\001\022\n\n"
+ "\005HOA_3\020\254\001\022\026\n\021MISSION_CONTROL_1\020\264\001\022\026\n\021MIS"
+ "SION_CONTROL_2\020\265\001\022\026\n\021MISSION_CONTROL_3\020\266"
+ "\001\022\020\n\013FUEL_TANK_1\020\310\001\022\020\n\013FUEL_TANK_2\020\311\001\022\020\n"
+ "\013FUEL_TANK_3\020\312\001\022\020\n\013FUEL_TANK_4\020\313\001\022\032\n\025HAT"
+ "CHERY_GRAVITON_TOP\020\364\003\022\033\n\026HATCHERY_NEBULA"
+ "_MIDDLE\020\365\003\022\030\n\023HATCHERY_NEBULA_TOP\020\366\003\022 \n\033"
+ "HATCHERY_DARK_MATTER_RING_1\020\371\003\022 \n\033HATCHE"
+ "RY_DARK_MATTER_RING_2\020\372\003\022 \n\033HATCHERY_DAR"
+ "K_MATTER_RING_3\020\373\003\022\026\n\021HATCHERY_AI_TOP_1\020"
+ "\376\003\022\026\n\021HATCHERY_AI_TOP_2\020\377\003\022\026\n\021HATCHERY_A"
+ "I_TOP_3\020\200\004\022\026\n\021HATCHERY_AI_TOP_4\020\201\004\022\034\n\027HA"
+ "TCHERY_UNIVERSE_PROBE\020\203\004\022\033\n\026HATCHERY_UNI"
+ "VERSE_BOLT\020\204\004\022\037\n\032HATCHERY_ENLIGHTENMENT_"
+ "ORB\020\210\004\022\024\n\017HYPERLOOP_TRACK\020\272\004\022\021\n\014MAILBOX_"
+ "FULL\020\330\004\022\014\n\007CHICKEN\020\350\007\022\010\n\003HAT\020\362\007\022\014\n\007UNKNO"
+ "WN\020\217N\"\252\005\n\014ShellSetSpec\022\022\n\nidentifier\030\001 \001"
+ "(\t\022\014\n\004name\030\002 \001(\t\022\r\n\005price\030\003 \001(\r\022 \n\025price"
+ "_mult_DEPRECATED\030\010 \001(\001:\0011\022\020\n\010discount\030\021 "
+ "\001(\001\022\024\n\014required_eop\030\004 \001(\r\022\032\n\022required_so"
+ "ul_eggs\030\005 \001(\001\022\033\n\023required_parent_set\030\024 \001"
+ "(\t\022\016\n\006is_new\030\t \001(\010\022\017\n\007expires\030\n \001(\010\022\037\n\027s"
+ "econds_until_available\030\022 \001(\001\022\031\n\021seconds_"
+ "remaining\030\013 \001(\001\022\022\n\npopularity\030\025 \001(\004\022\021\n\td"
+ "ecorator\030\016 \001(\010\022\031\n\021modified_geometry\030\r \001("
+ "\010\022\023\n\013element_set\030\007 \001(\010\022\026\n\016hex_base_color"
+ "\030\020 \001(\t\0222\n\nvariations\030\017 \003(\0132\036.ei.ShellSet"
+ "Spec.VariationSpec\022\031\n\004icon\030\023 \001(\0132\013.ei.DL"
+ "CItem\022\032\n\022default_appearance\030\006 \001(\010\022\031\n\021cus"
+ "tom_appearance\030\014 \001(\010\032\223\001\n\rVariationSpec\022\022"
+ "\n\nidentifier\030\001 \001(\t\022\021\n\thex_color\030\002 \001(\t\022\r\n"
+ "\005price\030\003 \001(\r\022\025\n\rsort_priority\030\006 \001(\005\022\032\n\022d"
+ "efault_appearance\030\004 \001(\010\022\031\n\021custom_appear"
+ "ance\030\005 \001(\010\"\325\005\n\017ShellObjectSpec\022\022\n\nidenti"
+ "fier\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022+\n\nasset_type\030\003"
+ " \001(\0162\027.ei.ShellSpec.AssetType\022\024\n\014object_"
+ "class\030\016 \001(\t\022\023\n\013icon_colors\030\017 \003(\t\022\r\n\005pric"
+ "e\030\004 \001(\r\022\024\n\014required_eop\030\005 \001(\r\022\032\n\022require"
+ "d_soul_eggs\030\006 \001(\001\022\016\n\006is_new\030\n \001(\010\022\017\n\007exp"
+ "ires\030\013 \001(\010\022\037\n\027seconds_until_available\030\022 "
+ "\001(\001\022\031\n\021seconds_remaining\030\014 \001(\001\022\022\n\npopula"
+ "rity\030\023 \001(\004\022\020\n\010metadata\030\007 \003(\001\022\017\n\007no_hats\030"
+ "\r \001(\010\022\?\n\021chicken_animation\030\020 \001(\0162$.ei.Sh"
+ "ellObjectSpec.ChickenAnimation\022\025\n\rsort_p"
+ "riority\030\021 \001(\005\022,\n\006pieces\030\010 \003(\0132\034.ei.Shell"
+ "ObjectSpec.LODPiece\022\032\n\022default_appearanc"
+ "e\030\t \001(\010\0321\n\010LODPiece\022\030\n\003dlc\030\001 \001(\0132\013.ei.DL"
+ "CItem\022\013\n\003lod\030\002 \001(\r\"\235\001\n\020ChickenAnimation\022"
+ "\020\n\014STANDARD_RUN\020\000\022\n\n\006SLOWMO\020\007\022\n\n\006WOBBLE\020"
+ "\001\022\017\n\013WOBBLE_LEAN\020\005\022\n\n\006SMOOTH\020\002\022\017\n\013SMOOTH"
+ "_LEAN\020\006\022\t\n\005HOVER\020\003\022\023\n\017SIDEWAYS_SMOOTH\020\004\022"
+ "\021\n\rSIDEWAYS_LEAN\020\010\"\222\001\n\016ShellGroupSpec\022\022\n"
+ "\nidentifier\030\001 \001(\t\022\014\n\004name\030\002 \001(\t\022+\n\nasset"
+ "_type\030\005 \001(\0162\027.ei.ShellSpec.AssetType\022\022\n\n"
+ "member_ids\030\003 \003(\t\022\035\n\025price_mult_DEPRECATE"
+ "D\030\004 \001(\001\"\225\002\n\nDLCCatalog\022\032\n\005items\030\001 \003(\0132\013."
+ "ei.DLCItem\022\035\n\006shells\030\002 \003(\0132\r.ei.ShellSpe"
+ "c\022$\n\nshell_sets\030\003 \003(\0132\020.ei.ShellSetSpec\022"
+ "$\n\ndecorators\030\006 \003(\0132\020.ei.ShellSetSpec\022*\n"
+ "\rshell_objects\030\004 \003(\0132\023.ei.ShellObjectSpe"
+ "c\022(\n\014shell_groups\030\005 \003(\0132\022.ei.ShellGroupS"
+ "pec\022*\n\"shells_showcase_last_featured_tim"
+ "e\030\007 \001(\001\"\226\022\n\007ShellDB\0220\n\017shell_inventory\030\001"
+ " \003(\0132\027.ei.ShellDB.ShellStatus\022\?\n\027shell_e"
+ "lement_inventory\030\005 \003(\0132\036.ei.ShellDB.Shel"
+ "lElementStatus\022F\n\031shell_variation_invent"
+ "ory\030\010 \003(\0132#.ei.ShellDB.ShellSetVariation"
+ "Status\0224\n\023shell_set_inventory\030\002 \003(\0132\027.ei"
+ ".ShellDB.ShellStatus\0227\n\026shell_object_inv"
+ "entory\030\004 \003(\0132\027.ei.ShellDB.ShellStatus\0223\n"
+ "\014farm_configs\030\003 \003(\0132\035.ei.ShellDB.FarmCon"
+ "figuration\0229\n\rsaved_configs\030\t \003(\0132\".ei.S"
+ "hellDB.SavedFarmConfiguration\022\035\n\025new_she"
+ "lls_downloaded\030\006 \003(\t\022\027\n\017new_shells_seen\030"
+ "\007 \003(\t\022(\n last_showcase_featured_time_see"
+ "n\030\013 \001(\001\022\"\n\032lighting_controls_unlocked\030\n "
+ "\001(\010\0320\n\013ShellStatus\022\022\n\nidentifier\030\001 \001(\t\022\r"
+ "\n\005owned\030\002 \001(\010\032V\n\022ShellElementStatus\022(\n\007e"
+ "lement\030\001 \001(\0162\027.ei.ShellDB.FarmElement\022\026\n"
+ "\016set_identifier\030\002 \001(\t\032K\n\027ShellSetVariati"
+ "onStatus\022\026\n\016set_identifier\030\001 \001(\t\022\030\n\020owne"
+ "d_variations\030\002 \003(\t\032\245\003\n\021FarmConfiguration"
+ "\0220\n\017locked_elements\030\n \003(\0162\027.ei.ShellDB.F"
+ "armElement\0225\n\rshell_configs\030\001 \003(\0132\036.ei.S"
+ "hellDB.ShellConfiguration\022<\n\021shell_set_c"
+ "onfigs\030\002 \003(\0132!.ei.ShellDB.ShellSetConfig"
+ "uration\022#\n\033configure_chickens_by_group\030\007"
+ " \001(\010\022:\n\rgroup_configs\030\010 \003(\0132#.ei.ShellDB"
+ ".ShellGroupConfiguration\0222\n\017chicken_conf"
+ "igs\030\t \003(\0132\031.ei.ShellDB.ChickenConfig\022\037\n\027"
+ "lighting_config_enabled\030\013 \001(\010\0223\n\017lightin"
+ "g_config\030\014 \001(\0132\032.ei.ShellDB.LightingConf"
+ "ig\032\251\001\n\026SavedFarmConfiguration\022\n\n\002id\030\001 \001("
+ "\t\022-\n\006config\030\002 \001(\0132\035.ei.ShellDB.FarmConfi"
+ "guration\022\030\n\020client_save_time\030\003 \001(\001\022\021\n\tse"
+ "rver_id\030\004 \001(\t\022\024\n\014display_name\030\005 \001(\t\022\021\n\tp"
+ "urchased\030\006 \001(\010\032j\n\022ShellConfiguration\022+\n\n"
+ "asset_type\030\001 \001(\0162\027.ei.ShellSpec.AssetTyp"
+ "e\022\r\n\005index\030\002 \001(\r\022\030\n\020shell_identifier\030\003 \001"
+ "(\t\032\252\001\n\025ShellSetConfiguration\022(\n\007element\030"
+ "\001 \001(\0162\027.ei.ShellDB.FarmElement\022\r\n\005index\030"
+ "\002 \001(\r\022\034\n\024shell_set_identifier\030\003 \001(\t\022\034\n\024v"
+ "ariation_identifier\030\004 \001(\t\022\034\n\024decorator_i"
+ "dentifier\030\005 \001(\t\032`\n\027ShellGroupConfigurati"
+ "on\022+\n\nasset_type\030\001 \001(\0162\027.ei.ShellSpec.As"
+ "setType\022\030\n\020group_identifier\030\002 \001(\t\032C\n\rChi"
+ "ckenConfig\022\032\n\022chicken_identifier\030\001 \001(\t\022\026"
+ "\n\016hat_identifier\030\002 \001(\t\032\234\002\n\016LightingConfi"
+ "g\022\036\n\tlight_dir\030\001 \001(\0132\013.ei.Vector3\022\'\n\022lig"
+ "ht_direct_color\030\002 \001(\0132\013.ei.Vector4\022\036\n\026li"
+ "ght_direct_intensity\030\003 \001(\002\022(\n\023light_ambi"
+ "ent_color\030\004 \001(\0132\013.ei.Vector4\022\037\n\027light_am"
+ "bient_intensity\030\005 \001(\002\022\036\n\tfog_color\030\006 \001(\013"
+ "2\013.ei.Vector4\022\020\n\010fog_near\030\007 \001(\002\022\017\n\007fog_f"
+ "ar\030\010 \001(\002\022\023\n\013fog_density\030\t \001(\002\"\340\001\n\013FarmEl"
+ "ement\022\r\n\tHEN_HOUSE\020\001\022\010\n\004SILO\020\002\022\013\n\007MAILBO"
+ "X\020\003\022\017\n\013TROPHY_CASE\020\004\022\n\n\006GROUND\020\005\022\r\n\tHARD"
+ "SCAPE\020\006\022\r\n\tHYPERLOOP\020\007\022\t\n\005DEPOT\020\010\022\007\n\003LAB"
+ "\020\t\022\014\n\010HATCHERY\020\n\022\007\n\003HOA\020\013\022\023\n\017MISSION_CON"
+ "TROL\020\014\022\r\n\tFUEL_TANK\020\r\022\013\n\007CHICKEN\020\016\022\007\n\003HA"
+ "T\020\017\022\013\n\007UNKNOWN\020c\"\241\001\n\024ShellPopularityStat"
+ "s\022,\n\004data\030\001 \003(\0132\036.ei.ShellPopularityStat"
+ "s.Entry\032[\n\005Entry\022\n\n\002id\030\001 \001(\t\022(\n\007element\030"
+ "\002 \001(\0162\027.ei.ShellDB.FarmElement\022\r\n\005spent\030"
+ "\003 \001(\004\022\r\n\005count\030\004 \001(\004\"\234\002\n\017ShellsActionLog"
+ "\022#\n\005rinfo\030\010 \001(\0132\024.ei.BasicRequestInfo\022\017\n"
+ "\007user_id\030\001 \001(\t\022\016\n\006action\030\002 \001(\t\022\016\n\006sub_id"
+ "\030\003 \001(\t\022-\n\014farm_element\030\t \001(\0162\027.ei.ShellD"
+ "B.FarmElement\022\014\n\004cost\030\004 \001(\r\022\023\n\013approx_ti"
+ "me\030\005 \001(\001\022\017\n\007version\030\006 \001(\t\022\022\n\nfarm_index\030"
+ "\007 \001(\005\022\021\n\tsoul_eggs\030\n \001(\001\022\025\n\rtickets_spen"
+ "t\030\013 \001(\004\022\022\n\ngold_spent\030\014 \001(\004\"\261\001\n\032SubmitSh"
+ "ellShowcaseRequest\022#\n\005rinfo\030\004 \001(\0132\024.ei.B"
+ "asicRequestInfo\022\020\n\010local_id\030\001 \001(\t\022\017\n\007use"
+ "r_id\030\002 \001(\t\022\027\n\017public_username\030\005 \001(\010\0222\n\013f"
+ "arm_config\030\003 \001(\0132\035.ei.ShellDB.FarmConfig"
+ "uration\"\227\001\n\rShellShowcase\022)\n\003top\030\001 \003(\0132\034"
+ ".ei.ShellShowcaseListingInfo\022.\n\010featured"
+ "\030\002 \003(\0132\034.ei.ShellShowcaseListingInfo\022+\n\005"
+ "fresh\030\003 \003(\0132\034.ei.ShellShowcaseListingInf"
+ "o\"\304\003\n\030ShellShowcaseListingInfo\022\n\n\002id\030\001 \001"
+ "(\t\022\020\n\010local_id\030\014 \001(\t\022\014\n\004name\030\002 \001(\t\022\023\n\013de"
+ "scription\030\003 \001(\t\022\016\n\006is_new\030\017 \001(\010\022\024\n\014creat"
+ "or_name\030\016 \001(\t\0223\n\006status\030\013 \001(\0162#.ei.Shell"
+ "ShowcaseListingInfo.Status\0222\n\013farm_confi"
+ "g\030\004 \001(\0132\035.ei.ShellDB.FarmConfiguration\022\r"
+ "\n\005sales\030\005 \001(\r\022\r\n\005gross\030\006 \001(\004\022\r\n\005views\030\007 "
+ "\001(\004\022\016\n\006equips\030\r \001(\004\022\r\n\005likes\030\010 \001(\r\022\020\n\010di"
+ "slikes\030\t \001(\r\022\021\n\tshare_url\030\n \001(\t\"g\n\006Statu"
+ "s\022\010\n\004NONE\020\000\022\r\n\tSUBMITTED\020\001\022\010\n\004LIVE\020\002\022\014\n\010"
+ "FEATURED\020\003\022\021\n\rFEATURED_ALUM\020\005\022\014\n\010ARCHIVE"
+ "D\020\006\022\013\n\007INVALID\020\004\"g\n#ShowcaseRoyaltyDeliv"
+ "eryConfirmation\022#\n\005rinfo\030\003 \001(\0132\024.ei.Basi"
+ "cRequestInfo\022\013\n\003ids\030\001 \003(\t\022\016\n\006amount\030\002 \001("
+ "\r\"I\n\027ShellShowcaseListingSet\022.\n\010listings"
+ "\030\001 \003(\0132\034.ei.ShellShowcaseListingInfo\"^\n\021"
+ "ShellsActionBatch\022#\n\005rinfo\030\001 \001(\0132\024.ei.Ba"
+ "sicRequestInfo\022$\n\007actions\030\002 \003(\0132\023.ei.She"
+ "llsActionLog\"\321\t\n\030UserVerificationAnalysi"
+ "s\022;\n\016overall_status\030\001 \001(\0162#.ei.UserVerif"
+ "icationAnalysis.Status\022\022\n\nstart_time\030\002 \001"
+ "(\001\022\027\n\017completion_time\030\003 \001(\001\022\025\n\rnum_prest"
+ "iges\030\016 \001(\001\022\021\n\tsoul_eggs\030\017 \001(\001\022\030\n\020eggs_of"
+ "_prophecy\030\033 \001(\r\0227\n\niap_status\030\022 \001(\0162#.ei"
+ ".UserVerificationAnalysis.Status\022\033\n\023veri"
+ "fied_pro_permit\030\004 \001(\010\022\035\n\025verified_piggy_"
+ "breaks\030\005 \001(\r\022\032\n\022verified_other_iap\030\006 \001(\r"
+ "\022\026\n\016unverified_iap\030\007 \001(\r\022\023\n\013gold_earned\030"
+ "\r \001(\001\022\031\n\021regular_iap_buyer\030\026 \001(\010\022\033\n\023regu"
+ "lar_iap_cheater\030\027 \001(\010\022=\n\020artifacts_statu"
+ "s\030\023 \001(\0162#.ei.UserVerificationAnalysis.St"
+ "atus\022\032\n\022missions_completed\030\010 \001(\r\022\033\n\023arti"
+ "facts_collected\030\t \001(\001\022\032\n\022artifacts_consu"
+ "med\030\n \001(\001\022\036\n\026artifacts_in_inventory\030\013 \001("
+ "\001\022#\n\033rare_artifacts_in_inventory\030! \001(\004\022 "
+ "\n\030rare_artifacts_on_server\030\" \001(\004\022(\n lege"
+ "ndary_artifacts_in_inventory\030# \001(\004\022%\n\035le"
+ "gendary_artifacts_on_server\030$ \001(\004\022\033\n\023gol"
+ "d_spent_crafting\030\025 \001(\001\022\032\n\022excessive_cons"
+ "umes\030\030 \001(\010\022\033\n\023excessive_inventory\030\031 \001(\010\022"
+ "\027\n\017excessive_spend\030\032 \001(\010\022=\n\020contracts_st"
+ "atus\030\024 \001(\0162#.ei.UserVerificationAnalysis"
+ ".Status\022\034\n\024num_coop_memberships\030\014 \001(\r\022\027\n"
+ "\017valid_contracts\030\020 \001(\r\022\031\n\021invalid_contra"
+ "cts\030\021 \003(\t\022\025\n\rexcessive_eop\030\034 \001(\010\022#\n\033exce"
+ "ssive_invalid_contracts\030\035 \001(\010\022\020\n\010verifie"
+ "d\030\036 \001(\010\022\035\n\025verification_override\030\037 \001(\010\022#"
+ "\n\033verification_override_value\030 \001(\010\"3\n\006S"
+ "tatus\022\013\n\007UNKNOWN\020\000\022\016\n\nPROCESSING\020\001\022\014\n\010CO"
+ "MPLETE\020\002\"\365\005\n\024UserSubscriptionInfo\022:\n\022sub"
+ "scription_level\030\r \001(\0162\036.ei.UserSubscript"
+ "ionInfo.Level\022\?\n\027next_subscription_level"
+ "\030\017 \001(\0162\036.ei.UserSubscriptionInfo.Level\022$"
+ "\n\034lock_next_subscription_level\030\022 \001(\010\022\036\n\010"
+ "platform\030\n \001(\0162\014.ei.Platform\022\037\n\027original"
+ "_transaction_id\030\001 \001(\t\022\035\n\025linked_transact"
+ "ion_id\030\020 \001(\t\022\024\n\014acknowledged\030\021 \001(\010\022\030\n\020fi"
+ "rst_subscribed\030\002 \001(\001\022\022\n\nperiod_end\030\004 \001(\001"
+ "\022/\n\006status\030\005 \001(\0162\037.ei.UserSubscriptionIn"
+ "fo.Status\022\024\n\014store_status\030\016 \001(\t\022\022\n\nauto_"
+ "renew\030\006 \001(\010\022\017\n\007sandbox\030\023 \001(\010\022\024\n\014last_upd"
+ "ated\030\007 \001(\001\0226\n\007history\030\t \003(\0132%.ei.UserSub"
+ "scriptionInfo.HistoryEntry\022\025\n\rpast_user_"
+ "ids\030\013 \003(\t\032F\n\014HistoryEntry\022\021\n\ttimestamp\030\001"
+ " \001(\001\022\022\n\nmessage_id\030\002 \001(\t\022\017\n\007message\030\003 \001("
+ "\t\"\036\n\005Level\022\014\n\010STANDARD\020\000\022\007\n\003PRO\020\001\"]\n\006Sta"
+ "tus\022\013\n\007UNKNOWN\020\000\022\n\n\006ACTIVE\020\001\022\013\n\007EXPIRED\020"
+ "\002\022\013\n\007REVOKED\020\003\022\020\n\014GRACE_PERIOD\020\004\022\016\n\nPAUS"
+ "E_HOLD\020\005\"\246\001\n\035SubscriptionChangeHintReque"
+ "st\022#\n\005rinfo\030\003 \001(\0132\024.ei.BasicRequestInfo\022"
+ "\037\n\027original_transaction_id\030\001 \001(\t\022\?\n\027next"
+ "_subscription_level\030\002 \001(\0162\036.ei.UserSubsc"
+ "riptionInfo.Level\">\n\022CXPEvalRolloutInfo\022"
+ "\022\n\ncurrent_id\030\001 \001(\t\022\024\n\014basis_points\030\002 \001("
+ "\r*4\n\010Platform\022\024\n\020UNKNOWN_PLATFORM\020\000\022\007\n\003I"
+ "OS\020\001\022\t\n\005DROID\020\002*=\n\020DeviceFormFactor\022\022\n\016U"
+ "NKNOWN_DEVICE\020\000\022\t\n\005PHONE\020\001\022\n\n\006TABLET\020\002*k"
+ "\n\tAdNetwork\022\n\n\006VUNGLE\020\000\022\016\n\nCHARTBOOST\020\001\022"
+ "\r\n\tAD_COLONY\020\002\022\014\n\010HYPER_MX\020\003\022\t\n\005UNITY\020\004\022"
+ "\014\n\010FACEBOOK\020\005\022\014\n\010APPLOVIN\020\006*\377\002\n\003Egg\022\n\n\006E"
+ "DIBLE\020\001\022\r\n\tSUPERFOOD\020\002\022\013\n\007MEDICAL\020\003\022\017\n\013R"
+ "OCKET_FUEL\020\004\022\022\n\016SUPER_MATERIAL\020\005\022\n\n\006FUSI"
+ "ON\020\006\022\013\n\007QUANTUM\020\007\022\017\n\013IMMORTALITY\020\010\022\013\n\007TA"
+ "CHYON\020\t\022\014\n\010GRAVITON\020\n\022\r\n\tDILITHIUM\020\013\022\013\n\007"
+ "PRODIGY\020\014\022\r\n\tTERRAFORM\020\r\022\016\n\nANTIMATTER\020\016"
+ "\022\017\n\013DARK_MATTER\020\017\022\006\n\002AI\020\020\022\n\n\006NEBULA\020\021\022\014\n"
+ "\010UNIVERSE\020\022\022\021\n\rENLIGHTENMENT\020\023\022\r\n\tCHOCOL"
+ "ATE\020d\022\n\n\006EASTER\020e\022\020\n\014WATERBALLOON\020f\022\014\n\010F"
+ "IREWORK\020g\022\013\n\007PUMPKIN\020h\022\017\n\nCUSTOM_EGG\020\310\001\022"
+ "\014\n\007UNKNOWN\020\350\007*-\n\010FarmType\022\t\n\005EMPTY\020\001\022\010\n\004"
+ "HOME\020\002\022\014\n\010CONTRACT\020\003*+\n\010GoalType\022\r\n\tEGGS"
+ "_LAID\020\001\022\020\n\014UNKNOWN_GOAL\020d*\211\002\n\nRewardType"
+ "\022\010\n\004CASH\020\001\022\010\n\004GOLD\020\002\022\r\n\tSOUL_EGGS\020\003\022\024\n\020E"
+ "GGS_OF_PROPHECY\020\004\022\026\n\022EPIC_RESEARCH_ITEM\020"
+ "\005\022\016\n\nPIGGY_FILL\020\006\022\024\n\020PIGGY_MULTIPLIER\020\007\022"
+ "\024\n\020PIGGY_LEVEL_BUMP\020\010\022\t\n\005BOOST\020\t\022\017\n\013BOOS"
+ "T_TOKEN\020\n\022\014\n\010ARTIFACT\020\013\022\021\n\rARTIFACT_CASE"
+ "\020\014\022\013\n\007CHICKEN\020\r\022\020\n\014SHELL_SCRIPT\020\016\022\022\n\016UNK"
+ "NOWN_REWARD\020d*\347\001\n\nUILocation\022\010\n\004NONE\020\000\022\010"
+ "\n\004SHOP\020\001\022\016\n\nBOOST_SHOP\020\002\022\t\n\005PIGGY\020\003\022\016\n\nP"
+ "RO_PERMIT\020\004\022\016\n\nULTRA_SHOP\020\n\022\n\n\006SHELLS\020\005\022"
+ "\016\n\nSHELL_SETS\020\006\022\023\n\017SHELLS_SHOWCASE\020\014\022\014\n\010"
+ "CHICKENS\020\007\022\020\n\014CHICKEN_HATS\020\013\022\021\n\rEPIC_RES"
+ "EARCH\020\010\022\014\n\010SETTINGS\020\t\022\010\n\004HELP\020\r\022\016\n\nUNIVE"
+ "RSITY\020\016*\323\002\n\010UserType\022\r\n\tALL_USERS\020\000\022\014\n\010E"
+ "GGED_UP\020\017\022\026\n\022CONTRACTS_UNLOCKED\020\001\022\026\n\022ART"
+ "IFACTS_UNLOCKED\020\003\022\026\n\022FUEL_TANK_UNLOCKED\020"
+ "\004\022\025\n\021PRO_PERMIT_ACTIVE\020\005\022\020\n\014ULTRA_ACTIVE"
+ "\020\006\022\021\n\rNO_PRO_PERMIT\020\007\022\014\n\010NO_ULTRA\020\010\022\026\n\022C"
+ "ONTRACTS_INACTIVE\020\t\022\024\n\020CONTRACTS_ACTIVE\020"
+ "\n\022\024\n\020PLAYING_CONTRACT\020\013\022\026\n\022ARTIFACTS_INA"
+ "CTIVE\020\014\022\024\n\020ARTIFACTS_ACTIVE\020\r\022\022\n\016PRESTIG"
+ "E_READY\020\016\022\022\n\016PIGGY_HESITANT\020\020*4\n\020Leaderb"
+ "oardScope\022\014\n\010ALL_TIME\020\000\022\022\n\016CURRENT_SEASO"
+ "N\020\001"
+};
+static ::absl::once_flag descriptor_table_ei_2eproto_once;
+PROTOBUF_CONSTINIT const ::_pbi::DescriptorTable descriptor_table_ei_2eproto = {
+ false,
+ false,
+ 50563,
+ descriptor_table_protodef_ei_2eproto,
"ei.proto",
- &descriptor_table_ei_2eproto_once, nullptr, 0, 198,
- schemas, file_default_instances, TableStruct_ei_2eproto::offsets,
- file_level_metadata_ei_2eproto, file_level_enum_descriptors_ei_2eproto,
+ &descriptor_table_ei_2eproto_once,
+ nullptr,
+ 0,
+ 205,
+ schemas,
+ file_default_instances,
+ TableStruct_ei_2eproto::offsets,
+ file_level_enum_descriptors_ei_2eproto,
file_level_service_descriptors_ei_2eproto,
};
-PROTOBUF_ATTRIBUTE_WEAK const ::_pbi::DescriptorTable* descriptor_table_ei_2eproto_getter() {
- return &descriptor_table_ei_2eproto;
-}
-
-// Force running AddDescriptors() at dynamic initialization time.
-PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_ei_2eproto(&descriptor_table_ei_2eproto);
namespace ei {
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* EggIncFirstContactResponse_ErrorCodes_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+const ::google::protobuf::EnumDescriptor* EggIncFirstContactResponse_ErrorCodes_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[0];
}
+PROTOBUF_CONSTINIT const uint32_t EggIncFirstContactResponse_ErrorCodes_internal_data_[] = {
+ 262144u, 0u, };
bool EggIncFirstContactResponse_ErrorCodes_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 3;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr EggIncFirstContactResponse_ErrorCodes EggIncFirstContactResponse::NO_ERROR;
constexpr EggIncFirstContactResponse_ErrorCodes EggIncFirstContactResponse::EXISTING_USER_W_GAMER_ID;
constexpr EggIncFirstContactResponse_ErrorCodes EggIncFirstContactResponse::USER_NOT_FOUND;
@@ -9263,30 +13113,21 @@ constexpr EggIncFirstContactResponse_ErrorCodes EggIncFirstContactResponse::BACK
constexpr EggIncFirstContactResponse_ErrorCodes EggIncFirstContactResponse::ErrorCodes_MIN;
constexpr EggIncFirstContactResponse_ErrorCodes EggIncFirstContactResponse::ErrorCodes_MAX;
constexpr int EggIncFirstContactResponse::ErrorCodes_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* GameModifier_GameDimension_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* GameModifier_GameDimension_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[1];
}
+PROTOBUF_CONSTINIT const uint32_t GameModifier_GameDimension_internal_data_[] = {
+ 655360u, 0u, };
bool GameModifier_GameDimension_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- case 7:
- case 8:
- case 9:
- return true;
- default:
- return false;
- }
-}
-
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+ return 0 <= value && value <= 9;
+}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+
constexpr GameModifier_GameDimension GameModifier::INVALID;
constexpr GameModifier_GameDimension GameModifier::EARNINGS;
constexpr GameModifier_GameDimension GameModifier::AWAY_EARNINGS;
@@ -9300,26 +13141,21 @@ constexpr GameModifier_GameDimension GameModifier::RESEARCH_COST;
constexpr GameModifier_GameDimension GameModifier::GameDimension_MIN;
constexpr GameModifier_GameDimension GameModifier::GameDimension_MAX;
constexpr int GameModifier::GameDimension_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Contract_PlayerGrade_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* Contract_PlayerGrade_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[2];
}
+PROTOBUF_CONSTINIT const uint32_t Contract_PlayerGrade_internal_data_[] = {
+ 393216u, 0u, };
bool Contract_PlayerGrade_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 5;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr Contract_PlayerGrade Contract::GRADE_UNSET;
constexpr Contract_PlayerGrade Contract::GRADE_C;
constexpr Contract_PlayerGrade Contract::GRADE_B;
@@ -9329,25 +13165,21 @@ constexpr Contract_PlayerGrade Contract::GRADE_AAA;
constexpr Contract_PlayerGrade Contract::PlayerGrade_MIN;
constexpr Contract_PlayerGrade Contract::PlayerGrade_MAX;
constexpr int Contract::PlayerGrade_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ContractPlayerInfo_Status_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ContractPlayerInfo_Status_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[3];
}
+PROTOBUF_CONSTINIT const uint32_t ContractPlayerInfo_Status_internal_data_[] = {
+ 327680u, 0u, };
bool ContractPlayerInfo_Status_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 4;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ContractPlayerInfo_Status ContractPlayerInfo::UNKNOWN;
constexpr ContractPlayerInfo_Status ContractPlayerInfo::CALCULATING;
constexpr ContractPlayerInfo_Status ContractPlayerInfo::OUT_OF_DATE;
@@ -9356,27 +13188,21 @@ constexpr ContractPlayerInfo_Status ContractPlayerInfo::COMPLETE;
constexpr ContractPlayerInfo_Status ContractPlayerInfo::Status_MIN;
constexpr ContractPlayerInfo_Status ContractPlayerInfo::Status_MAX;
constexpr int ContractPlayerInfo::Status_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ContractEvaluation_PoorBehavior_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ContractEvaluation_PoorBehavior_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[4];
}
+PROTOBUF_CONSTINIT const uint32_t ContractEvaluation_PoorBehavior_internal_data_[] = {
+ 458752u, 0u, };
bool ContractEvaluation_PoorBehavior_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 6;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ContractEvaluation_PoorBehavior ContractEvaluation::NONE;
constexpr ContractEvaluation_PoorBehavior ContractEvaluation::LOW_CONTRIBUTION;
constexpr ContractEvaluation_PoorBehavior ContractEvaluation::BAD_CONTRIBUTION;
@@ -9387,24 +13213,21 @@ constexpr ContractEvaluation_PoorBehavior ContractEvaluation::TIME_CHEAT;
constexpr ContractEvaluation_PoorBehavior ContractEvaluation::PoorBehavior_MIN;
constexpr ContractEvaluation_PoorBehavior ContractEvaluation::PoorBehavior_MAX;
constexpr int ContractEvaluation::PoorBehavior_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ContractEvaluation_Status_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ContractEvaluation_Status_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[5];
}
+PROTOBUF_CONSTINIT const uint32_t ContractEvaluation_Status_internal_data_[] = {
+ 262144u, 0u, };
bool ContractEvaluation_Status_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 3;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ContractEvaluation_Status ContractEvaluation::UNKNOWN;
constexpr ContractEvaluation_Status ContractEvaluation::PENDING;
constexpr ContractEvaluation_Status ContractEvaluation::EVALUATING;
@@ -9412,29 +13235,21 @@ constexpr ContractEvaluation_Status ContractEvaluation::COMPLETE;
constexpr ContractEvaluation_Status ContractEvaluation::Status_MIN;
constexpr ContractEvaluation_Status ContractEvaluation::Status_MAX;
constexpr int ContractEvaluation::Status_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ContractCoopStatusResponse_ResponseStatus_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ContractCoopStatusResponse_ResponseStatus_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[6];
}
+PROTOBUF_CONSTINIT const uint32_t ContractCoopStatusResponse_ResponseStatus_internal_data_[] = {
+ 524288u, 65536u, 500u, };
bool ContractCoopStatusResponse_ResponseStatus_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- case 7:
- case 500:
- return true;
- default:
- return false;
- }
-}
-
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+ return ::_pbi::ValidateEnum(value, ContractCoopStatusResponse_ResponseStatus_internal_data_);
+}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+
constexpr ContractCoopStatusResponse_ResponseStatus ContractCoopStatusResponse::NO_ERROR;
constexpr ContractCoopStatusResponse_ResponseStatus ContractCoopStatusResponse::MISSING_USER;
constexpr ContractCoopStatusResponse_ResponseStatus ContractCoopStatusResponse::MISSING_COOP_ID;
@@ -9447,25 +13262,21 @@ constexpr ContractCoopStatusResponse_ResponseStatus ContractCoopStatusResponse::
constexpr ContractCoopStatusResponse_ResponseStatus ContractCoopStatusResponse::ResponseStatus_MIN;
constexpr ContractCoopStatusResponse_ResponseStatus ContractCoopStatusResponse::ResponseStatus_MAX;
constexpr int ContractCoopStatusResponse::ResponseStatus_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ContractCoopStatusResponse_MemberStatus_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ContractCoopStatusResponse_MemberStatus_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[7];
}
+PROTOBUF_CONSTINIT const uint32_t ContractCoopStatusResponse_MemberStatus_internal_data_[] = {
+ 327680u, 0u, };
bool ContractCoopStatusResponse_MemberStatus_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 4;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ContractCoopStatusResponse_MemberStatus ContractCoopStatusResponse::VALID;
constexpr ContractCoopStatusResponse_MemberStatus ContractCoopStatusResponse::KICKED_INACTIVE;
constexpr ContractCoopStatusResponse_MemberStatus ContractCoopStatusResponse::KICKED_PRIVATE;
@@ -9474,25 +13285,21 @@ constexpr ContractCoopStatusResponse_MemberStatus ContractCoopStatusResponse::KI
constexpr ContractCoopStatusResponse_MemberStatus ContractCoopStatusResponse::MemberStatus_MIN;
constexpr ContractCoopStatusResponse_MemberStatus ContractCoopStatusResponse::MemberStatus_MAX;
constexpr int ContractCoopStatusResponse::MemberStatus_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ContractCoopStatusResponse_Status_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ContractCoopStatusResponse_Status_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[8];
}
+PROTOBUF_CONSTINIT const uint32_t ContractCoopStatusResponse_Status_internal_data_[] = {
+ 327680u, 0u, };
bool ContractCoopStatusResponse_Status_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 4;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ContractCoopStatusResponse_Status ContractCoopStatusResponse::UNKNOWN;
constexpr ContractCoopStatusResponse_Status ContractCoopStatusResponse::LOBBY;
constexpr ContractCoopStatusResponse_Status ContractCoopStatusResponse::ACTIVE;
@@ -9501,24 +13308,21 @@ constexpr ContractCoopStatusResponse_Status ContractCoopStatusResponse::FINALIZE
constexpr ContractCoopStatusResponse_Status ContractCoopStatusResponse::Status_MIN;
constexpr ContractCoopStatusResponse_Status ContractCoopStatusResponse::Status_MAX;
constexpr int ContractCoopStatusResponse::Status_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ReportPlayerCoopRequest_Reason_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ReportPlayerCoopRequest_Reason_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[9];
}
+PROTOBUF_CONSTINIT const uint32_t ReportPlayerCoopRequest_Reason_internal_data_[] = {
+ 262144u, 0u, };
bool ReportPlayerCoopRequest_Reason_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 3;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ReportPlayerCoopRequest_Reason ReportPlayerCoopRequest::UNKNOWN;
constexpr ReportPlayerCoopRequest_Reason ReportPlayerCoopRequest::OFFENSIVE_NAME;
constexpr ReportPlayerCoopRequest_Reason ReportPlayerCoopRequest::CHEATING;
@@ -9526,25 +13330,21 @@ constexpr ReportPlayerCoopRequest_Reason ReportPlayerCoopRequest::LEECHING;
constexpr ReportPlayerCoopRequest_Reason ReportPlayerCoopRequest::Reason_MIN;
constexpr ReportPlayerCoopRequest_Reason ReportPlayerCoopRequest::Reason_MAX;
constexpr int ReportPlayerCoopRequest::Reason_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* KickPlayerCoopRequest_Reason_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* KickPlayerCoopRequest_Reason_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[10];
}
+PROTOBUF_CONSTINIT const uint32_t KickPlayerCoopRequest_Reason_internal_data_[] = {
+ 327680u, 0u, };
bool KickPlayerCoopRequest_Reason_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 4;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr KickPlayerCoopRequest_Reason KickPlayerCoopRequest::INVALID;
constexpr KickPlayerCoopRequest_Reason KickPlayerCoopRequest::CHEATER;
constexpr KickPlayerCoopRequest_Reason KickPlayerCoopRequest::IDLE;
@@ -9553,52 +13353,41 @@ constexpr KickPlayerCoopRequest_Reason KickPlayerCoopRequest::PRIVATE;
constexpr KickPlayerCoopRequest_Reason KickPlayerCoopRequest::Reason_MIN;
constexpr KickPlayerCoopRequest_Reason KickPlayerCoopRequest::Reason_MAX;
constexpr int KickPlayerCoopRequest::Reason_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* LiveConfig_HelpConfig_HowToVideoInfo_Type_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* LiveConfig_HelpConfig_HowToVideoInfo_Type_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[11];
}
+PROTOBUF_CONSTINIT const uint32_t LiveConfig_HelpConfig_HowToVideoInfo_Type_internal_data_[] = {
+ 131072u, 0u, };
bool LiveConfig_HelpConfig_HowToVideoInfo_Type_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 1;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr LiveConfig_HelpConfig_HowToVideoInfo_Type LiveConfig_HelpConfig_HowToVideoInfo::VIDEO;
constexpr LiveConfig_HelpConfig_HowToVideoInfo_Type LiveConfig_HelpConfig_HowToVideoInfo::ARTICLE;
constexpr LiveConfig_HelpConfig_HowToVideoInfo_Type LiveConfig_HelpConfig_HowToVideoInfo::Type_MIN;
constexpr LiveConfig_HelpConfig_HowToVideoInfo_Type LiveConfig_HelpConfig_HowToVideoInfo::Type_MAX;
constexpr int LiveConfig_HelpConfig_HowToVideoInfo::Type_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* MissionInfo_Spaceship_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* MissionInfo_Spaceship_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[12];
}
+PROTOBUF_CONSTINIT const uint32_t MissionInfo_Spaceship_internal_data_[] = {
+ 720896u, 0u, };
bool MissionInfo_Spaceship_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- case 7:
- case 8:
- case 9:
- case 10:
- return true;
- default:
- return false;
- }
-}
-
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+ return 0 <= value && value <= 10;
+}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+
constexpr MissionInfo_Spaceship MissionInfo::CHICKEN_ONE;
constexpr MissionInfo_Spaceship MissionInfo::CHICKEN_NINE;
constexpr MissionInfo_Spaceship MissionInfo::CHICKEN_HEAVY;
@@ -9613,27 +13402,21 @@ constexpr MissionInfo_Spaceship MissionInfo::ATREGGIES;
constexpr MissionInfo_Spaceship MissionInfo::Spaceship_MIN;
constexpr MissionInfo_Spaceship MissionInfo::Spaceship_MAX;
constexpr int MissionInfo::Spaceship_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* MissionInfo_Status_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* MissionInfo_Status_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[13];
}
+PROTOBUF_CONSTINIT const uint32_t MissionInfo_Status_internal_data_[] = {
+ 65536u, 32u, 17351184u, };
bool MissionInfo_Status_IsValid(int value) {
- switch (value) {
- case 0:
- case 5:
- case 10:
- case 15:
- case 16:
- case 20:
- case 25:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 25 && ((34702369u >> value) & 1) != 0;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr MissionInfo_Status MissionInfo::FUELING;
constexpr MissionInfo_Status MissionInfo::PREPARE_TO_LAUNCH;
constexpr MissionInfo_Status MissionInfo::EXPLORING;
@@ -9644,24 +13427,21 @@ constexpr MissionInfo_Status MissionInfo::ARCHIVED;
constexpr MissionInfo_Status MissionInfo::Status_MIN;
constexpr MissionInfo_Status MissionInfo::Status_MAX;
constexpr int MissionInfo::Status_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* MissionInfo_DurationType_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* MissionInfo_DurationType_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[14];
}
+PROTOBUF_CONSTINIT const uint32_t MissionInfo_DurationType_internal_data_[] = {
+ 262144u, 0u, };
bool MissionInfo_DurationType_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 3;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr MissionInfo_DurationType MissionInfo::SHORT;
constexpr MissionInfo_DurationType MissionInfo::LONG;
constexpr MissionInfo_DurationType MissionInfo::EPIC;
@@ -9669,74 +13449,21 @@ constexpr MissionInfo_DurationType MissionInfo::TUTORIAL;
constexpr MissionInfo_DurationType MissionInfo::DurationType_MIN;
constexpr MissionInfo_DurationType MissionInfo::DurationType_MAX;
constexpr int MissionInfo::DurationType_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ArtifactSpec_Name_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ArtifactSpec_Name_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[15];
}
+PROTOBUF_CONSTINIT const uint32_t ArtifactSpec_Name_internal_data_[] = {
+ 3473408u, 65536u, 10000u, };
bool ArtifactSpec_Name_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- case 7:
- case 8:
- case 9:
- case 10:
- case 11:
- case 12:
- case 13:
- case 14:
- case 15:
- case 16:
- case 17:
- case 18:
- case 19:
- case 20:
- case 21:
- case 22:
- case 23:
- case 24:
- case 25:
- case 26:
- case 27:
- case 28:
- case 29:
- case 30:
- case 31:
- case 32:
- case 33:
- case 34:
- case 35:
- case 36:
- case 37:
- case 38:
- case 39:
- case 40:
- case 41:
- case 42:
- case 43:
- case 44:
- case 45:
- case 46:
- case 47:
- case 48:
- case 49:
- case 50:
- case 51:
- case 52:
- case 10000:
- return true;
- default:
- return false;
- }
-}
-
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+ return ::_pbi::ValidateEnum(value, ArtifactSpec_Name_internal_data_);
+}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+
constexpr ArtifactSpec_Name ArtifactSpec::LUNAR_TOTEM;
constexpr ArtifactSpec_Name ArtifactSpec::NEODYMIUM_MEDALLION;
constexpr ArtifactSpec_Name ArtifactSpec::BEAK_OF_MIDAS;
@@ -9794,25 +13521,21 @@ constexpr ArtifactSpec_Name ArtifactSpec::UNKNOWN;
constexpr ArtifactSpec_Name ArtifactSpec::Name_MIN;
constexpr ArtifactSpec_Name ArtifactSpec::Name_MAX;
constexpr int ArtifactSpec::Name_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ArtifactSpec_Level_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ArtifactSpec_Level_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[16];
}
+PROTOBUF_CONSTINIT const uint32_t ArtifactSpec_Level_internal_data_[] = {
+ 327680u, 0u, };
bool ArtifactSpec_Level_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 4;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ArtifactSpec_Level ArtifactSpec::INFERIOR;
constexpr ArtifactSpec_Level ArtifactSpec::LESSER;
constexpr ArtifactSpec_Level ArtifactSpec::NORMAL;
@@ -9821,24 +13544,21 @@ constexpr ArtifactSpec_Level ArtifactSpec::SUPERIOR;
constexpr ArtifactSpec_Level ArtifactSpec::Level_MIN;
constexpr ArtifactSpec_Level ArtifactSpec::Level_MAX;
constexpr int ArtifactSpec::Level_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ArtifactSpec_Rarity_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ArtifactSpec_Rarity_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[17];
}
+PROTOBUF_CONSTINIT const uint32_t ArtifactSpec_Rarity_internal_data_[] = {
+ 262144u, 0u, };
bool ArtifactSpec_Rarity_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 3;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ArtifactSpec_Rarity ArtifactSpec::COMMON;
constexpr ArtifactSpec_Rarity ArtifactSpec::RARE;
constexpr ArtifactSpec_Rarity ArtifactSpec::EPIC;
@@ -9846,24 +13566,21 @@ constexpr ArtifactSpec_Rarity ArtifactSpec::LEGENDARY;
constexpr ArtifactSpec_Rarity ArtifactSpec::Rarity_MIN;
constexpr ArtifactSpec_Rarity ArtifactSpec::Rarity_MAX;
constexpr int ArtifactSpec::Rarity_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ArtifactSpec_Type_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ArtifactSpec_Type_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[18];
}
+PROTOBUF_CONSTINIT const uint32_t ArtifactSpec_Type_internal_data_[] = {
+ 262144u, 0u, };
bool ArtifactSpec_Type_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 3;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ArtifactSpec_Type ArtifactSpec::ARTIFACT;
constexpr ArtifactSpec_Type ArtifactSpec::STONE;
constexpr ArtifactSpec_Type ArtifactSpec::INGREDIENT;
@@ -9871,25 +13588,21 @@ constexpr ArtifactSpec_Type ArtifactSpec::STONE_INGREDIENT;
constexpr ArtifactSpec_Type ArtifactSpec::Type_MIN;
constexpr ArtifactSpec_Type ArtifactSpec::Type_MAX;
constexpr int ArtifactSpec::Type_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* SaveBackupResponse_ErrorCodes_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* SaveBackupResponse_ErrorCodes_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[19];
}
+PROTOBUF_CONSTINIT const uint32_t SaveBackupResponse_ErrorCodes_internal_data_[] = {
+ 327680u, 0u, };
bool SaveBackupResponse_ErrorCodes_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 4;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr SaveBackupResponse_ErrorCodes SaveBackupResponse::NO_ERROR;
constexpr SaveBackupResponse_ErrorCodes SaveBackupResponse::USER_NOT_FOUND;
constexpr SaveBackupResponse_ErrorCodes SaveBackupResponse::COULD_NOT_OVERWRITE;
@@ -9898,117 +13611,21 @@ constexpr SaveBackupResponse_ErrorCodes SaveBackupResponse::BAD_USER_ID;
constexpr SaveBackupResponse_ErrorCodes SaveBackupResponse::ErrorCodes_MIN;
constexpr SaveBackupResponse_ErrorCodes SaveBackupResponse::ErrorCodes_MAX;
constexpr int SaveBackupResponse::ErrorCodes_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ShellSpec_AssetType_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ShellSpec_AssetType_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[20];
}
+PROTOBUF_CONSTINIT const uint32_t ShellSpec_AssetType_internal_data_[] = {
+ 1245185u, 328192u, 3221225472u, 8126607u, 4236181504u, 268435440u, 29360132u, 15728647u, 0u, 0u, 0u, 0u, 0u, 0u, 0u, 0u, 0u, 1162471u, 1010u, 600u, 9999u, 570u, 1000u, };
bool ShellSpec_AssetType_IsValid(int value) {
- switch (value) {
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- case 7:
- case 8:
- case 9:
- case 10:
- case 11:
- case 12:
- case 13:
- case 14:
- case 15:
- case 16:
- case 17:
- case 18:
- case 19:
- case 50:
- case 51:
- case 52:
- case 53:
- case 54:
- case 55:
- case 59:
- case 70:
- case 71:
- case 72:
- case 73:
- case 74:
- case 100:
- case 101:
- case 102:
- case 103:
- case 104:
- case 105:
- case 106:
- case 110:
- case 111:
- case 112:
- case 113:
- case 114:
- case 115:
- case 120:
- case 121:
- case 122:
- case 123:
- case 124:
- case 125:
- case 126:
- case 127:
- case 128:
- case 129:
- case 130:
- case 131:
- case 132:
- case 133:
- case 134:
- case 135:
- case 136:
- case 137:
- case 138:
- case 139:
- case 140:
- case 141:
- case 142:
- case 143:
- case 150:
- case 170:
- case 171:
- case 172:
- case 180:
- case 181:
- case 182:
- case 200:
- case 201:
- case 202:
- case 203:
- case 500:
- case 501:
- case 502:
- case 505:
- case 506:
- case 507:
- case 510:
- case 511:
- case 512:
- case 513:
- case 515:
- case 516:
- case 520:
- case 570:
- case 600:
- case 1000:
- case 1010:
- case 9999:
- return true;
- default:
- return false;
- }
-}
-
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+ return ::_pbi::ValidateEnum(value, ShellSpec_AssetType_internal_data_);
+}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+
constexpr ShellSpec_AssetType ShellSpec::COOP;
constexpr ShellSpec_AssetType ShellSpec::SHACK;
constexpr ShellSpec_AssetType ShellSpec::SUPER_SHACK;
@@ -10109,29 +13726,21 @@ constexpr ShellSpec_AssetType ShellSpec::UNKNOWN;
constexpr ShellSpec_AssetType ShellSpec::AssetType_MIN;
constexpr ShellSpec_AssetType ShellSpec::AssetType_MAX;
constexpr int ShellSpec::AssetType_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ShellObjectSpec_ChickenAnimation_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ShellObjectSpec_ChickenAnimation_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[21];
}
+PROTOBUF_CONSTINIT const uint32_t ShellObjectSpec_ChickenAnimation_internal_data_[] = {
+ 589824u, 0u, };
bool ShellObjectSpec_ChickenAnimation_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- case 7:
- case 8:
- return true;
- default:
- return false;
- }
-}
-
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+ return 0 <= value && value <= 8;
+}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+
constexpr ShellObjectSpec_ChickenAnimation ShellObjectSpec::STANDARD_RUN;
constexpr ShellObjectSpec_ChickenAnimation ShellObjectSpec::SLOWMO;
constexpr ShellObjectSpec_ChickenAnimation ShellObjectSpec::WOBBLE;
@@ -10144,36 +13753,21 @@ constexpr ShellObjectSpec_ChickenAnimation ShellObjectSpec::SIDEWAYS_LEAN;
constexpr ShellObjectSpec_ChickenAnimation ShellObjectSpec::ChickenAnimation_MIN;
constexpr ShellObjectSpec_ChickenAnimation ShellObjectSpec::ChickenAnimation_MAX;
constexpr int ShellObjectSpec::ChickenAnimation_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ShellDB_FarmElement_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ShellDB_FarmElement_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[22];
}
+PROTOBUF_CONSTINIT const uint32_t ShellDB_FarmElement_internal_data_[] = {
+ 983041u, 65536u, 99u, };
bool ShellDB_FarmElement_IsValid(int value) {
- switch (value) {
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- case 7:
- case 8:
- case 9:
- case 10:
- case 11:
- case 12:
- case 13:
- case 14:
- case 15:
- case 99:
- return true;
- default:
- return false;
- }
-}
-
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+ return ::_pbi::ValidateEnum(value, ShellDB_FarmElement_internal_data_);
+}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+
constexpr ShellDB_FarmElement ShellDB::HEN_HOUSE;
constexpr ShellDB_FarmElement ShellDB::SILO;
constexpr ShellDB_FarmElement ShellDB::MAILBOX;
@@ -10193,27 +13787,21 @@ constexpr ShellDB_FarmElement ShellDB::UNKNOWN;
constexpr ShellDB_FarmElement ShellDB::FarmElement_MIN;
constexpr ShellDB_FarmElement ShellDB::FarmElement_MAX;
constexpr int ShellDB::FarmElement_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ShellShowcaseListingInfo_Status_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* ShellShowcaseListingInfo_Status_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[23];
}
+PROTOBUF_CONSTINIT const uint32_t ShellShowcaseListingInfo_Status_internal_data_[] = {
+ 458752u, 0u, };
bool ShellShowcaseListingInfo_Status_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 6;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr ShellShowcaseListingInfo_Status ShellShowcaseListingInfo::NONE;
constexpr ShellShowcaseListingInfo_Status ShellShowcaseListingInfo::SUBMITTED;
constexpr ShellShowcaseListingInfo_Status ShellShowcaseListingInfo::LIVE;
@@ -10224,70 +13812,62 @@ constexpr ShellShowcaseListingInfo_Status ShellShowcaseListingInfo::INVALID;
constexpr ShellShowcaseListingInfo_Status ShellShowcaseListingInfo::Status_MIN;
constexpr ShellShowcaseListingInfo_Status ShellShowcaseListingInfo::Status_MAX;
constexpr int ShellShowcaseListingInfo::Status_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* UserVerificationAnalysis_Status_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* UserVerificationAnalysis_Status_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[24];
}
+PROTOBUF_CONSTINIT const uint32_t UserVerificationAnalysis_Status_internal_data_[] = {
+ 196608u, 0u, };
bool UserVerificationAnalysis_Status_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 2;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr UserVerificationAnalysis_Status UserVerificationAnalysis::UNKNOWN;
constexpr UserVerificationAnalysis_Status UserVerificationAnalysis::PROCESSING;
constexpr UserVerificationAnalysis_Status UserVerificationAnalysis::COMPLETE;
constexpr UserVerificationAnalysis_Status UserVerificationAnalysis::Status_MIN;
constexpr UserVerificationAnalysis_Status UserVerificationAnalysis::Status_MAX;
constexpr int UserVerificationAnalysis::Status_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* UserSubscriptionInfo_Level_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* UserSubscriptionInfo_Level_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[25];
}
+PROTOBUF_CONSTINIT const uint32_t UserSubscriptionInfo_Level_internal_data_[] = {
+ 131072u, 0u, };
bool UserSubscriptionInfo_Level_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 1;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr UserSubscriptionInfo_Level UserSubscriptionInfo::STANDARD;
constexpr UserSubscriptionInfo_Level UserSubscriptionInfo::PRO;
constexpr UserSubscriptionInfo_Level UserSubscriptionInfo::Level_MIN;
constexpr UserSubscriptionInfo_Level UserSubscriptionInfo::Level_MAX;
constexpr int UserSubscriptionInfo::Level_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* UserSubscriptionInfo_Status_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* UserSubscriptionInfo_Status_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[26];
}
+PROTOBUF_CONSTINIT const uint32_t UserSubscriptionInfo_Status_internal_data_[] = {
+ 393216u, 0u, };
bool UserSubscriptionInfo_Status_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 5;
}
+#if (__cplusplus < 201703) && \
+ (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-#if (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
constexpr UserSubscriptionInfo_Status UserSubscriptionInfo::UNKNOWN;
constexpr UserSubscriptionInfo_Status UserSubscriptionInfo::ACTIVE;
constexpr UserSubscriptionInfo_Status UserSubscriptionInfo::EXPIRED;
@@ -10297,445 +13877,341 @@ constexpr UserSubscriptionInfo_Status UserSubscriptionInfo::PAUSE_HOLD;
constexpr UserSubscriptionInfo_Status UserSubscriptionInfo::Status_MIN;
constexpr UserSubscriptionInfo_Status UserSubscriptionInfo::Status_MAX;
constexpr int UserSubscriptionInfo::Status_ARRAYSIZE;
-#endif // (__cplusplus < 201703) && (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Platform_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+
+#endif // (__cplusplus < 201703) &&
+ // (!defined(_MSC_VER) || (_MSC_VER >= 1900 && _MSC_VER < 1912))
+const ::google::protobuf::EnumDescriptor* Platform_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[27];
}
+PROTOBUF_CONSTINIT const uint32_t Platform_internal_data_[] = {
+ 196608u, 0u, };
bool Platform_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 2;
}
-
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* DeviceFormFactor_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+const ::google::protobuf::EnumDescriptor* DeviceFormFactor_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[28];
}
+PROTOBUF_CONSTINIT const uint32_t DeviceFormFactor_internal_data_[] = {
+ 196608u, 0u, };
bool DeviceFormFactor_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 2;
}
-
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* AdNetwork_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+const ::google::protobuf::EnumDescriptor* AdNetwork_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[29];
}
+PROTOBUF_CONSTINIT const uint32_t AdNetwork_internal_data_[] = {
+ 458752u, 0u, };
bool AdNetwork_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- return true;
- default:
- return false;
- }
-}
-
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* Egg_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+ return 0 <= value && value <= 6;
+}
+const ::google::protobuf::EnumDescriptor* Egg_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[30];
}
+PROTOBUF_CONSTINIT const uint32_t Egg_internal_data_[] = {
+ 1245185u, 131168u, 0u, 0u, 2031616u, 1000u, 200u, };
bool Egg_IsValid(int value) {
- switch (value) {
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- case 7:
- case 8:
- case 9:
- case 10:
- case 11:
- case 12:
- case 13:
- case 14:
- case 15:
- case 16:
- case 17:
- case 18:
- case 19:
- case 100:
- case 101:
- case 102:
- case 103:
- case 104:
- case 200:
- case 1000:
- return true;
- default:
- return false;
- }
-}
-
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* FarmType_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+ return ::_pbi::ValidateEnum(value, Egg_internal_data_);
+}
+const ::google::protobuf::EnumDescriptor* FarmType_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[31];
}
+PROTOBUF_CONSTINIT const uint32_t FarmType_internal_data_[] = {
+ 196609u, 0u, };
bool FarmType_IsValid(int value) {
- switch (value) {
- case 1:
- case 2:
- case 3:
- return true;
- default:
- return false;
- }
+ return 1 <= value && value <= 3;
}
-
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* GoalType_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+const ::google::protobuf::EnumDescriptor* GoalType_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[32];
}
+PROTOBUF_CONSTINIT const uint32_t GoalType_internal_data_[] = {
+ 65537u, 65536u, 100u, };
bool GoalType_IsValid(int value) {
- switch (value) {
- case 1:
- case 100:
- return true;
- default:
- return false;
- }
+ return ::_pbi::ValidateEnum(value, GoalType_internal_data_);
}
-
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* RewardType_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+const ::google::protobuf::EnumDescriptor* RewardType_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[33];
}
+PROTOBUF_CONSTINIT const uint32_t RewardType_internal_data_[] = {
+ 917505u, 65536u, 100u, };
bool RewardType_IsValid(int value) {
- switch (value) {
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- case 7:
- case 8:
- case 9:
- case 10:
- case 11:
- case 12:
- case 13:
- case 14:
- case 100:
- return true;
- default:
- return false;
- }
-}
-
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* UILocation_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+ return ::_pbi::ValidateEnum(value, RewardType_internal_data_);
+}
+const ::google::protobuf::EnumDescriptor* UILocation_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[34];
}
+PROTOBUF_CONSTINIT const uint32_t UILocation_internal_data_[] = {
+ 983040u, 0u, };
bool UILocation_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 2:
- case 3:
- case 4:
- case 5:
- case 6:
- case 7:
- case 8:
- case 9:
- case 10:
- case 11:
- case 12:
- case 13:
- case 14:
- return true;
- default:
- return false;
- }
-}
-
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* UserType_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+ return 0 <= value && value <= 14;
+}
+const ::google::protobuf::EnumDescriptor* UserType_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[35];
}
+PROTOBUF_CONSTINIT const uint32_t UserType_internal_data_[] = {
+ 131072u, 32u, 32766u, };
bool UserType_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- case 3:
- case 4:
- case 5:
- case 6:
- case 7:
- case 8:
- case 9:
- case 10:
- case 11:
- case 12:
- case 13:
- case 14:
- case 15:
- case 16:
- return true;
- default:
- return false;
- }
-}
-
-const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* LeaderboardScope_descriptor() {
- ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
+ return 0 <= value && value <= 16 && ((131067u >> value) & 1) != 0;
+}
+const ::google::protobuf::EnumDescriptor* LeaderboardScope_descriptor() {
+ ::google::protobuf::internal::AssignDescriptors(&descriptor_table_ei_2eproto);
return file_level_enum_descriptors_ei_2eproto[36];
}
+PROTOBUF_CONSTINIT const uint32_t LeaderboardScope_internal_data_[] = {
+ 131072u, 0u, };
bool LeaderboardScope_IsValid(int value) {
- switch (value) {
- case 0:
- case 1:
- return true;
- default:
- return false;
- }
+ return 0 <= value && value <= 1;
}
-
-
// ===================================================================
class Vector3::_Internal {
public:
- using HasBits = decltype(std::declval()._has_bits_);
- static void set_has_x(HasBits* has_bits) {
- (*has_bits)[0] |= 1u;
- }
- static void set_has_y(HasBits* has_bits) {
- (*has_bits)[0] |= 2u;
- }
- static void set_has_z(HasBits* has_bits) {
- (*has_bits)[0] |= 4u;
- }
-};
-
-Vector3::Vector3(::PROTOBUF_NAMESPACE_ID::Arena* arena,
- bool is_message_owned)
- : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) {
- SharedCtor();
+ using HasBits =
+ decltype(std::declval()._impl_._has_bits_);
+ static constexpr ::int32_t kHasBitsOffset =
+ 8 * PROTOBUF_FIELD_OFFSET(Vector3, _impl_._has_bits_);
+};
+
+Vector3::Vector3(::google::protobuf::Arena* arena)
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ : ::google::protobuf::Message(arena, _class_data_.base()) {
+#else // PROTOBUF_CUSTOM_VTABLE
+ : ::google::protobuf::Message(arena) {
+#endif // PROTOBUF_CUSTOM_VTABLE
+ SharedCtor(arena);
// @@protoc_insertion_point(arena_constructor:ei.Vector3)
}
-Vector3::Vector3(const Vector3& from)
- : ::PROTOBUF_NAMESPACE_ID::Message(),
- _has_bits_(from._has_bits_) {
- _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
- ::memcpy(&x_, &from.x_,
- static_cast(reinterpret_cast(&z_) -
- reinterpret_cast(&x_)) + sizeof(z_));
- // @@protoc_insertion_point(copy_constructor:ei.Vector3)
+Vector3::Vector3(
+ ::google::protobuf::Arena* arena, const Vector3& from)
+ : Vector3(arena) {
+ MergeFrom(from);
}
+inline PROTOBUF_NDEBUG_INLINE Vector3::Impl_::Impl_(
+ ::google::protobuf::internal::InternalVisibility visibility,
+ ::google::protobuf::Arena* arena)
+ : _cached_size_{0} {}
-inline void Vector3::SharedCtor() {
-::memset(reinterpret_cast(this) + static_cast(
- reinterpret_cast(&x_) - reinterpret_cast(this)),
- 0, static_cast(reinterpret_cast(&z_) -
- reinterpret_cast(&x_)) + sizeof(z_));
+inline void Vector3::SharedCtor(::_pb::Arena* arena) {
+ new (&_impl_) Impl_(internal_visibility(), arena);
+ ::memset(reinterpret_cast(&_impl_) +
+ offsetof(Impl_, x_),
+ 0,
+ offsetof(Impl_, z_) -
+ offsetof(Impl_, x_) +
+ sizeof(Impl_::z_));
}
-
Vector3::~Vector3() {
// @@protoc_insertion_point(destructor:ei.Vector3)
- if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) {
- (void)arena;
- return;
- }
+ _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
SharedDtor();
}
-
inline void Vector3::SharedDtor() {
- GOOGLE_DCHECK(GetArenaForAllocation() == nullptr);
-}
-
-void Vector3::SetCachedSize(int size) const {
- _cached_size_.Set(size);
-}
+ ABSL_DCHECK(GetArena() == nullptr);
+ _impl_.~Impl_();
+}
+
+PROTOBUF_CONSTINIT
+PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
+const ::google::protobuf::MessageLite::ClassDataFull
+ Vector3::_class_data_ = {
+ ::google::protobuf::Message::ClassData{
+ &_Vector3_default_instance_._instance,
+ &_table_.header,
+ nullptr, // OnDemandRegisterArenaDtor
+ nullptr, // IsInitialized
+ &Vector3::MergeImpl,
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ ::google::protobuf::Message::GetDeleteImpl(),
+ ::google::protobuf::Message::GetNewImpl(),
+ ::google::protobuf::Message::GetClearImpl(), &Vector3::ByteSizeLong,
+ &Vector3::_InternalSerialize,
+#endif // PROTOBUF_CUSTOM_VTABLE
+ PROTOBUF_FIELD_OFFSET(Vector3, _impl_._cached_size_),
+ false,
+ },
+ &Vector3::kDescriptorMethods,
+ &descriptor_table_ei_2eproto,
+ nullptr, // tracker
+};
+const ::google::protobuf::MessageLite::ClassData* Vector3::GetClassData() const {
+ ::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
+ ::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
+ return _class_data_.base();
+}
+PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
+const ::_pbi::TcParseTable<2, 3, 0, 0, 2> Vector3::_table_ = {
+ {
+ PROTOBUF_FIELD_OFFSET(Vector3, _impl_._has_bits_),
+ 0, // no _extensions_
+ 3, 24, // max_field_number, fast_idx_mask
+ offsetof(decltype(_table_), field_lookup_table),
+ 4294967288, // skipmap
+ offsetof(decltype(_table_), field_entries),
+ 3, // num_field_entries
+ 0, // num_aux_entries
+ offsetof(decltype(_table_), field_names), // no aux_entries
+ _class_data_.base(),
+ nullptr, // post_loop_handler
+ ::_pbi::TcParser::GenericFallback, // fallback
+ #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
+ ::_pbi::TcParser::GetTable<::ei::Vector3>(), // to_prefetch
+ #endif // PROTOBUF_PREFETCH_PARSE_TABLE
+ }, {{
+ {::_pbi::TcParser::MiniParse, {}},
+ // optional float x = 1;
+ {::_pbi::TcParser::FastF32S1,
+ {13, 0, 0, PROTOBUF_FIELD_OFFSET(Vector3, _impl_.x_)}},
+ // optional float y = 2;
+ {::_pbi::TcParser::FastF32S1,
+ {21, 1, 0, PROTOBUF_FIELD_OFFSET(Vector3, _impl_.y_)}},
+ // optional float z = 3;
+ {::_pbi::TcParser::FastF32S1,
+ {29, 2, 0, PROTOBUF_FIELD_OFFSET(Vector3, _impl_.z_)}},
+ }}, {{
+ 65535, 65535
+ }}, {{
+ // optional float x = 1;
+ {PROTOBUF_FIELD_OFFSET(Vector3, _impl_.x_), _Internal::kHasBitsOffset + 0, 0,
+ (0 | ::_fl::kFcOptional | ::_fl::kFloat)},
+ // optional float y = 2;
+ {PROTOBUF_FIELD_OFFSET(Vector3, _impl_.y_), _Internal::kHasBitsOffset + 1, 0,
+ (0 | ::_fl::kFcOptional | ::_fl::kFloat)},
+ // optional float z = 3;
+ {PROTOBUF_FIELD_OFFSET(Vector3, _impl_.z_), _Internal::kHasBitsOffset + 2, 0,
+ (0 | ::_fl::kFcOptional | ::_fl::kFloat)},
+ }},
+ // no aux_entries
+ {{
+ }},
+};
-void Vector3::Clear() {
+PROTOBUF_NOINLINE void Vector3::Clear() {
// @@protoc_insertion_point(message_clear_start:ei.Vector3)
- uint32_t cached_has_bits = 0;
- // Prevent compiler warnings about cached_has_bits being unused
- (void) cached_has_bits;
-
- cached_has_bits = _has_bits_[0];
- if (cached_has_bits & 0x00000007u) {
- ::memset(&x_, 0, static_cast(
- reinterpret_cast(&z_) -
- reinterpret_cast(&x_)) + sizeof(z_));
- }
- _has_bits_.Clear();
- _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
-}
-
-const char* Vector3::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) {
-#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
- _Internal::HasBits has_bits{};
- while (!ctx->Done(&ptr)) {
- uint32_t tag;
- ptr = ::_pbi::ReadTag(ptr, &tag);
- switch (tag >> 3) {
- // optional float x = 1;
- case 1:
- if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 13)) {
- _Internal::set_has_x(&has_bits);
- x_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr);
- ptr += sizeof(float);
- } else
- goto handle_unusual;
- continue;
- // optional float y = 2;
- case 2:
- if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 21)) {
- _Internal::set_has_y(&has_bits);
- y_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr);
- ptr += sizeof(float);
- } else
- goto handle_unusual;
- continue;
- // optional float z = 3;
- case 3:
- if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 29)) {
- _Internal::set_has_z(&has_bits);
- z_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr);
- ptr += sizeof(float);
- } else
- goto handle_unusual;
- continue;
- default:
- goto handle_unusual;
- } // switch
- handle_unusual:
- if ((tag == 0) || ((tag & 7) == 4)) {
- CHK_(ptr);
- ctx->SetLastTag(tag);
- goto message_done;
- }
- ptr = UnknownFieldParse(
- tag,
- _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(),
- ptr, ctx);
- CHK_(ptr != nullptr);
- } // while
-message_done:
- _has_bits_.Or(has_bits);
- return ptr;
-failure:
- ptr = nullptr;
- goto message_done;
-#undef CHK_
-}
-
-uint8_t* Vector3::_InternalSerialize(
- uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
- // @@protoc_insertion_point(serialize_to_array_start:ei.Vector3)
- uint32_t cached_has_bits = 0;
- (void) cached_has_bits;
-
- cached_has_bits = _has_bits_[0];
- // optional float x = 1;
- if (cached_has_bits & 0x00000001u) {
- target = stream->EnsureSpace(target);
- target = ::_pbi::WireFormatLite::WriteFloatToArray(1, this->_internal_x(), target);
- }
-
- // optional float y = 2;
- if (cached_has_bits & 0x00000002u) {
- target = stream->EnsureSpace(target);
- target = ::_pbi::WireFormatLite::WriteFloatToArray(2, this->_internal_y(), target);
- }
-
- // optional float z = 3;
- if (cached_has_bits & 0x00000004u) {
- target = stream->EnsureSpace(target);
- target = ::_pbi::WireFormatLite::WriteFloatToArray(3, this->_internal_z(), target);
- }
-
- if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
- target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
- _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream);
- }
- // @@protoc_insertion_point(serialize_to_array_end:ei.Vector3)
- return target;
-}
-
-size_t Vector3::ByteSizeLong() const {
-// @@protoc_insertion_point(message_byte_size_start:ei.Vector3)
- size_t total_size = 0;
-
- uint32_t cached_has_bits = 0;
+ ::google::protobuf::internal::TSanWrite(&_impl_);
+ ::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
- cached_has_bits = _has_bits_[0];
+ cached_has_bits = _impl_._has_bits_[0];
if (cached_has_bits & 0x00000007u) {
- // optional float x = 1;
- if (cached_has_bits & 0x00000001u) {
- total_size += 1 + 4;
- }
-
- // optional float y = 2;
- if (cached_has_bits & 0x00000002u) {
- total_size += 1 + 4;
- }
-
- // optional float z = 3;
- if (cached_has_bits & 0x00000004u) {
- total_size += 1 + 4;
- }
-
- }
- return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_);
-}
+ ::memset(&_impl_.x_, 0, static_cast<::size_t>(
+ reinterpret_cast(&_impl_.z_) -
+ reinterpret_cast(&_impl_.x_)) + sizeof(_impl_.z_));
+ }
+ _impl_._has_bits_.Clear();
+ _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
+}
+
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ ::uint8_t* Vector3::_InternalSerialize(
+ const MessageLite& base, ::uint8_t* target,
+ ::google::protobuf::io::EpsCopyOutputStream* stream) {
+ const Vector3& this_ = static_cast(base);
+#else // PROTOBUF_CUSTOM_VTABLE
+ ::uint8_t* Vector3::_InternalSerialize(
+ ::uint8_t* target,
+ ::google::protobuf::io::EpsCopyOutputStream* stream) const {
+ const Vector3& this_ = *this;
+#endif // PROTOBUF_CUSTOM_VTABLE
+ // @@protoc_insertion_point(serialize_to_array_start:ei.Vector3)
+ ::uint32_t cached_has_bits = 0;
+ (void)cached_has_bits;
+
+ cached_has_bits = this_._impl_._has_bits_[0];
+ // optional float x = 1;
+ if (cached_has_bits & 0x00000001u) {
+ target = stream->EnsureSpace(target);
+ target = ::_pbi::WireFormatLite::WriteFloatToArray(
+ 1, this_._internal_x(), target);
+ }
-const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Vector3::_class_data_ = {
- ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck,
- Vector3::MergeImpl
-};
-const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Vector3::GetClassData() const { return &_class_data_; }
+ // optional float y = 2;
+ if (cached_has_bits & 0x00000002u) {
+ target = stream->EnsureSpace(target);
+ target = ::_pbi::WireFormatLite::WriteFloatToArray(
+ 2, this_._internal_y(), target);
+ }
-void Vector3::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to,
- const ::PROTOBUF_NAMESPACE_ID::Message& from) {
- static_cast(to)->MergeFrom(
- static_cast(from));
-}
+ // optional float z = 3;
+ if (cached_has_bits & 0x00000004u) {
+ target = stream->EnsureSpace(target);
+ target = ::_pbi::WireFormatLite::WriteFloatToArray(
+ 3, this_._internal_z(), target);
+ }
+ if (PROTOBUF_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
+ target =
+ ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
+ this_._internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
+ }
+ // @@protoc_insertion_point(serialize_to_array_end:ei.Vector3)
+ return target;
+ }
+
+#if defined(PROTOBUF_CUSTOM_VTABLE)
+ ::size_t Vector3::ByteSizeLong(const MessageLite& base) {
+ const Vector3& this_ = static_cast(base);
+#else // PROTOBUF_CUSTOM_VTABLE
+ ::size_t Vector3::ByteSizeLong() const {
+ const Vector3& this_ = *this;
+#endif // PROTOBUF_CUSTOM_VTABLE
+ // @@protoc_insertion_point(message_byte_size_start:ei.Vector3)
+ ::size_t total_size = 0;
+
+ ::uint32_t cached_has_bits = 0;
+ // Prevent compiler warnings about cached_has_bits being unused
+ (void)cached_has_bits;
+
+ ::_pbi::Prefetch5LinesFrom7Lines(&this_);
+ cached_has_bits = this_._impl_._has_bits_[0];
+ if (cached_has_bits & 0x00000007u) {
+ // optional float x = 1;
+ if (cached_has_bits & 0x00000001u) {
+ total_size += 5;
+ }
+ // optional float y = 2;
+ if (cached_has_bits & 0x00000002u) {
+ total_size += 5;
+ }
+ // optional float z = 3;
+ if (cached_has_bits & 0x00000004u) {
+ total_size += 5;
+ }
+ }
+ return this_.MaybeComputeUnknownFieldsSize(total_size,
+ &this_._impl_._cached_size_);
+ }
-void Vector3::MergeFrom(const Vector3& from) {
-// @@protoc_insertion_point(class_specific_merge_from_start:ei.Vector3)
- GOOGLE_DCHECK_NE(&from, this);
- uint32_t cached_has_bits = 0;
+void Vector3::MergeImpl(::google::protobuf::MessageLite& to_msg, const ::google::protobuf::MessageLite& from_msg) {
+ auto* const _this = static_cast(&to_msg);
+ auto& from = static_cast(from_msg);
+ // @@protoc_insertion_point(class_specific_merge_from_start:ei.Vector3)
+ ABSL_DCHECK_NE(&from, _this);
+ ::uint32_t cached_has_bits = 0;
(void) cached_has_bits;
- cached_has_bits = from._has_bits_[0];
+ cached_has_bits = from._impl_._has_bits_[0];
if (cached_has_bits & 0x00000007u) {
if (cached_has_bits & 0x00000001u) {
- x_ = from.x_;
+ _this->_impl_.x_ = from._impl_.x_;
}
if (cached_has_bits & 0x00000002u) {
- y_ = from.y_;
+ _this->_impl_.y_ = from._impl_.y_;
}
if (cached_has_bits & 0x00000004u) {
- z_ = from.z_;
+ _this->_impl_.z_ = from._impl_.z_;
}
- _has_bits_[0] |= cached_has_bits;
}
- _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
+ _this->_impl_._has_bits_[0] |= cached_has_bits;
+ _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
}
void Vector3::CopyFrom(const Vector3& from) {
@@ -10745,279 +14221,283 @@ void Vector3::CopyFrom(const Vector3& from) {
MergeFrom(from);
}
-bool Vector3::IsInitialized() const {
- return true;
-}
-void Vector3::InternalSwap(Vector3* other) {
+void Vector3::InternalSwap(Vector3* PROTOBUF_RESTRICT other) {
using std::swap;
_internal_metadata_.InternalSwap(&other->_internal_metadata_);
- swap(_has_bits_[0], other->_has_bits_[0]);
- ::PROTOBUF_NAMESPACE_ID::internal::memswap<
- PROTOBUF_FIELD_OFFSET(Vector3, z_)
- + sizeof(Vector3::z_)
- - PROTOBUF_FIELD_OFFSET(Vector3, x_)>(
- reinterpret_cast(&x_),
- reinterpret_cast(&other->x_));
+ swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
+ ::google::protobuf::internal::memswap<
+ PROTOBUF_FIELD_OFFSET(Vector3, _impl_.z_)
+ + sizeof(Vector3::_impl_.z_)
+ - PROTOBUF_FIELD_OFFSET(Vector3, _impl_.x_)>(
+ reinterpret_cast(&_impl_.x_),
+ reinterpret_cast(&other->_impl_.x_));
}
-::PROTOBUF_NAMESPACE_ID::Metadata Vector3::GetMetadata() const {
- return ::_pbi::AssignDescriptors(
- &descriptor_table_ei_2eproto_getter, &descriptor_table_ei_2eproto_once,
- file_level_metadata_ei_2eproto[0]);
+::google::protobuf::Metadata Vector3::GetMetadata() const {
+ return ::google::protobuf::Message::GetMetadataImpl(GetClassData()->full());
}
-
// ===================================================================
class Vector4::_Internal {
public:
- using HasBits = decltype(std::declval()._has_bits_);
- static void set_has_x(HasBits* has_bits) {
- (*has_bits)[0] |= 1u;
- }
- static void set_has_y(HasBits* has_bits) {
- (*has_bits)[0] |= 2u;
- }
- static void set_has_z(HasBits* has_bits) {
- (*has_bits)[0] |= 4u;
- }
- static void set_has_w(HasBits* has_bits) {
- (*has_bits)[0] |= 8u;
- }
-};
-
-Vector4::Vector4(::PROTOBUF_NAMESPACE_ID::Arena* arena,
- bool is_message_owned)
- : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) {
- SharedCtor();
+ using HasBits =
+ decltype(std::declval