proto

package
v0.0.0-...-348a65b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 6, 2024 License: AGPL-3.0 Imports: 4 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var (
	AvatarType_name = map[int32]string{
		0: "AVATAR_TYPE_NONE",
		1: "AVATAR_TRIAL_TYPE",
		2: "AVATAR_LIMIT_TYPE",
		3: "AVATAR_FORMAL_TYPE",
		4: "AVATAR_ASSIST_TYPE",
	}
	AvatarType_value = map[string]int32{
		"AVATAR_TYPE_NONE":   0,
		"AVATAR_TRIAL_TYPE":  1,
		"AVATAR_LIMIT_TYPE":  2,
		"AVATAR_FORMAL_TYPE": 3,
		"AVATAR_ASSIST_TYPE": 4,
	}
)

Enum value maps for AvatarType.

View Source
var (
	BattleEndStatus_name = map[int32]string{
		0: "BATTLE_END_NONE",
		1: "BATTLE_END_WIN",
		2: "BATTLE_END_LOSE",
		3: "BATTLE_END_QUIT",
	}
	BattleEndStatus_value = map[string]int32{
		"BATTLE_END_NONE": 0,
		"BATTLE_END_WIN":  1,
		"BATTLE_END_LOSE": 2,
		"BATTLE_END_QUIT": 3,
	}
)

Enum value maps for BattleEndStatus.

View Source
var (
	BattlePassInfoNotify_BpTierType_name = map[int32]string{
		0: "BP_TIER_TYPE_NONE",
		1: "BP_TIER_TYPE_FREE",
		2: "BP_TIER_TYPE_PREMIUM_1",
		3: "BP_TIER_TYPE_PREMIUM_2",
	}
	BattlePassInfoNotify_BpTierType_value = map[string]int32{
		"BP_TIER_TYPE_NONE":      0,
		"BP_TIER_TYPE_FREE":      1,
		"BP_TIER_TYPE_PREMIUM_1": 2,
		"BP_TIER_TYPE_PREMIUM_2": 3,
	}
)

Enum value maps for BattlePassInfoNotify_BpTierType.

View Source
var (
	ChallengeStatus_name = map[int32]string{
		0: "CHALLENGE_UNKNOWN",
		1: "CHALLENGE_DOING",
		2: "CHALLENGE_FINISH",
		3: "CHALLENGE_FAILED",
	}
	ChallengeStatus_value = map[string]int32{
		"CHALLENGE_UNKNOWN": 0,
		"CHALLENGE_DOING":   1,
		"CHALLENGE_FINISH":  2,
		"CHALLENGE_FAILED":  3,
	}
)

Enum value maps for ChallengeStatus.

View Source
var (
	ChatType_name = map[int32]string{
		0: "CHAT_TYPE_NONE",
		1: "CHAT_TYPE_PRIVATE",
		2: "CHAT_TYPE_GROUP",
	}
	ChatType_value = map[string]int32{
		"CHAT_TYPE_NONE":    0,
		"CHAT_TYPE_PRIVATE": 1,
		"CHAT_TYPE_GROUP":   2,
	}
)

Enum value maps for ChatType.

View Source
var (
	EnterSceneReason_name = map[int32]string{
		0: "ENTER_SCENE_REASON_NONE",
		1: "ENTER_SCENE_REASON_CHALLENGE_TIMEOUT",
		2: "ENTER_SCENE_REASON_ROGUE_TIMEOUT",
	}
	EnterSceneReason_value = map[string]int32{
		"ENTER_SCENE_REASON_NONE":              0,
		"ENTER_SCENE_REASON_CHALLENGE_TIMEOUT": 1,
		"ENTER_SCENE_REASON_ROGUE_TIMEOUT":     2,
	}
)

Enum value maps for EnterSceneReason.

View Source
var (
	ExtraLineupType_name = map[int32]string{
		0:  "LINEUP_NONE",
		1:  "LINEUP_CHALLENGE",
		2:  "LINEUP_ROGUE",
		3:  "LINEUP_CHALLENGE_2",
		4:  "LINEUP_CHALLENGE_3",
		5:  "LINEUP_ROGUE_CHALLENGE",
		6:  "LINEUP_STAGE_TRIAL",
		7:  "LINEUP_ROGUE_TRIAL",
		8:  "LINEUP_ACTIVITY",
		9:  "LINEUP_BOXING_CLUB",
		11: "LINEUP_TREASURE_DUNGEON",
		12: "LINEUP_CHESS_ROGUE",
		13: "LINEUP_HELIOBUS",
	}
	ExtraLineupType_value = map[string]int32{
		"LINEUP_NONE":             0,
		"LINEUP_CHALLENGE":        1,
		"LINEUP_ROGUE":            2,
		"LINEUP_CHALLENGE_2":      3,
		"LINEUP_CHALLENGE_3":      4,
		"LINEUP_ROGUE_CHALLENGE":  5,
		"LINEUP_STAGE_TRIAL":      6,
		"LINEUP_ROGUE_TRIAL":      7,
		"LINEUP_ACTIVITY":         8,
		"LINEUP_BOXING_CLUB":      9,
		"LINEUP_TREASURE_DUNGEON": 11,
		"LINEUP_CHESS_ROGUE":      12,
		"LINEUP_HELIOBUS":         13,
	}
)

Enum value maps for ExtraLineupType.

View Source
var (
	FriendApplySource_name = map[int32]string{
		0: "FRIEND_APPLY_SOURCE_NONE",
		1: "FRIEND_APPLY_SOURCE_SEARCH",
		2: "FRIEND_APPLY_SOURCE_RECOMMEND",
		3: "FRIEND_APPLY_SOURCE_ASSIST",
		4: "FRIEND_APPLY_SOURCE_RECOMMEND_ASSIST",
		5: "FRIEND_APPLY_SOURCE_PSN_FRIEND",
	}
	FriendApplySource_value = map[string]int32{
		"FRIEND_APPLY_SOURCE_NONE":             0,
		"FRIEND_APPLY_SOURCE_SEARCH":           1,
		"FRIEND_APPLY_SOURCE_RECOMMEND":        2,
		"FRIEND_APPLY_SOURCE_ASSIST":           3,
		"FRIEND_APPLY_SOURCE_RECOMMEND_ASSIST": 4,
		"FRIEND_APPLY_SOURCE_PSN_FRIEND":       5,
	}
)

Enum value maps for FriendApplySource.

View Source
var (
	FriendOnlineStatus_name = map[int32]string{
		0: "FRIEND_ONLINE_STATUS_OFFLINE",
		1: "FRIEND_ONLINE_STATUS_ONLINE",
	}
	FriendOnlineStatus_value = map[string]int32{
		"FRIEND_ONLINE_STATUS_OFFLINE": 0,
		"FRIEND_ONLINE_STATUS_ONLINE":  1,
	}
)

Enum value maps for FriendOnlineStatus.

View Source
var (
	Gender_name = map[int32]string{
		0: "GenderNone",
		1: "GenderMan",
		2: "GenderWoman",
	}
	Gender_value = map[string]int32{
		"GenderNone":  0,
		"GenderMan":   1,
		"GenderWoman": 2,
	}
)

Enum value maps for Gender.

View Source
var (
	HeroBasicType_name = map[int32]string{
		0:    "None",
		8001: "BoyWarrior",
		8002: "GirlWarrior",
		8003: "BoyKnight",
		8004: "GirlKnight",
		8005: "BoyRogue",
		8006: "GirlRogue",
		8007: "BoyMage",
		8008: "GirlMage",
		8009: "BoyShaman",
		8010: "GirlShaman",
		8011: "BoyWarlock",
		8012: "GirlWarlock",
		8013: "BoyPriest",
		8014: "GirlPriest",
	}
	HeroBasicType_value = map[string]int32{
		"None":        0,
		"BoyWarrior":  8001,
		"GirlWarrior": 8002,
		"BoyKnight":   8003,
		"GirlKnight":  8004,
		"BoyRogue":    8005,
		"GirlRogue":   8006,
		"BoyMage":     8007,
		"GirlMage":    8008,
		"BoyShaman":   8009,
		"GirlShaman":  8010,
		"BoyWarlock":  8011,
		"GirlWarlock": 8012,
		"BoyPriest":   8013,
		"GirlPriest":  8014,
	}
)

Enum value maps for HeroBasicType.

View Source
var (
	LanguageType_name = map[int32]string{
		0:  "LANGUAGE_NONE",
		1:  "LANGUAGE_SC",
		2:  "LANGUAGE_TC",
		3:  "LANGUAGE_EN",
		4:  "LANGUAGE_KR",
		5:  "LANGUAGE_JP",
		6:  "LANGUAGE_FR",
		7:  "LANGUAGE_DE",
		8:  "LANGUAGE_ES",
		9:  "LANGUAGE_PT",
		10: "LANGUAGE_RU",
		11: "LANGUAGE_TH",
		12: "LANGUAGE_VI",
		13: "LANGUAGE_ID",
	}
	LanguageType_value = map[string]int32{
		"LANGUAGE_NONE": 0,
		"LANGUAGE_SC":   1,
		"LANGUAGE_TC":   2,
		"LANGUAGE_EN":   3,
		"LANGUAGE_KR":   4,
		"LANGUAGE_JP":   5,
		"LANGUAGE_FR":   6,
		"LANGUAGE_DE":   7,
		"LANGUAGE_ES":   8,
		"LANGUAGE_PT":   9,
		"LANGUAGE_RU":   10,
		"LANGUAGE_TH":   11,
		"LANGUAGE_VI":   12,
		"LANGUAGE_ID":   13,
	}
)

Enum value maps for LanguageType.

View Source
var (
	MailType_name = map[int32]string{
		0: "MAIL_TYPE_NORMAL",
		1: "MAIL_TYPE_STAR",
	}
	MailType_value = map[string]int32{
		"MAIL_TYPE_NORMAL": 0,
		"MAIL_TYPE_STAR":   1,
	}
)

Enum value maps for MailType.

View Source
var (
	MapInfoChestType_name = map[int32]string{
		0:   "MAP_INFO_CHEST_TYPE_NONE",
		101: "MAP_INFO_CHEST_TYPE_NORMAL",
		102: "MAP_INFO_CHEST_TYPE_CHALLENGE",
		104: "MAP_INFO_CHEST_TYPE_PUZZLE",
	}
	MapInfoChestType_value = map[string]int32{
		"MAP_INFO_CHEST_TYPE_NONE":      0,
		"MAP_INFO_CHEST_TYPE_NORMAL":    101,
		"MAP_INFO_CHEST_TYPE_CHALLENGE": 102,
		"MAP_INFO_CHEST_TYPE_PUZZLE":    104,
	}
)

Enum value maps for MapInfoChestType.

View Source
var (
	MissionStatus_name = map[int32]string{
		0: "MISSION_NONE",
		1: "MISSION_DOING",
		2: "MISSION_FINISH",
		3: "MISSION_PREPARED",
	}
	MissionStatus_value = map[string]int32{
		"MISSION_NONE":     0,
		"MISSION_DOING":    1,
		"MISSION_FINISH":   2,
		"MISSION_PREPARED": 3,
	}
)

Enum value maps for MissionStatus.

View Source
var (
	MsgType_name = map[int32]string{
		0: "MSG_TYPE_NONE",
		1: "MSG_TYPE_CUSTOM_TEXT",
		2: "MSG_TYPE_EMOJI",
	}
	MsgType_value = map[string]int32{
		"MSG_TYPE_NONE":        0,
		"MSG_TYPE_CUSTOM_TEXT": 1,
		"MSG_TYPE_EMOJI":       2,
	}
)

Enum value maps for MsgType.

View Source
var (
	PlatformType_name = map[int32]string{
		0:  "EDITOR",
		1:  "IOS",
		2:  "ANDROID",
		3:  "PC",
		4:  "WEB",
		5:  "WAP",
		6:  "PS4",
		7:  "NINTENDO",
		8:  "CLOUD_ANDROID",
		9:  "CLOUD_PC",
		10: "CLOUD_IOS",
		11: "PS5",
		12: "MAC",
		13: "CLOUD_MAC",
		20: "CLOUD_WEB_ANDROID",
		21: "CLOUD_WEB_IOS",
		22: "CLOUD_WEB_PC",
		23: "CLOUD_WEB_MAC",
		24: "CLOUD_WEB_TOUCH",
		25: "CLOUD_WEB_KEYBOARD",
	}
	PlatformType_value = map[string]int32{
		"EDITOR":             0,
		"IOS":                1,
		"ANDROID":            2,
		"PC":                 3,
		"WEB":                4,
		"WAP":                5,
		"PS4":                6,
		"NINTENDO":           7,
		"CLOUD_ANDROID":      8,
		"CLOUD_PC":           9,
		"CLOUD_IOS":          10,
		"PS5":                11,
		"MAC":                12,
		"CLOUD_MAC":          13,
		"CLOUD_WEB_ANDROID":  20,
		"CLOUD_WEB_IOS":      21,
		"CLOUD_WEB_PC":       22,
		"CLOUD_WEB_MAC":      23,
		"CLOUD_WEB_TOUCH":    24,
		"CLOUD_WEB_KEYBOARD": 25,
	}
)

Enum value maps for PlatformType.

View Source
var (
	QuestStatus_name = map[int32]string{
		0: "QUEST_NONE",
		1: "QUEST_DOING",
		2: "QUEST_FINISH",
		3: "QUEST_CLOSE",
		4: "QUEST_DELETE",
	}
	QuestStatus_value = map[string]int32{
		"QUEST_NONE":   0,
		"QUEST_DOING":  1,
		"QUEST_FINISH": 2,
		"QUEST_CLOSE":  3,
		"QUEST_DELETE": 4,
	}
)

Enum value maps for QuestStatus.

View Source
var (
	RogueAreaStatus_name = map[int32]string{
		0: "ROGUE_AREA_STATUS_LOCK",
		1: "ROGUE_AREA_STATUS_UNLOCK",
		2: "ROGUE_AREA_STATUS_FIRST_PASS",
		3: "ROGUE_AREA_STATUS_CLOSE",
	}
	RogueAreaStatus_value = map[string]int32{
		"ROGUE_AREA_STATUS_LOCK":       0,
		"ROGUE_AREA_STATUS_UNLOCK":     1,
		"ROGUE_AREA_STATUS_FIRST_PASS": 2,
		"ROGUE_AREA_STATUS_CLOSE":      3,
	}
)

Enum value maps for RogueAreaStatus.

View Source
var (
	RogueBuffSource_name = map[int32]string{
		0: "ROGUE_BUFF_SOURCE_TYPE_NONE",
		1: "ROGUE_BUFF_SOURCE_TYPE_SELECT",
		2: "ROGUE_BUFF_SOURCE_TYPE_ENHANCE",
		3: "ROGUE_BUFF_SOURCE_TYPE_MIRACLE",
		4: "ROGUE_BUFF_SOURCE_TYPE_DIALOGUE",
		5: "ROGUE_BUFF_SOURCE_TYPE_BONUS",
		6: "ROGUE_BUFF_SOURCE_TYPE_MAZE_SKILL",
		7: "ROGUE_BUFF_SOURCE_TYPE_SHOP",
		8: "ROGUE_BUFF_SOURCE_TYPE_LEVEL_MECHANISM",
		9: "ROGUE_BUFF_SOURCE_TYPE_ENDLESS_LEVEL_START",
	}
	RogueBuffSource_value = map[string]int32{
		"ROGUE_BUFF_SOURCE_TYPE_NONE":                0,
		"ROGUE_BUFF_SOURCE_TYPE_SELECT":              1,
		"ROGUE_BUFF_SOURCE_TYPE_ENHANCE":             2,
		"ROGUE_BUFF_SOURCE_TYPE_MIRACLE":             3,
		"ROGUE_BUFF_SOURCE_TYPE_DIALOGUE":            4,
		"ROGUE_BUFF_SOURCE_TYPE_BONUS":               5,
		"ROGUE_BUFF_SOURCE_TYPE_MAZE_SKILL":          6,
		"ROGUE_BUFF_SOURCE_TYPE_SHOP":                7,
		"ROGUE_BUFF_SOURCE_TYPE_LEVEL_MECHANISM":     8,
		"ROGUE_BUFF_SOURCE_TYPE_ENDLESS_LEVEL_START": 9,
	}
)

Enum value maps for RogueBuffSource.

View Source
var (
	RogueCommonBuffSelectSource_name = map[int32]string{
		0: "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_NONE",
		1: "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_DICE_ROLL",
		2: "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_AEON",
		3: "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_BOARD_EVENT",
		4: "ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_LEVEL_MECHANISM",
	}
	RogueCommonBuffSelectSource_value = map[string]int32{
		"ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_NONE":            0,
		"ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_DICE_ROLL":       1,
		"ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_AEON":            2,
		"ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_BOARD_EVENT":     3,
		"ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_LEVEL_MECHANISM": 4,
	}
)

Enum value maps for RogueCommonBuffSelectSource.

View Source
var (
	RogueMiracleSource_name = map[int32]string{
		0:  "ROGUE_MIRACLE_SOURCE_TYPE_NONE",
		1:  "ROGUE_MIRACLE_SOURCE_TYPE_SELECT",
		2:  "ROGUE_MIRACLE_SOURCE_TYPE_DIALOGUE",
		3:  "ROGUE_MIRACLE_SOURCE_TYPE_BONUS",
		4:  "ROGUE_MIRACLE_SOURCE_TYPE_USE",
		5:  "ROGUE_MIRACLE_SOURCE_TYPE_RESET",
		6:  "ROGUE_MIRACLE_SOURCE_TYPE_REPLACE",
		7:  "ROGUE_MIRACLE_SOURCE_TYPE_TRADE",
		8:  "ROGUE_MIRACLE_SOURCE_TYPE_GET",
		9:  "ROGUE_MIRACLE_SOURCE_TYPE_SHOP",
		10: "ROGUE_MIRACLE_SOURCE_TYPE_MAZE_SKILL",
		11: "ROGUE_MIRACLE_SOURCE_TYPE_LEVEL_MECHANISM",
		12: "ROGUE_MIRACLE_SOURCE_TYPE_ENDLESS_LEVEL_START",
	}
	RogueMiracleSource_value = map[string]int32{
		"ROGUE_MIRACLE_SOURCE_TYPE_NONE":                0,
		"ROGUE_MIRACLE_SOURCE_TYPE_SELECT":              1,
		"ROGUE_MIRACLE_SOURCE_TYPE_DIALOGUE":            2,
		"ROGUE_MIRACLE_SOURCE_TYPE_BONUS":               3,
		"ROGUE_MIRACLE_SOURCE_TYPE_USE":                 4,
		"ROGUE_MIRACLE_SOURCE_TYPE_RESET":               5,
		"ROGUE_MIRACLE_SOURCE_TYPE_REPLACE":             6,
		"ROGUE_MIRACLE_SOURCE_TYPE_TRADE":               7,
		"ROGUE_MIRACLE_SOURCE_TYPE_GET":                 8,
		"ROGUE_MIRACLE_SOURCE_TYPE_SHOP":                9,
		"ROGUE_MIRACLE_SOURCE_TYPE_MAZE_SKILL":          10,
		"ROGUE_MIRACLE_SOURCE_TYPE_LEVEL_MECHANISM":     11,
		"ROGUE_MIRACLE_SOURCE_TYPE_ENDLESS_LEVEL_START": 12,
	}
)

Enum value maps for RogueMiracleSource.

View Source
var (
	RogueRoomStatus_name = map[int32]string{
		0: "ROGUE_ROOM_STATUS_NONE",
		1: "ROGUE_ROOM_STATUS_LOCK",
		2: "ROGUE_ROOM_STATUS_UNLOCK",
		3: "ROGUE_ROOM_STATUS_PLAY",
		4: "ROGUE_ROOM_STATUS_FINISH",
	}
	RogueRoomStatus_value = map[string]int32{
		"ROGUE_ROOM_STATUS_NONE":   0,
		"ROGUE_ROOM_STATUS_LOCK":   1,
		"ROGUE_ROOM_STATUS_UNLOCK": 2,
		"ROGUE_ROOM_STATUS_PLAY":   3,
		"ROGUE_ROOM_STATUS_FINISH": 4,
	}
)

Enum value maps for RogueRoomStatus.

View Source
var (
	RogueStatus_name = map[int32]string{
		0: "ROGUE_STATUS_NONE",
		1: "ROGUE_STATUS_DOING",
		2: "ROGUE_STATUS_PENDING",
		3: "ROGUE_STATUS_ENDLESS",
		4: "ROGUE_STATUS_FINISH",
	}
	RogueStatus_value = map[string]int32{
		"ROGUE_STATUS_NONE":    0,
		"ROGUE_STATUS_DOING":   1,
		"ROGUE_STATUS_PENDING": 2,
		"ROGUE_STATUS_ENDLESS": 3,
		"ROGUE_STATUS_FINISH":  4,
	}
)

Enum value maps for RogueStatus.

View Source
var (
	RogueTalentStatus_name = map[int32]string{
		0: "ROGUE_TALENT_STATUS_LOCK",
		1: "ROGUE_TALENT_STATUS_UNLOCK",
		2: "ROGUE_TALENT_STATUS_ENABLE",
	}
	RogueTalentStatus_value = map[string]int32{
		"ROGUE_TALENT_STATUS_LOCK":   0,
		"ROGUE_TALENT_STATUS_UNLOCK": 1,
		"ROGUE_TALENT_STATUS_ENABLE": 2,
	}
)

Enum value maps for RogueTalentStatus.

View Source
var (
	SceneCastSkill_name = map[int32]string{
		0: "SCENE_CAST_SKILL_NONE",
		1: "SCENE_CAST_SKILL_PROJECTILE_HIT",
		2: "SCENE_CAST_SKILL_PROJECTILE_LIFETIME_FINISH",
	}
	SceneCastSkill_value = map[string]int32{
		"SCENE_CAST_SKILL_NONE":                       0,
		"SCENE_CAST_SKILL_PROJECTILE_HIT":             1,
		"SCENE_CAST_SKILL_PROJECTILE_LIFETIME_FINISH": 2,
	}
)

Enum value maps for SceneCastSkill.

View Source
var (
	SyncReason_name = map[int32]string{
		0: "SYNC_REASON_NONE",
		1: "SYNC_REASON_MP_ADD",
		2: "SYNC_REASON_MP_ADD_PROP_HIT",
		3: "SYNC_REASON_HP_ADD",
		4: "SYNC_REASON_HP_ADD_PROP_HIT",
	}
	SyncReason_value = map[string]int32{
		"SYNC_REASON_NONE":            0,
		"SYNC_REASON_MP_ADD":          1,
		"SYNC_REASON_MP_ADD_PROP_HIT": 2,
		"SYNC_REASON_HP_ADD":          3,
		"SYNC_REASON_HP_ADD_PROP_HIT": 4,
	}
)

Enum value maps for SyncReason.

View Source
var (
	Retcode_name = map[int32]string{}/* 733 elements not displayed */

	Retcode_value = map[string]int32{}/* 733 elements not displayed */

)

Enum value maps for Retcode.

View Source
var File_ActivateFarmElementCsReq_proto protoreflect.FileDescriptor
View Source
var File_ActivateFarmElementScRsp_proto protoreflect.FileDescriptor
View Source
var File_ActivityScheduleInfo_proto protoreflect.FileDescriptor
View Source
var File_AddRogueBuffScNotify_proto protoreflect.FileDescriptor
View Source
var File_AddRogueMiracleScNotify_proto protoreflect.FileDescriptor
View Source
var File_ApplyFriendCsReq_proto protoreflect.FileDescriptor
View Source
var File_ArchiveData_proto protoreflect.FileDescriptor
View Source
var File_AvatarBattleInfo_proto protoreflect.FileDescriptor
View Source
var File_AvatarExpUpCsReq_proto protoreflect.FileDescriptor
View Source
var File_AvatarExpUpScRsp_proto protoreflect.FileDescriptor
View Source
var File_AvatarProperty_proto protoreflect.FileDescriptor
View Source
var File_AvatarSkillTree_proto protoreflect.FileDescriptor
View Source
var File_AvatarSync_proto protoreflect.FileDescriptor
View Source
var File_AvatarType_proto protoreflect.FileDescriptor
View Source
var File_Avatar_proto protoreflect.FileDescriptor
View Source
var File_BattleAvatar_proto protoreflect.FileDescriptor
View Source
var File_BattleBuff_proto protoreflect.FileDescriptor
View Source
var File_BattleEndStatus_proto protoreflect.FileDescriptor
View Source
var File_BattleEquipment_proto protoreflect.FileDescriptor
View Source
var File_BattleEventBattleInfo_proto protoreflect.FileDescriptor
View Source
var File_BattleEventInitedData_proto protoreflect.FileDescriptor
View Source
var File_BattleOp_proto protoreflect.FileDescriptor
View Source
var File_BattlePassInfoNotify_proto protoreflect.FileDescriptor
View Source
var File_BattleRelic_proto protoreflect.FileDescriptor
View Source
var File_BattleStatistics_proto protoreflect.FileDescriptor
View Source
var File_BlackInfo_proto protoreflect.FileDescriptor
View Source
var File_BoardDataSync_proto protoreflect.FileDescriptor
View Source
var File_BuffInfo_proto protoreflect.FileDescriptor
View Source
var File_BuyGoodsCsReq_proto protoreflect.FileDescriptor
View Source
var File_BuyGoodsScRsp_proto protoreflect.FileDescriptor
View Source
var File_ChallengeInfo_proto protoreflect.FileDescriptor
View Source
var File_ChallengeLineupNotify_proto protoreflect.FileDescriptor
View Source
var File_ChallengeReward_proto protoreflect.FileDescriptor
View Source
var File_ChallengeSettleNotify_proto protoreflect.FileDescriptor
View Source
var File_ChallengeStatus_proto protoreflect.FileDescriptor
View Source
var File_Challenge_proto protoreflect.FileDescriptor
View Source
var File_ChangeLineupLeaderCsReq_proto protoreflect.FileDescriptor
View Source
var File_ChangeLineupLeaderScRsp_proto protoreflect.FileDescriptor
View Source
var File_ChatType_proto protoreflect.FileDescriptor
View Source
var File_ClientMailAttachmentItem_proto protoreflect.FileDescriptor
View Source
var File_ClientMail_proto protoreflect.FileDescriptor
View Source
var File_ComposeItemCsReq_proto protoreflect.FileDescriptor
View Source
var File_ComposeItemScRsp_proto protoreflect.FileDescriptor
View Source
var File_ComposeSelectedRelicCsReq_proto protoreflect.FileDescriptor
View Source
var File_ComposeSelectedRelicScRsp_proto protoreflect.FileDescriptor
View Source
var File_DailyActiveInfoNotify_proto protoreflect.FileDescriptor
View Source
var File_DailyActivityInfo_proto protoreflect.FileDescriptor
View Source
var File_DelMailCsReq_proto protoreflect.FileDescriptor
View Source
var File_DelMailScRsp_proto protoreflect.FileDescriptor
View Source
var File_DeleteFriendCsReq_proto protoreflect.FileDescriptor
View Source
var File_DispatchRegionData_proto protoreflect.FileDescriptor
View Source
var File_DisplayAvatarVec_proto protoreflect.FileDescriptor
View Source
var File_DisplayAvatar_proto protoreflect.FileDescriptor
View Source
var File_DoGachaCsReq_proto protoreflect.FileDescriptor
View Source
var File_DoGachaScRsp_proto protoreflect.FileDescriptor
View Source
var File_DressAvatarCsReq_proto protoreflect.FileDescriptor
View Source
var File_DressRelicAvatarCsReq_proto protoreflect.FileDescriptor
View Source
var File_EnableRogueTalentCsReq_proto protoreflect.FileDescriptor
View Source
var File_EnableRogueTalentScRsp_proto protoreflect.FileDescriptor
View Source
var File_EnterRogueMapRoomCsReq_proto protoreflect.FileDescriptor
View Source
var File_EnterRogueMapRoomScRsp_proto protoreflect.FileDescriptor
View Source
var File_EnterSceneByServerScNotify_proto protoreflect.FileDescriptor
View Source
var File_EnterSceneCsReq_proto protoreflect.FileDescriptor
View Source
var File_EnterSceneReason_proto protoreflect.FileDescriptor
View Source
var File_EnteredSceneInfo_proto protoreflect.FileDescriptor
View Source
var File_EntityBuffChangeInfo_proto protoreflect.FileDescriptor
View Source
var File_EntityBuffInfo_proto protoreflect.FileDescriptor
View Source
var File_EntityMotion_proto protoreflect.FileDescriptor
View Source
var File_EquipRelic_proto protoreflect.FileDescriptor
View Source
var File_Equipment_proto protoreflect.FileDescriptor
View Source
var File_ExchangeGachaCeilingCsReq_proto protoreflect.FileDescriptor
View Source
var File_ExchangeGachaCeilingScRsp_proto protoreflect.FileDescriptor
View Source
var File_ExchangeHcoinCsReq_proto protoreflect.FileDescriptor
View Source
var File_ExchangeHcoinScRsp_proto protoreflect.FileDescriptor
View Source
var File_ExpUpEquipmentCsReq_proto protoreflect.FileDescriptor
View Source
var File_ExpUpEquipmentScRsp_proto protoreflect.FileDescriptor
View Source
var File_ExpUpRelicCsReq_proto protoreflect.FileDescriptor
View Source
var File_ExpUpRelicScRsp_proto protoreflect.FileDescriptor
View Source
var File_ExtraLineupType_proto protoreflect.FileDescriptor
View Source
var File_FarmStageGachaInfo_proto protoreflect.FileDescriptor
View Source
var File_FriendApplyInfo_proto protoreflect.FileDescriptor
View Source
var File_FriendApplySource_proto protoreflect.FileDescriptor
View Source
var File_FriendListInfo_proto protoreflect.FileDescriptor
View Source
var File_FriendOnlineStatus_proto protoreflect.FileDescriptor
View Source
var File_FriendRecommendInfo_proto protoreflect.FileDescriptor
View Source
var File_GachaCeilingAvatar_proto protoreflect.FileDescriptor
View Source
var File_GachaCeiling_proto protoreflect.FileDescriptor
View Source
var File_GachaInfo_proto protoreflect.FileDescriptor
View Source
var File_GachaItem_proto protoreflect.FileDescriptor
View Source
var File_Gateserver_proto protoreflect.FileDescriptor
View Source
var File_Gender_proto protoreflect.FileDescriptor
View Source
var File_GetActivityScheduleConfigScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetAllLineupDataScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetArchiveDataScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetAvatarDataCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetAvatarDataScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetBagScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetBasicInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetChallengeScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetCurChallengeScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetCurLineupDataScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetCurSceneInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetDailyActiveInfoCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetDailyActiveInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetEnteredSceneScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetFarmStageGachaInfoCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetFarmStageGachaInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetFirstTalkByPerformanceNpcCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetFirstTalkByPerformanceNpcScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetFriendApplyListInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetFriendListInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetFriendLoginInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetFriendRecommendListInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetGachaCeilingCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetGachaCeilingScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetGachaInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetHeroBasicTypeInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetJukeboxDataCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetJukeboxDataScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetMailScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetMissionStatusCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetMissionStatusScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetNpcTakenRewardCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetNpcTakenRewardScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetPhoneDataCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetPhoneDataScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetPlayerBoardDataScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetPlayerDetailInfoCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetPlayerDetailInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetPrivateChatHistoryCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetPrivateChatHistoryScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetQuestDataCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetQuestDataScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetRogueHandbookDataScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetRogueInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetRogueScoreRewardInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetRogueTalentInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetSceneMapInfoCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetSceneMapInfoScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetShopListCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetShopListScRsp_proto protoreflect.FileDescriptor
View Source
var File_GetUnlockTeleportCsReq_proto protoreflect.FileDescriptor
View Source
var File_GetUnlockTeleportScRsp_proto protoreflect.FileDescriptor
View Source
var File_Goods_proto protoreflect.FileDescriptor
View Source
var File_GroupStateChangeCsReq_proto protoreflect.FileDescriptor
View Source
var File_GroupStateChangeScNotify_proto protoreflect.FileDescriptor
View Source
var File_GroupStateChangeScRsp_proto protoreflect.FileDescriptor
View Source
var File_GroupStateInfo_proto protoreflect.FileDescriptor
View Source
var File_HandleFriendCsReq_proto protoreflect.FileDescriptor
View Source
var File_HandleFriendScRsp_proto protoreflect.FileDescriptor
View Source
var File_HeadIcon_proto protoreflect.FileDescriptor
View Source
var File_HeroBasicTypeInfo_proto protoreflect.FileDescriptor
View Source
var File_HeroBasicType_proto protoreflect.FileDescriptor
View Source
var File_InteractPropCsReq_proto protoreflect.FileDescriptor
View Source
var File_InteractPropScRsp_proto protoreflect.FileDescriptor
View Source
var File_ItemCostList_proto protoreflect.FileDescriptor
View Source
var File_ItemCost_proto protoreflect.FileDescriptor
View Source
var File_ItemList_proto protoreflect.FileDescriptor
View Source
var File_JoinLineupCsReq_proto protoreflect.FileDescriptor
View Source
var File_LanguageType_proto protoreflect.FileDescriptor
View Source
var File_LeaveRogueScRsp_proto protoreflect.FileDescriptor
View Source
var File_LineupAvatar_proto protoreflect.FileDescriptor
View Source
var File_LineupInfo_proto protoreflect.FileDescriptor
View Source
var File_LineupSlotData_proto protoreflect.FileDescriptor
View Source
var File_LockEquipmentCsReq_proto protoreflect.FileDescriptor
View Source
var File_LockEquipmentScRsp_proto protoreflect.FileDescriptor
View Source
var File_LockRelicCsReq_proto protoreflect.FileDescriptor
View Source
var File_LockRelicScRsp_proto protoreflect.FileDescriptor
View Source
var File_MailType_proto protoreflect.FileDescriptor
View Source
var File_MapInfoChestType_proto protoreflect.FileDescriptor
View Source
var File_MarkReadMailCsReq_proto protoreflect.FileDescriptor
View Source
var File_MarkReadMailScRsp_proto protoreflect.FileDescriptor
View Source
var File_Material_proto protoreflect.FileDescriptor
View Source
var File_MazeChest_proto protoreflect.FileDescriptor
View Source
var File_MazeGroup_proto protoreflect.FileDescriptor
View Source
var File_MazeMapData_proto protoreflect.FileDescriptor
View Source
var File_MazeProp_proto protoreflect.FileDescriptor
View Source
var File_MissionStatus_proto protoreflect.FileDescriptor
View Source
var File_Mission_proto protoreflect.FileDescriptor
View Source
var File_MonsterArchive_proto protoreflect.FileDescriptor
View Source
var File_MotionInfo_proto protoreflect.FileDescriptor
View Source
var File_MsgType_proto protoreflect.FileDescriptor
View Source
var File_NewMailScNotify_proto protoreflect.FileDescriptor
View Source
var File_NpcExtraInfo_proto protoreflect.FileDescriptor
View Source
var File_NpcRogueInfo_proto protoreflect.FileDescriptor
View Source
var File_NpcTalkInfo_proto protoreflect.FileDescriptor
View Source
var File_PVEBattleResultCsReq_proto protoreflect.FileDescriptor
View Source
var File_PVEBattleResultScRsp_proto protoreflect.FileDescriptor
View Source
var File_PileItem_proto protoreflect.FileDescriptor
View Source
var File_PlatformType_proto protoreflect.FileDescriptor
View Source
var File_PlayBackGroundMusicCsReq_proto protoreflect.FileDescriptor
View Source
var File_PlayBackGroundMusicScRsp_proto protoreflect.FileDescriptor
View Source
var File_PlayerBasicInfo_proto protoreflect.FileDescriptor
View Source
var File_PlayerDetailInfo_proto protoreflect.FileDescriptor
View Source
var File_PlayerGetTokenCsReq_proto protoreflect.FileDescriptor
View Source
var File_PlayerGetTokenScRsp_proto protoreflect.FileDescriptor
View Source
var File_PlayerHeartbeatCsReq_proto protoreflect.FileDescriptor
View Source
var File_PlayerHeartbeatScRsp_proto protoreflect.FileDescriptor
View Source
var File_PlayerLoginScRsp_proto protoreflect.FileDescriptor
View Source
var File_PlayerSettingInfo_proto protoreflect.FileDescriptor
View Source
var File_PlayerSyncScNotify_proto protoreflect.FileDescriptor
View Source
var File_PromoteAvatarCsReq_proto protoreflect.FileDescriptor
View Source
var File_PromoteEquipmentCsReq_proto protoreflect.FileDescriptor
View Source
var File_PropExtraInfo_proto protoreflect.FileDescriptor
View Source
var File_PropRogueInfo_proto protoreflect.FileDescriptor
View Source
var File_QuestStatus_proto protoreflect.FileDescriptor
View Source
var File_Quest_proto protoreflect.FileDescriptor
View Source
var File_QuitLineupCsReq_proto protoreflect.FileDescriptor
View Source
var File_RankUpAvatarCsReq_proto protoreflect.FileDescriptor
View Source
var File_RankUpEquipmentCsReq_proto protoreflect.FileDescriptor
View Source
var File_ReEnterLastElementStageCsReq_proto protoreflect.FileDescriptor
View Source
var File_ReEnterLastElementStageScRsp_proto protoreflect.FileDescriptor
View Source
var File_RefreshTriggerByClientCsReq_proto protoreflect.FileDescriptor
View Source
var File_RefreshTriggerByClientScNotify_proto protoreflect.FileDescriptor
View Source
var File_RefreshTriggerByClientScRsp_proto protoreflect.FileDescriptor
View Source
var File_RegionEntry_proto protoreflect.FileDescriptor
View Source
var File_RelicAffix_proto protoreflect.FileDescriptor
View Source
var File_RelicArchive_proto protoreflect.FileDescriptor
View Source
var File_RelicParam_proto protoreflect.FileDescriptor
View Source
var File_Relic_proto protoreflect.FileDescriptor
View Source
var File_ReplaceLineupCsReq_proto protoreflect.FileDescriptor
View Source
var File_ReserveStaminaExchangeCsReq_proto protoreflect.FileDescriptor
View Source
var File_ReserveStaminaExchangeScRsp_proto protoreflect.FileDescriptor
View Source
var File_Retcode_proto protoreflect.FileDescriptor
View Source
var File_RevcMsgScNotify_proto protoreflect.FileDescriptor
View Source
var File_RogueAchivedMiracleInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueAeonInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueAreaStatus_proto protoreflect.FileDescriptor
View Source
var File_RogueArea_proto protoreflect.FileDescriptor
View Source
var File_RogueAvatarInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueBuffInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueBuffSelectInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueBuffSource_proto protoreflect.FileDescriptor
View Source
var File_RogueBuff_proto protoreflect.FileDescriptor
View Source
var File_RogueCommonBuffSelectSource_proto protoreflect.FileDescriptor
View Source
var File_RogueCurrentInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueFinishInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueHandbookData_proto protoreflect.FileDescriptor
View Source
var File_RogueInfoData_proto protoreflect.FileDescriptor
View Source
var File_RogueInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueMapInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueMiracleInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueMiracleSelectInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueMiracleSource_proto protoreflect.FileDescriptor
View Source
var File_RogueMiracle_proto protoreflect.FileDescriptor
View Source
var File_RogueRecordAvatar_proto protoreflect.FileDescriptor
View Source
var File_RogueRecordInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueRoomStatus_proto protoreflect.FileDescriptor
View Source
var File_RogueRoom_proto protoreflect.FileDescriptor
View Source
var File_RogueScoreRewardInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueSeasonInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueStatus_proto protoreflect.FileDescriptor
View Source
var File_RogueTalentInfo_proto protoreflect.FileDescriptor
View Source
var File_RogueTalentStatus_proto protoreflect.FileDescriptor
View Source
var File_RogueTalent_proto protoreflect.FileDescriptor
View Source
var File_RogueUnlockProgress_proto protoreflect.FileDescriptor
View Source
var File_RogueVirtualItemInfo_proto protoreflect.FileDescriptor
View Source
var File_RollRogueBuffScRsp_proto protoreflect.FileDescriptor
View Source
var File_SceneActorInfo_proto protoreflect.FileDescriptor
View Source
var File_SceneBattleInfo_proto protoreflect.FileDescriptor
View Source
var File_SceneCastSkillCsReq_proto protoreflect.FileDescriptor
View Source
var File_SceneCastSkillMpUpdateScNotify_proto protoreflect.FileDescriptor
View Source
var File_SceneCastSkillScRsp_proto protoreflect.FileDescriptor
View Source
var File_SceneCastSkill_proto protoreflect.FileDescriptor
View Source
var File_SceneEntityGroupInfo_proto protoreflect.FileDescriptor
View Source
var File_SceneEntityInfo_proto protoreflect.FileDescriptor
View Source
var File_SceneEntityMoveCsReq_proto protoreflect.FileDescriptor
View Source
var File_SceneEntityMoveScNotify_proto protoreflect.FileDescriptor
View Source
var File_SceneEntityRefreshInfo_proto protoreflect.FileDescriptor
View Source
var File_SceneGroupRefreshInfo_proto protoreflect.FileDescriptor
View Source
var File_SceneGroupRefreshScNotify_proto protoreflect.FileDescriptor
View Source
var File_SceneGroupState_proto protoreflect.FileDescriptor
View Source
var File_SceneInfo_proto protoreflect.FileDescriptor
View Source
var File_SceneMonsterWaveParam_proto protoreflect.FileDescriptor
View Source
var File_SceneMonsterWave_proto protoreflect.FileDescriptor
View Source
var File_SceneMonster_proto protoreflect.FileDescriptor
View Source
var File_SceneNpcInfo_proto protoreflect.FileDescriptor
View Source
var File_SceneNpcMonsterInfo_proto protoreflect.FileDescriptor
View Source
var File_ScenePlaneEventScNotify_proto protoreflect.FileDescriptor
View Source
var File_ScenePropInfo_proto protoreflect.FileDescriptor
View Source
var File_SceneSummonUnitInfo_proto protoreflect.FileDescriptor
View Source
var File_SearchPlayerCsReq_proto protoreflect.FileDescriptor
View Source
var File_SearchPlayerScRsp_proto protoreflect.FileDescriptor
View Source
var File_SelectChatBubbleCsReq_proto protoreflect.FileDescriptor
View Source
var File_SelectChatBubbleScRsp_proto protoreflect.FileDescriptor
View Source
var File_SelectPhoneThemeCsReq_proto protoreflect.FileDescriptor
View Source
var File_SelectPhoneThemeScRsp_proto protoreflect.FileDescriptor
View Source
var File_SelectRogueBuffCsReq_proto protoreflect.FileDescriptor
View Source
var File_SelectRogueBuffScRsp_proto protoreflect.FileDescriptor
View Source
var File_SelectRogueDialogueEventCsReq_proto protoreflect.FileDescriptor
View Source
var File_SelectRogueDialogueEventScRsp_proto protoreflect.FileDescriptor
View Source
var File_SelectRogueMiracleCsReq_proto protoreflect.FileDescriptor
View Source
var File_SelectRogueMiracleScRsp_proto protoreflect.FileDescriptor
View Source
var File_SellItemCsReq_proto protoreflect.FileDescriptor
View Source
var File_SellItemScRsp_proto protoreflect.FileDescriptor
View Source
var File_SendMsgCsReq_proto protoreflect.FileDescriptor
View Source
var File_SetClientPausedCsReq_proto protoreflect.FileDescriptor
View Source
var File_SetClientPausedScRsp_proto protoreflect.FileDescriptor
View Source
var File_SetGameplayBirthdayCsReq_proto protoreflect.FileDescriptor
View Source
var File_SetGameplayBirthdayScRsp_proto protoreflect.FileDescriptor
View Source
var File_SetHeadIconCsReq_proto protoreflect.FileDescriptor
View Source
var File_SetHeadIconScRsp_proto protoreflect.FileDescriptor
View Source
var File_SetHeroBasicTypeCsReq_proto protoreflect.FileDescriptor
View Source
var File_SetHeroBasicTypeScRsp_proto protoreflect.FileDescriptor
View Source
var File_SetLineupNameCsReq_proto protoreflect.FileDescriptor
View Source
var File_SetLineupNameScRsp_proto protoreflect.FileDescriptor
View Source
var File_SetNicknameCsReq_proto protoreflect.FileDescriptor
View Source
var File_SetSignatureCsReq_proto protoreflect.FileDescriptor
View Source
var File_SetSignatureScRsp_proto protoreflect.FileDescriptor
View Source
var File_SimpleAvatarInfo_proto protoreflect.FileDescriptor
View Source
var File_SimpleInfo_proto protoreflect.FileDescriptor
View Source
var File_SpBarInfo_proto protoreflect.FileDescriptor
View Source
var File_StaminaInfoScNotify_proto protoreflect.FileDescriptor
View Source
var File_StartChallengeCsReq_proto protoreflect.FileDescriptor
View Source
var File_StartChallengeScRsp_proto protoreflect.FileDescriptor
View Source
var File_StartCocoonStageCsReq_proto protoreflect.FileDescriptor
View Source
var File_StartCocoonStageScRsp_proto protoreflect.FileDescriptor
View Source
var File_StartRogueCsReq_proto protoreflect.FileDescriptor
View Source
var File_StartRogueScRsp_proto protoreflect.FileDescriptor
View Source
var File_SwapLineupCsReq_proto protoreflect.FileDescriptor
View Source
var File_SwitchLineupIndexCsReq_proto protoreflect.FileDescriptor
View Source
var File_SwitchLineupIndexScRsp_proto protoreflect.FileDescriptor
View Source
var File_SyncApplyFriendScNotify_proto protoreflect.FileDescriptor
View Source
var File_SyncClientResVersionCsReq_proto protoreflect.FileDescriptor
View Source
var File_SyncClientResVersionScRsp_proto protoreflect.FileDescriptor
View Source
var File_SyncDeleteFriendScNotify_proto protoreflect.FileDescriptor
View Source
var File_SyncEntityBuffChangeListScNotify_proto protoreflect.FileDescriptor
View Source
var File_SyncHandleFriendScNotify_proto protoreflect.FileDescriptor
View Source
var File_SyncLineupNotify_proto protoreflect.FileDescriptor
View Source
var File_SyncReason_proto protoreflect.FileDescriptor
View Source
var File_SyncRogueBuffSelectInfoScNotify_proto protoreflect.FileDescriptor
View Source
var File_SyncRogueFinishScNotify_proto protoreflect.FileDescriptor
View Source
var File_SyncRogueMapRoomScNotify_proto protoreflect.FileDescriptor
View Source
var File_SyncRogueMiracleSelectInfoScNotify_proto protoreflect.FileDescriptor
View Source
var File_SyncRogueVirtualItemInfoScNotify_proto protoreflect.FileDescriptor
View Source
var File_TakeChallengeRewardCsReq_proto protoreflect.FileDescriptor
View Source
var File_TakeChallengeRewardScRsp_proto protoreflect.FileDescriptor
View Source
var File_TakeMailAttachmentCsReq_proto protoreflect.FileDescriptor
View Source
var File_TakeMailAttachmentScRsp_proto protoreflect.FileDescriptor
View Source
var File_TakeOffEquipmentCsReq_proto protoreflect.FileDescriptor
View Source
var File_TakeOffRelicCsReq_proto protoreflect.FileDescriptor
View Source
var File_TakePromotionRewardCsReq_proto protoreflect.FileDescriptor
View Source
var File_TakePromotionRewardScRsp_proto protoreflect.FileDescriptor
View Source
var File_TextJoinInfo_proto protoreflect.FileDescriptor
View Source
var File_TextJoinQueryCsReq_proto protoreflect.FileDescriptor
View Source
var File_TextJoinQueryScRsp_proto protoreflect.FileDescriptor
View Source
var File_UnlockBackGroundMusicCsReq_proto protoreflect.FileDescriptor
View Source
var File_UnlockBackGroundMusicScRsp_proto protoreflect.FileDescriptor
View Source
var File_UnlockChatBubbleScNotify_proto protoreflect.FileDescriptor
View Source
var File_UnlockPhoneThemeScNotify_proto protoreflect.FileDescriptor
View Source
var File_UnlockSkilltreeCsReq_proto protoreflect.FileDescriptor
View Source
var File_UnlockSkilltreeScRsp_proto protoreflect.FileDescriptor
View Source
var File_UnlockedMusic_proto protoreflect.FileDescriptor
View Source
var File_UseItemCsReq_proto protoreflect.FileDescriptor
View Source
var File_UseItemScRsp_proto protoreflect.FileDescriptor
View Source
var File_Vector_proto protoreflect.FileDescriptor

Functions ¶

This section is empty.

Types ¶

type ActivateFarmElementCsReq ¶

type ActivateFarmElementCsReq struct {
	EntityId   uint32 `protobuf:"varint,6,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	WorldLevel uint32 `protobuf:"varint,4,opt,name=world_level,json=worldLevel,proto3" json:"world_level,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivateFarmElementCsReq) Descriptor deprecated

func (*ActivateFarmElementCsReq) Descriptor() ([]byte, []int)

Deprecated: Use ActivateFarmElementCsReq.ProtoReflect.Descriptor instead.

func (*ActivateFarmElementCsReq) GetEntityId ¶

func (x *ActivateFarmElementCsReq) GetEntityId() uint32

func (*ActivateFarmElementCsReq) GetWorldLevel ¶

func (x *ActivateFarmElementCsReq) GetWorldLevel() uint32

func (*ActivateFarmElementCsReq) ProtoMessage ¶

func (*ActivateFarmElementCsReq) ProtoMessage()

func (*ActivateFarmElementCsReq) ProtoReflect ¶

func (x *ActivateFarmElementCsReq) ProtoReflect() protoreflect.Message

func (*ActivateFarmElementCsReq) Reset ¶

func (x *ActivateFarmElementCsReq) Reset()

func (*ActivateFarmElementCsReq) String ¶

func (x *ActivateFarmElementCsReq) String() string

type ActivateFarmElementScRsp ¶

type ActivateFarmElementScRsp struct {
	WorldLevel uint32 `protobuf:"varint,13,opt,name=world_level,json=worldLevel,proto3" json:"world_level,omitempty"`
	EntityId   uint32 `protobuf:"varint,6,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	Retcode    uint32 `protobuf:"varint,15,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivateFarmElementScRsp) Descriptor deprecated

func (*ActivateFarmElementScRsp) Descriptor() ([]byte, []int)

Deprecated: Use ActivateFarmElementScRsp.ProtoReflect.Descriptor instead.

func (*ActivateFarmElementScRsp) GetEntityId ¶

func (x *ActivateFarmElementScRsp) GetEntityId() uint32

func (*ActivateFarmElementScRsp) GetRetcode ¶

func (x *ActivateFarmElementScRsp) GetRetcode() uint32

func (*ActivateFarmElementScRsp) GetWorldLevel ¶

func (x *ActivateFarmElementScRsp) GetWorldLevel() uint32

func (*ActivateFarmElementScRsp) ProtoMessage ¶

func (*ActivateFarmElementScRsp) ProtoMessage()

func (*ActivateFarmElementScRsp) ProtoReflect ¶

func (x *ActivateFarmElementScRsp) ProtoReflect() protoreflect.Message

func (*ActivateFarmElementScRsp) Reset ¶

func (x *ActivateFarmElementScRsp) Reset()

func (*ActivateFarmElementScRsp) String ¶

func (x *ActivateFarmElementScRsp) String() string

type ActivityScheduleInfo ¶

type ActivityScheduleInfo struct {
	ActivityId uint32 `protobuf:"varint,1,opt,name=activity_id,json=activityId,proto3" json:"activity_id,omitempty"`
	EndTime    int64  `protobuf:"varint,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	ModuleId   uint32 `protobuf:"varint,5,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
	BeginTime  int64  `protobuf:"varint,8,opt,name=begin_time,json=beginTime,proto3" json:"begin_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ActivityScheduleInfo) Descriptor deprecated

func (*ActivityScheduleInfo) Descriptor() ([]byte, []int)

Deprecated: Use ActivityScheduleInfo.ProtoReflect.Descriptor instead.

func (*ActivityScheduleInfo) GetActivityId ¶

func (x *ActivityScheduleInfo) GetActivityId() uint32

func (*ActivityScheduleInfo) GetBeginTime ¶

func (x *ActivityScheduleInfo) GetBeginTime() int64

func (*ActivityScheduleInfo) GetEndTime ¶

func (x *ActivityScheduleInfo) GetEndTime() int64

func (*ActivityScheduleInfo) GetModuleId ¶

func (x *ActivityScheduleInfo) GetModuleId() uint32

func (*ActivityScheduleInfo) ProtoMessage ¶

func (*ActivityScheduleInfo) ProtoMessage()

func (*ActivityScheduleInfo) ProtoReflect ¶

func (x *ActivityScheduleInfo) ProtoReflect() protoreflect.Message

func (*ActivityScheduleInfo) Reset ¶

func (x *ActivityScheduleInfo) Reset()

func (*ActivityScheduleInfo) String ¶

func (x *ActivityScheduleInfo) String() string

type AddRogueBuffScNotify ¶

type AddRogueBuffScNotify struct {
	Source       RogueBuffSource `protobuf:"varint,4,opt,name=source,proto3,enum=proto.RogueBuffSource" json:"source,omitempty"`
	MazeBuffInfo *RogueBuff      `protobuf:"bytes,1,opt,name=maze_buff_info,json=mazeBuffInfo,proto3" json:"maze_buff_info,omitempty"`
	// contains filtered or unexported fields
}

func (*AddRogueBuffScNotify) Descriptor deprecated

func (*AddRogueBuffScNotify) Descriptor() ([]byte, []int)

Deprecated: Use AddRogueBuffScNotify.ProtoReflect.Descriptor instead.

func (*AddRogueBuffScNotify) GetMazeBuffInfo ¶

func (x *AddRogueBuffScNotify) GetMazeBuffInfo() *RogueBuff

func (*AddRogueBuffScNotify) GetSource ¶

func (x *AddRogueBuffScNotify) GetSource() RogueBuffSource

func (*AddRogueBuffScNotify) ProtoMessage ¶

func (*AddRogueBuffScNotify) ProtoMessage()

func (*AddRogueBuffScNotify) ProtoReflect ¶

func (x *AddRogueBuffScNotify) ProtoReflect() protoreflect.Message

func (*AddRogueBuffScNotify) Reset ¶

func (x *AddRogueBuffScNotify) Reset()

func (*AddRogueBuffScNotify) String ¶

func (x *AddRogueBuffScNotify) String() string

type AddRogueMiracleScNotify ¶

type AddRogueMiracleScNotify struct {
	Source       RogueMiracleSource `protobuf:"varint,15,opt,name=source,proto3,enum=proto.RogueMiracleSource" json:"source,omitempty"`
	RogueMiracle *RogueMiracle      `protobuf:"bytes,4,opt,name=rogue_miracle,json=rogueMiracle,proto3" json:"rogue_miracle,omitempty"`
	// contains filtered or unexported fields
}

func (*AddRogueMiracleScNotify) Descriptor deprecated

func (*AddRogueMiracleScNotify) Descriptor() ([]byte, []int)

Deprecated: Use AddRogueMiracleScNotify.ProtoReflect.Descriptor instead.

func (*AddRogueMiracleScNotify) GetRogueMiracle ¶

func (x *AddRogueMiracleScNotify) GetRogueMiracle() *RogueMiracle

func (*AddRogueMiracleScNotify) GetSource ¶

func (*AddRogueMiracleScNotify) ProtoMessage ¶

func (*AddRogueMiracleScNotify) ProtoMessage()

func (*AddRogueMiracleScNotify) ProtoReflect ¶

func (x *AddRogueMiracleScNotify) ProtoReflect() protoreflect.Message

func (*AddRogueMiracleScNotify) Reset ¶

func (x *AddRogueMiracleScNotify) Reset()

func (*AddRogueMiracleScNotify) String ¶

func (x *AddRogueMiracleScNotify) String() string

type ApplyFriendCsReq ¶

type ApplyFriendCsReq struct {
	Uid    uint32            `protobuf:"varint,11,opt,name=uid,proto3" json:"uid,omitempty"`
	Source FriendApplySource `protobuf:"varint,12,opt,name=source,proto3,enum=proto.FriendApplySource" json:"source,omitempty"`
	// contains filtered or unexported fields
}

func (*ApplyFriendCsReq) Descriptor deprecated

func (*ApplyFriendCsReq) Descriptor() ([]byte, []int)

Deprecated: Use ApplyFriendCsReq.ProtoReflect.Descriptor instead.

func (*ApplyFriendCsReq) GetSource ¶

func (x *ApplyFriendCsReq) GetSource() FriendApplySource

func (*ApplyFriendCsReq) GetUid ¶

func (x *ApplyFriendCsReq) GetUid() uint32

func (*ApplyFriendCsReq) ProtoMessage ¶

func (*ApplyFriendCsReq) ProtoMessage()

func (*ApplyFriendCsReq) ProtoReflect ¶

func (x *ApplyFriendCsReq) ProtoReflect() protoreflect.Message

func (*ApplyFriendCsReq) Reset ¶

func (x *ApplyFriendCsReq) Reset()

func (*ApplyFriendCsReq) String ¶

func (x *ApplyFriendCsReq) String() string

type ArchiveData ¶

type ArchiveData struct {
	ArchiveAvatarIdList    []uint32          `` /* 130-byte string literal not displayed */
	ArchiveEquipmentIdList []uint32          `` /* 140-byte string literal not displayed */
	ArchiveMonsterIdList   []*MonsterArchive `` /* 126-byte string literal not displayed */
	RelicList              []*RelicArchive   `protobuf:"bytes,3,rep,name=relic_list,json=relicList,proto3" json:"relic_list,omitempty"`
	// contains filtered or unexported fields
}

func (*ArchiveData) Descriptor deprecated

func (*ArchiveData) Descriptor() ([]byte, []int)

Deprecated: Use ArchiveData.ProtoReflect.Descriptor instead.

func (*ArchiveData) GetArchiveAvatarIdList ¶

func (x *ArchiveData) GetArchiveAvatarIdList() []uint32

func (*ArchiveData) GetArchiveEquipmentIdList ¶

func (x *ArchiveData) GetArchiveEquipmentIdList() []uint32

func (*ArchiveData) GetArchiveMonsterIdList ¶

func (x *ArchiveData) GetArchiveMonsterIdList() []*MonsterArchive

func (*ArchiveData) GetRelicList ¶

func (x *ArchiveData) GetRelicList() []*RelicArchive

func (*ArchiveData) ProtoMessage ¶

func (*ArchiveData) ProtoMessage()

func (*ArchiveData) ProtoReflect ¶

func (x *ArchiveData) ProtoReflect() protoreflect.Message

func (*ArchiveData) Reset ¶

func (x *ArchiveData) Reset()

func (*ArchiveData) String ¶

func (x *ArchiveData) String() string

type Avatar ¶

type Avatar struct {
	SkilltreeList     []*AvatarSkillTree `protobuf:"bytes,4,rep,name=skilltree_list,json=skilltreeList,proto3" json:"skilltree_list,omitempty"`
	Exp               uint32             `protobuf:"varint,11,opt,name=exp,proto3" json:"exp,omitempty"`
	BaseAvatarId      uint32             `protobuf:"varint,5,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	Rank              uint32             `protobuf:"varint,7,opt,name=rank,proto3" json:"rank,omitempty"`
	DressedSkinId     uint32             `protobuf:"varint,1,opt,name=dressed_skin_id,json=dressedSkinId,proto3" json:"dressed_skin_id,omitempty"`
	EquipmentUniqueId uint32             `protobuf:"varint,12,opt,name=equipment_unique_id,json=equipmentUniqueId,proto3" json:"equipment_unique_id,omitempty"`
	EquipRelicList    []*EquipRelic      `protobuf:"bytes,8,rep,name=equip_relic_list,json=equipRelicList,proto3" json:"equip_relic_list,omitempty"`
	TakenRewards      []uint32           `protobuf:"varint,13,rep,packed,name=taken_rewards,json=takenRewards,proto3" json:"taken_rewards,omitempty"`
	FirstMetTimestamp uint64             `protobuf:"varint,15,opt,name=first_met_timestamp,json=firstMetTimestamp,proto3" json:"first_met_timestamp,omitempty"`
	Promotion         uint32             `protobuf:"varint,3,opt,name=promotion,proto3" json:"promotion,omitempty"`
	Level             uint32             `protobuf:"varint,9,opt,name=level,proto3" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*Avatar) Descriptor deprecated

func (*Avatar) Descriptor() ([]byte, []int)

Deprecated: Use Avatar.ProtoReflect.Descriptor instead.

func (*Avatar) GetBaseAvatarId ¶

func (x *Avatar) GetBaseAvatarId() uint32

func (*Avatar) GetDressedSkinId ¶

func (x *Avatar) GetDressedSkinId() uint32

func (*Avatar) GetEquipRelicList ¶

func (x *Avatar) GetEquipRelicList() []*EquipRelic

func (*Avatar) GetEquipmentUniqueId ¶

func (x *Avatar) GetEquipmentUniqueId() uint32

func (*Avatar) GetExp ¶

func (x *Avatar) GetExp() uint32

func (*Avatar) GetFirstMetTimestamp ¶

func (x *Avatar) GetFirstMetTimestamp() uint64

func (*Avatar) GetLevel ¶

func (x *Avatar) GetLevel() uint32

func (*Avatar) GetPromotion ¶

func (x *Avatar) GetPromotion() uint32

func (*Avatar) GetRank ¶

func (x *Avatar) GetRank() uint32

func (*Avatar) GetSkilltreeList ¶

func (x *Avatar) GetSkilltreeList() []*AvatarSkillTree

func (*Avatar) GetTakenRewards ¶

func (x *Avatar) GetTakenRewards() []uint32

func (*Avatar) ProtoMessage ¶

func (*Avatar) ProtoMessage()

func (*Avatar) ProtoReflect ¶

func (x *Avatar) ProtoReflect() protoreflect.Message

func (*Avatar) Reset ¶

func (x *Avatar) Reset()

func (*Avatar) String ¶

func (x *Avatar) String() string

type AvatarBattleInfo ¶

type AvatarBattleInfo struct {
	AvatarType      AvatarType      `protobuf:"varint,1,opt,name=avatar_type,json=avatarType,proto3,enum=proto.AvatarType" json:"avatar_type,omitempty"`
	Id              uint32          `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	AvatarLevel     uint32          `protobuf:"varint,3,opt,name=avatar_level,json=avatarLevel,proto3" json:"avatar_level,omitempty"`
	AvatarRank      uint32          `protobuf:"varint,4,opt,name=avatar_rank,json=avatarRank,proto3" json:"avatar_rank,omitempty"`
	AvatarPromotion uint32          `protobuf:"varint,5,opt,name=avatar_promotion,json=avatarPromotion,proto3" json:"avatar_promotion,omitempty"`
	AvatarStatus    *AvatarProperty `protobuf:"bytes,6,opt,name=avatar_status,json=avatarStatus,proto3" json:"avatar_status,omitempty"`
	// contains filtered or unexported fields
}

func (*AvatarBattleInfo) Descriptor deprecated

func (*AvatarBattleInfo) Descriptor() ([]byte, []int)

Deprecated: Use AvatarBattleInfo.ProtoReflect.Descriptor instead.

func (*AvatarBattleInfo) GetAvatarLevel ¶

func (x *AvatarBattleInfo) GetAvatarLevel() uint32

func (*AvatarBattleInfo) GetAvatarPromotion ¶

func (x *AvatarBattleInfo) GetAvatarPromotion() uint32

func (*AvatarBattleInfo) GetAvatarRank ¶

func (x *AvatarBattleInfo) GetAvatarRank() uint32

func (*AvatarBattleInfo) GetAvatarStatus ¶

func (x *AvatarBattleInfo) GetAvatarStatus() *AvatarProperty

func (*AvatarBattleInfo) GetAvatarType ¶

func (x *AvatarBattleInfo) GetAvatarType() AvatarType

func (*AvatarBattleInfo) GetId ¶

func (x *AvatarBattleInfo) GetId() uint32

func (*AvatarBattleInfo) ProtoMessage ¶

func (*AvatarBattleInfo) ProtoMessage()

func (*AvatarBattleInfo) ProtoReflect ¶

func (x *AvatarBattleInfo) ProtoReflect() protoreflect.Message

func (*AvatarBattleInfo) Reset ¶

func (x *AvatarBattleInfo) Reset()

func (*AvatarBattleInfo) String ¶

func (x *AvatarBattleInfo) String() string

type AvatarExpUpCsReq ¶

type AvatarExpUpCsReq struct {
	ItemCostList *ItemCostList `protobuf:"bytes,7,opt,name=item_cost_list,json=itemCostList,proto3" json:"item_cost_list,omitempty"`
	BaseAvatarId uint32        `protobuf:"varint,8,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AvatarExpUpCsReq) Descriptor deprecated

func (*AvatarExpUpCsReq) Descriptor() ([]byte, []int)

Deprecated: Use AvatarExpUpCsReq.ProtoReflect.Descriptor instead.

func (*AvatarExpUpCsReq) GetBaseAvatarId ¶

func (x *AvatarExpUpCsReq) GetBaseAvatarId() uint32

func (*AvatarExpUpCsReq) GetItemCostList ¶

func (x *AvatarExpUpCsReq) GetItemCostList() *ItemCostList

func (*AvatarExpUpCsReq) ProtoMessage ¶

func (*AvatarExpUpCsReq) ProtoMessage()

func (*AvatarExpUpCsReq) ProtoReflect ¶

func (x *AvatarExpUpCsReq) ProtoReflect() protoreflect.Message

func (*AvatarExpUpCsReq) Reset ¶

func (x *AvatarExpUpCsReq) Reset()

func (*AvatarExpUpCsReq) String ¶

func (x *AvatarExpUpCsReq) String() string

type AvatarExpUpScRsp ¶

type AvatarExpUpScRsp struct {
	Retcode        uint32      `protobuf:"varint,12,opt,name=retcode,proto3" json:"retcode,omitempty"`
	ReturnItemList []*PileItem `protobuf:"bytes,4,rep,name=return_item_list,json=returnItemList,proto3" json:"return_item_list,omitempty"`
	// contains filtered or unexported fields
}

func (*AvatarExpUpScRsp) Descriptor deprecated

func (*AvatarExpUpScRsp) Descriptor() ([]byte, []int)

Deprecated: Use AvatarExpUpScRsp.ProtoReflect.Descriptor instead.

func (*AvatarExpUpScRsp) GetRetcode ¶

func (x *AvatarExpUpScRsp) GetRetcode() uint32

func (*AvatarExpUpScRsp) GetReturnItemList ¶

func (x *AvatarExpUpScRsp) GetReturnItemList() []*PileItem

func (*AvatarExpUpScRsp) ProtoMessage ¶

func (*AvatarExpUpScRsp) ProtoMessage()

func (*AvatarExpUpScRsp) ProtoReflect ¶

func (x *AvatarExpUpScRsp) ProtoReflect() protoreflect.Message

func (*AvatarExpUpScRsp) Reset ¶

func (x *AvatarExpUpScRsp) Reset()

func (*AvatarExpUpScRsp) String ¶

func (x *AvatarExpUpScRsp) String() string

type AvatarProperty ¶

type AvatarProperty struct {
	MaxHp   float64 `protobuf:"fixed64,1,opt,name=max_hp,json=maxHp,proto3" json:"max_hp,omitempty"`
	Attack  float64 `protobuf:"fixed64,2,opt,name=attack,proto3" json:"attack,omitempty"`
	Defence float64 `protobuf:"fixed64,3,opt,name=defence,proto3" json:"defence,omitempty"`
	Speed   float64 `protobuf:"fixed64,4,opt,name=speed,proto3" json:"speed,omitempty"`
	LeftHp  float64 `protobuf:"fixed64,5,opt,name=left_hp,json=leftHp,proto3" json:"left_hp,omitempty"`
	LeftSp  float64 `protobuf:"fixed64,6,opt,name=left_sp,json=leftSp,proto3" json:"left_sp,omitempty"`
	MaxSp   float64 `protobuf:"fixed64,7,opt,name=max_sp,json=maxSp,proto3" json:"max_sp,omitempty"`
	// contains filtered or unexported fields
}

func (*AvatarProperty) Descriptor deprecated

func (*AvatarProperty) Descriptor() ([]byte, []int)

Deprecated: Use AvatarProperty.ProtoReflect.Descriptor instead.

func (*AvatarProperty) GetAttack ¶

func (x *AvatarProperty) GetAttack() float64

func (*AvatarProperty) GetDefence ¶

func (x *AvatarProperty) GetDefence() float64

func (*AvatarProperty) GetLeftHp ¶

func (x *AvatarProperty) GetLeftHp() float64

func (*AvatarProperty) GetLeftSp ¶

func (x *AvatarProperty) GetLeftSp() float64

func (*AvatarProperty) GetMaxHp ¶

func (x *AvatarProperty) GetMaxHp() float64

func (*AvatarProperty) GetMaxSp ¶

func (x *AvatarProperty) GetMaxSp() float64

func (*AvatarProperty) GetSpeed ¶

func (x *AvatarProperty) GetSpeed() float64

func (*AvatarProperty) ProtoMessage ¶

func (*AvatarProperty) ProtoMessage()

func (*AvatarProperty) ProtoReflect ¶

func (x *AvatarProperty) ProtoReflect() protoreflect.Message

func (*AvatarProperty) Reset ¶

func (x *AvatarProperty) Reset()

func (*AvatarProperty) String ¶

func (x *AvatarProperty) String() string

type AvatarSkillTree ¶

type AvatarSkillTree struct {
	PointId uint32 `protobuf:"varint,1,opt,name=point_id,json=pointId,proto3" json:"point_id,omitempty"`
	Level   uint32 `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*AvatarSkillTree) Descriptor deprecated

func (*AvatarSkillTree) Descriptor() ([]byte, []int)

Deprecated: Use AvatarSkillTree.ProtoReflect.Descriptor instead.

func (*AvatarSkillTree) GetLevel ¶

func (x *AvatarSkillTree) GetLevel() uint32

func (*AvatarSkillTree) GetPointId ¶

func (x *AvatarSkillTree) GetPointId() uint32

func (*AvatarSkillTree) ProtoMessage ¶

func (*AvatarSkillTree) ProtoMessage()

func (*AvatarSkillTree) ProtoReflect ¶

func (x *AvatarSkillTree) ProtoReflect() protoreflect.Message

func (*AvatarSkillTree) Reset ¶

func (x *AvatarSkillTree) Reset()

func (*AvatarSkillTree) String ¶

func (x *AvatarSkillTree) String() string

type AvatarSync ¶

type AvatarSync struct {
	AvatarList []*Avatar `protobuf:"bytes,1,rep,name=avatar_list,json=avatarList,proto3" json:"avatar_list,omitempty"`
	// contains filtered or unexported fields
}

func (*AvatarSync) Descriptor deprecated

func (*AvatarSync) Descriptor() ([]byte, []int)

Deprecated: Use AvatarSync.ProtoReflect.Descriptor instead.

func (*AvatarSync) GetAvatarList ¶

func (x *AvatarSync) GetAvatarList() []*Avatar

func (*AvatarSync) ProtoMessage ¶

func (*AvatarSync) ProtoMessage()

func (*AvatarSync) ProtoReflect ¶

func (x *AvatarSync) ProtoReflect() protoreflect.Message

func (*AvatarSync) Reset ¶

func (x *AvatarSync) Reset()

func (*AvatarSync) String ¶

func (x *AvatarSync) String() string

type AvatarType ¶

type AvatarType int32
const (
	AvatarType_AVATAR_TYPE_NONE   AvatarType = 0
	AvatarType_AVATAR_TRIAL_TYPE  AvatarType = 1
	AvatarType_AVATAR_LIMIT_TYPE  AvatarType = 2
	AvatarType_AVATAR_FORMAL_TYPE AvatarType = 3
	AvatarType_AVATAR_ASSIST_TYPE AvatarType = 4
)

func (AvatarType) Descriptor ¶

func (AvatarType) Descriptor() protoreflect.EnumDescriptor

func (AvatarType) Enum ¶

func (x AvatarType) Enum() *AvatarType

func (AvatarType) EnumDescriptor deprecated

func (AvatarType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AvatarType.Descriptor instead.

func (AvatarType) Number ¶

func (x AvatarType) Number() protoreflect.EnumNumber

func (AvatarType) String ¶

func (x AvatarType) String() string

func (AvatarType) Type ¶

type BattleAvatar ¶

type BattleAvatar struct {
	AvatarType    AvatarType         `protobuf:"varint,1,opt,name=avatar_type,json=avatarType,proto3,enum=proto.AvatarType" json:"avatar_type,omitempty"`
	Id            uint32             `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"`
	Level         uint32             `protobuf:"varint,3,opt,name=level,proto3" json:"level,omitempty"`
	Rank          uint32             `protobuf:"varint,4,opt,name=rank,proto3" json:"rank,omitempty"`
	Index         uint32             `protobuf:"varint,5,opt,name=index,proto3" json:"index,omitempty"`
	SkilltreeList []*AvatarSkillTree `protobuf:"bytes,6,rep,name=skilltree_list,json=skilltreeList,proto3" json:"skilltree_list,omitempty"`
	EquipmentList []*BattleEquipment `protobuf:"bytes,7,rep,name=equipment_list,json=equipmentList,proto3" json:"equipment_list,omitempty"`
	Hp            uint32             `protobuf:"varint,8,opt,name=hp,proto3" json:"hp,omitempty"`
	Promotion     uint32             `protobuf:"varint,10,opt,name=promotion,proto3" json:"promotion,omitempty"`
	RelicList     []*BattleRelic     `protobuf:"bytes,11,rep,name=relic_list,json=relicList,proto3" json:"relic_list,omitempty"`
	WorldLevel    uint32             `protobuf:"varint,12,opt,name=world_level,json=worldLevel,proto3" json:"world_level,omitempty"`
	AssistUid     uint32             `protobuf:"varint,13,opt,name=assist_uid,json=assistUid,proto3" json:"assist_uid,omitempty"`
	SpBar         *SpBarInfo         `protobuf:"bytes,16,opt,name=sp_bar,json=spBar,proto3" json:"sp_bar,omitempty"`
	// contains filtered or unexported fields
}

func (*BattleAvatar) Descriptor deprecated

func (*BattleAvatar) Descriptor() ([]byte, []int)

Deprecated: Use BattleAvatar.ProtoReflect.Descriptor instead.

func (*BattleAvatar) GetAssistUid ¶

func (x *BattleAvatar) GetAssistUid() uint32

func (*BattleAvatar) GetAvatarType ¶

func (x *BattleAvatar) GetAvatarType() AvatarType

func (*BattleAvatar) GetEquipmentList ¶

func (x *BattleAvatar) GetEquipmentList() []*BattleEquipment

func (*BattleAvatar) GetHp ¶

func (x *BattleAvatar) GetHp() uint32

func (*BattleAvatar) GetId ¶

func (x *BattleAvatar) GetId() uint32

func (*BattleAvatar) GetIndex ¶

func (x *BattleAvatar) GetIndex() uint32

func (*BattleAvatar) GetLevel ¶

func (x *BattleAvatar) GetLevel() uint32

func (*BattleAvatar) GetPromotion ¶

func (x *BattleAvatar) GetPromotion() uint32

func (*BattleAvatar) GetRank ¶

func (x *BattleAvatar) GetRank() uint32

func (*BattleAvatar) GetRelicList ¶

func (x *BattleAvatar) GetRelicList() []*BattleRelic

func (*BattleAvatar) GetSkilltreeList ¶

func (x *BattleAvatar) GetSkilltreeList() []*AvatarSkillTree

func (*BattleAvatar) GetSpBar ¶

func (x *BattleAvatar) GetSpBar() *SpBarInfo

func (*BattleAvatar) GetWorldLevel ¶

func (x *BattleAvatar) GetWorldLevel() uint32

func (*BattleAvatar) ProtoMessage ¶

func (*BattleAvatar) ProtoMessage()

func (*BattleAvatar) ProtoReflect ¶

func (x *BattleAvatar) ProtoReflect() protoreflect.Message

func (*BattleAvatar) Reset ¶

func (x *BattleAvatar) Reset()

func (*BattleAvatar) String ¶

func (x *BattleAvatar) String() string

type BattleBuff ¶

type BattleBuff struct {
	Id              uint32             `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Level           uint32             `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`
	OwnerId         uint32             `protobuf:"varint,3,opt,name=owner_id,json=ownerId,proto3" json:"owner_id,omitempty"`
	WaveFlag        uint32             `protobuf:"varint,4,opt,name=wave_flag,json=waveFlag,proto3" json:"wave_flag,omitempty"`
	TargetIndexList []uint32           `protobuf:"varint,5,rep,packed,name=target_index_list,json=targetIndexList,proto3" json:"target_index_list,omitempty"`
	DynamicValues   map[string]float32 `` /* 190-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BattleBuff) Descriptor deprecated

func (*BattleBuff) Descriptor() ([]byte, []int)

Deprecated: Use BattleBuff.ProtoReflect.Descriptor instead.

func (*BattleBuff) GetDynamicValues ¶

func (x *BattleBuff) GetDynamicValues() map[string]float32

func (*BattleBuff) GetId ¶

func (x *BattleBuff) GetId() uint32

func (*BattleBuff) GetLevel ¶

func (x *BattleBuff) GetLevel() uint32

func (*BattleBuff) GetOwnerId ¶

func (x *BattleBuff) GetOwnerId() uint32

func (*BattleBuff) GetTargetIndexList ¶

func (x *BattleBuff) GetTargetIndexList() []uint32

func (*BattleBuff) GetWaveFlag ¶

func (x *BattleBuff) GetWaveFlag() uint32

func (*BattleBuff) ProtoMessage ¶

func (*BattleBuff) ProtoMessage()

func (*BattleBuff) ProtoReflect ¶

func (x *BattleBuff) ProtoReflect() protoreflect.Message

func (*BattleBuff) Reset ¶

func (x *BattleBuff) Reset()

func (*BattleBuff) String ¶

func (x *BattleBuff) String() string

type BattleEndStatus ¶

type BattleEndStatus int32
const (
	BattleEndStatus_BATTLE_END_NONE BattleEndStatus = 0
	BattleEndStatus_BATTLE_END_WIN  BattleEndStatus = 1
	BattleEndStatus_BATTLE_END_LOSE BattleEndStatus = 2
	BattleEndStatus_BATTLE_END_QUIT BattleEndStatus = 3
)

func (BattleEndStatus) Descriptor ¶

func (BattleEndStatus) Enum ¶

func (x BattleEndStatus) Enum() *BattleEndStatus

func (BattleEndStatus) EnumDescriptor deprecated

func (BattleEndStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use BattleEndStatus.Descriptor instead.

func (BattleEndStatus) Number ¶

func (BattleEndStatus) String ¶

func (x BattleEndStatus) String() string

func (BattleEndStatus) Type ¶

type BattleEquipment ¶

type BattleEquipment struct {
	Id        uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Level     uint32 `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`
	Promotion uint32 `protobuf:"varint,3,opt,name=promotion,proto3" json:"promotion,omitempty"`
	Rank      uint32 `protobuf:"varint,4,opt,name=rank,proto3" json:"rank,omitempty"`
	// contains filtered or unexported fields
}

func (*BattleEquipment) Descriptor deprecated

func (*BattleEquipment) Descriptor() ([]byte, []int)

Deprecated: Use BattleEquipment.ProtoReflect.Descriptor instead.

func (*BattleEquipment) GetId ¶

func (x *BattleEquipment) GetId() uint32

func (*BattleEquipment) GetLevel ¶

func (x *BattleEquipment) GetLevel() uint32

func (*BattleEquipment) GetPromotion ¶

func (x *BattleEquipment) GetPromotion() uint32

func (*BattleEquipment) GetRank ¶

func (x *BattleEquipment) GetRank() uint32

func (*BattleEquipment) ProtoMessage ¶

func (*BattleEquipment) ProtoMessage()

func (*BattleEquipment) ProtoReflect ¶

func (x *BattleEquipment) ProtoReflect() protoreflect.Message

func (*BattleEquipment) Reset ¶

func (x *BattleEquipment) Reset()

func (*BattleEquipment) String ¶

func (x *BattleEquipment) String() string

type BattleEventBattleInfo ¶

type BattleEventBattleInfo struct {
	BattleEventId uint32                 `protobuf:"varint,1,opt,name=battle_event_id,json=battleEventId,proto3" json:"battle_event_id,omitempty"`
	Status        *BattleEventInitedData `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*BattleEventBattleInfo) Descriptor deprecated

func (*BattleEventBattleInfo) Descriptor() ([]byte, []int)

Deprecated: Use BattleEventBattleInfo.ProtoReflect.Descriptor instead.

func (*BattleEventBattleInfo) GetBattleEventId ¶

func (x *BattleEventBattleInfo) GetBattleEventId() uint32

func (*BattleEventBattleInfo) GetStatus ¶

func (*BattleEventBattleInfo) ProtoMessage ¶

func (*BattleEventBattleInfo) ProtoMessage()

func (*BattleEventBattleInfo) ProtoReflect ¶

func (x *BattleEventBattleInfo) ProtoReflect() protoreflect.Message

func (*BattleEventBattleInfo) Reset ¶

func (x *BattleEventBattleInfo) Reset()

func (*BattleEventBattleInfo) String ¶

func (x *BattleEventBattleInfo) String() string

type BattleEventInitedData ¶

type BattleEventInitedData struct {
	SpBar *SpBarInfo `protobuf:"bytes,2,opt,name=sp_bar,json=spBar,proto3" json:"sp_bar,omitempty"`
	// contains filtered or unexported fields
}

func (*BattleEventInitedData) Descriptor deprecated

func (*BattleEventInitedData) Descriptor() ([]byte, []int)

Deprecated: Use BattleEventInitedData.ProtoReflect.Descriptor instead.

func (*BattleEventInitedData) GetSpBar ¶

func (x *BattleEventInitedData) GetSpBar() *SpBarInfo

func (*BattleEventInitedData) ProtoMessage ¶

func (*BattleEventInitedData) ProtoMessage()

func (*BattleEventInitedData) ProtoReflect ¶

func (x *BattleEventInitedData) ProtoReflect() protoreflect.Message

func (*BattleEventInitedData) Reset ¶

func (x *BattleEventInitedData) Reset()

func (*BattleEventInitedData) String ¶

func (x *BattleEventInitedData) String() string

type BattleOp ¶

type BattleOp struct {
	TurnCounter      uint32 `protobuf:"varint,1,opt,name=turn_counter,json=turnCounter,proto3" json:"turn_counter,omitempty"`
	State            uint32 `protobuf:"varint,2,opt,name=state,proto3" json:"state,omitempty"`
	ActionEntityId   uint32 `protobuf:"varint,3,opt,name=action_entity_id,json=actionEntityId,proto3" json:"action_entity_id,omitempty"`
	TargetEntityId   uint32 `protobuf:"varint,4,opt,name=target_entity_id,json=targetEntityId,proto3" json:"target_entity_id,omitempty"`
	OpType           uint32 `protobuf:"varint,5,opt,name=op_type,json=opType,proto3" json:"op_type,omitempty"`
	SkillIndex       uint32 `protobuf:"varint,6,opt,name=skill_index,json=skillIndex,proto3" json:"skill_index,omitempty"`
	OperationCounter uint32 `protobuf:"varint,7,opt,name=operation_counter,json=operationCounter,proto3" json:"operation_counter,omitempty"`
	// contains filtered or unexported fields
}

func (*BattleOp) Descriptor deprecated

func (*BattleOp) Descriptor() ([]byte, []int)

Deprecated: Use BattleOp.ProtoReflect.Descriptor instead.

func (*BattleOp) GetActionEntityId ¶

func (x *BattleOp) GetActionEntityId() uint32

func (*BattleOp) GetOpType ¶

func (x *BattleOp) GetOpType() uint32

func (*BattleOp) GetOperationCounter ¶

func (x *BattleOp) GetOperationCounter() uint32

func (*BattleOp) GetSkillIndex ¶

func (x *BattleOp) GetSkillIndex() uint32

func (*BattleOp) GetState ¶

func (x *BattleOp) GetState() uint32

func (*BattleOp) GetTargetEntityId ¶

func (x *BattleOp) GetTargetEntityId() uint32

func (*BattleOp) GetTurnCounter ¶

func (x *BattleOp) GetTurnCounter() uint32

func (*BattleOp) ProtoMessage ¶

func (*BattleOp) ProtoMessage()

func (*BattleOp) ProtoReflect ¶

func (x *BattleOp) ProtoReflect() protoreflect.Message

func (*BattleOp) Reset ¶

func (x *BattleOp) Reset()

func (*BattleOp) String ¶

func (x *BattleOp) String() string

type BattlePassInfoNotify ¶

type BattlePassInfoNotify struct {
	CurWeekAddExpSum           uint32                          `protobuf:"varint,15,opt,name=cur_week_add_exp_sum,json=curWeekAddExpSum,proto3" json:"cur_week_add_exp_sum,omitempty"`
	Unkfield                   uint64                          `protobuf:"varint,6,opt,name=unkfield,proto3" json:"unkfield,omitempty"`
	TakenPremiumReward2        uint64                          `protobuf:"varint,8,opt,name=taken_premium_reward2,json=takenPremiumReward2,proto3" json:"taken_premium_reward2,omitempty"`
	TakenFreeReward            uint64                          `protobuf:"varint,9,opt,name=taken_free_reward,json=takenFreeReward,proto3" json:"taken_free_reward,omitempty"`
	Exp                        uint32                          `protobuf:"varint,4,opt,name=exp,proto3" json:"exp,omitempty"`
	TakenPremiumOptionalReward uint64                          `` /* 145-byte string literal not displayed */
	BpTierType                 BattlePassInfoNotify_BpTierType `` /* 137-byte string literal not displayed */
	CurBpId                    uint32                          `protobuf:"varint,14,opt,name=cur_bp_id,json=curBpId,proto3" json:"cur_bp_id,omitempty"`
	TakenFreeExtendedReward    uint64                          `` /* 135-byte string literal not displayed */
	Level                      uint32                          `protobuf:"varint,7,opt,name=level,proto3" json:"level,omitempty"`
	TakenPremiumExtendedReward uint64                          `` /* 144-byte string literal not displayed */
	TakenPremiumReward1        uint64                          `protobuf:"varint,10,opt,name=taken_premium_reward1,json=takenPremiumReward1,proto3" json:"taken_premium_reward1,omitempty"`
	// contains filtered or unexported fields
}

func (*BattlePassInfoNotify) Descriptor deprecated

func (*BattlePassInfoNotify) Descriptor() ([]byte, []int)

Deprecated: Use BattlePassInfoNotify.ProtoReflect.Descriptor instead.

func (*BattlePassInfoNotify) GetBpTierType ¶

func (*BattlePassInfoNotify) GetCurBpId ¶

func (x *BattlePassInfoNotify) GetCurBpId() uint32

func (*BattlePassInfoNotify) GetCurWeekAddExpSum ¶

func (x *BattlePassInfoNotify) GetCurWeekAddExpSum() uint32

func (*BattlePassInfoNotify) GetExp ¶

func (x *BattlePassInfoNotify) GetExp() uint32

func (*BattlePassInfoNotify) GetLevel ¶

func (x *BattlePassInfoNotify) GetLevel() uint32

func (*BattlePassInfoNotify) GetTakenFreeExtendedReward ¶

func (x *BattlePassInfoNotify) GetTakenFreeExtendedReward() uint64

func (*BattlePassInfoNotify) GetTakenFreeReward ¶

func (x *BattlePassInfoNotify) GetTakenFreeReward() uint64

func (*BattlePassInfoNotify) GetTakenPremiumExtendedReward ¶

func (x *BattlePassInfoNotify) GetTakenPremiumExtendedReward() uint64

func (*BattlePassInfoNotify) GetTakenPremiumOptionalReward ¶

func (x *BattlePassInfoNotify) GetTakenPremiumOptionalReward() uint64

func (*BattlePassInfoNotify) GetTakenPremiumReward1 ¶

func (x *BattlePassInfoNotify) GetTakenPremiumReward1() uint64

func (*BattlePassInfoNotify) GetTakenPremiumReward2 ¶

func (x *BattlePassInfoNotify) GetTakenPremiumReward2() uint64

func (*BattlePassInfoNotify) GetUnkfield ¶

func (x *BattlePassInfoNotify) GetUnkfield() uint64

func (*BattlePassInfoNotify) ProtoMessage ¶

func (*BattlePassInfoNotify) ProtoMessage()

func (*BattlePassInfoNotify) ProtoReflect ¶

func (x *BattlePassInfoNotify) ProtoReflect() protoreflect.Message

func (*BattlePassInfoNotify) Reset ¶

func (x *BattlePassInfoNotify) Reset()

func (*BattlePassInfoNotify) String ¶

func (x *BattlePassInfoNotify) String() string

type BattlePassInfoNotify_BpTierType ¶

type BattlePassInfoNotify_BpTierType int32
const (
	BattlePassInfoNotify_BP_TIER_TYPE_NONE      BattlePassInfoNotify_BpTierType = 0
	BattlePassInfoNotify_BP_TIER_TYPE_FREE      BattlePassInfoNotify_BpTierType = 1
	BattlePassInfoNotify_BP_TIER_TYPE_PREMIUM_1 BattlePassInfoNotify_BpTierType = 2
	BattlePassInfoNotify_BP_TIER_TYPE_PREMIUM_2 BattlePassInfoNotify_BpTierType = 3
)

func (BattlePassInfoNotify_BpTierType) Descriptor ¶

func (BattlePassInfoNotify_BpTierType) Enum ¶

func (BattlePassInfoNotify_BpTierType) EnumDescriptor deprecated

func (BattlePassInfoNotify_BpTierType) EnumDescriptor() ([]byte, []int)

Deprecated: Use BattlePassInfoNotify_BpTierType.Descriptor instead.

func (BattlePassInfoNotify_BpTierType) Number ¶

func (BattlePassInfoNotify_BpTierType) String ¶

func (BattlePassInfoNotify_BpTierType) Type ¶

type BattleRelic ¶

type BattleRelic struct {
	Id           uint32        `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Level        uint32        `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`
	MainAffixId  uint32        `protobuf:"varint,3,opt,name=main_affix_id,json=mainAffixId,proto3" json:"main_affix_id,omitempty"`
	SubAffixList []*RelicAffix `protobuf:"bytes,4,rep,name=sub_affix_list,json=subAffixList,proto3" json:"sub_affix_list,omitempty"`
	UniqueId     uint32        `protobuf:"varint,5,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	// contains filtered or unexported fields
}

func (*BattleRelic) Descriptor deprecated

func (*BattleRelic) Descriptor() ([]byte, []int)

Deprecated: Use BattleRelic.ProtoReflect.Descriptor instead.

func (*BattleRelic) GetId ¶

func (x *BattleRelic) GetId() uint32

func (*BattleRelic) GetLevel ¶

func (x *BattleRelic) GetLevel() uint32

func (*BattleRelic) GetMainAffixId ¶

func (x *BattleRelic) GetMainAffixId() uint32

func (*BattleRelic) GetSubAffixList ¶

func (x *BattleRelic) GetSubAffixList() []*RelicAffix

func (*BattleRelic) GetUniqueId ¶

func (x *BattleRelic) GetUniqueId() uint32

func (*BattleRelic) ProtoMessage ¶

func (*BattleRelic) ProtoMessage()

func (*BattleRelic) ProtoReflect ¶

func (x *BattleRelic) ProtoReflect() protoreflect.Message

func (*BattleRelic) Reset ¶

func (x *BattleRelic) Reset()

func (*BattleRelic) String ¶

func (x *BattleRelic) String() string

type BattleStatistics ¶

type BattleStatistics struct {
	TotalBattleTurns   uint32              `protobuf:"varint,1,opt,name=total_battle_turns,json=totalBattleTurns,proto3" json:"total_battle_turns,omitempty"`
	TotalAutoTurns     uint32              `protobuf:"varint,2,opt,name=total_auto_turns,json=totalAutoTurns,proto3" json:"total_auto_turns,omitempty"`
	AvatarIdList       []uint32            `protobuf:"varint,3,rep,packed,name=avatar_id_list,json=avatarIdList,proto3" json:"avatar_id_list,omitempty"`
	UltraCnt           uint32              `protobuf:"varint,4,opt,name=ultra_cnt,json=ultraCnt,proto3" json:"ultra_cnt,omitempty"`
	TotalDelayCumulate float64             `protobuf:"fixed64,5,opt,name=total_delay_cumulate,json=totalDelayCumulate,proto3" json:"total_delay_cumulate,omitempty"`
	CostTime           float64             `protobuf:"fixed64,6,opt,name=cost_time,json=costTime,proto3" json:"cost_time,omitempty"`
	BattleAvatarList   []*AvatarBattleInfo `protobuf:"bytes,7,rep,name=battle_avatar_list,json=battleAvatarList,proto3" json:"battle_avatar_list,omitempty"`
	// repeated MonsterBattleInfo monster_list = 8;
	RoundCnt           uint32             `protobuf:"varint,9,opt,name=round_cnt,json=roundCnt,proto3" json:"round_cnt,omitempty"`
	CocoonDeadWave     uint32             `protobuf:"varint,10,opt,name=cocoon_dead_wave,json=cocoonDeadWave,proto3" json:"cocoon_dead_wave,omitempty"`
	AvatarBattleTurns  uint32             `protobuf:"varint,11,opt,name=avatar_battle_turns,json=avatarBattleTurns,proto3" json:"avatar_battle_turns,omitempty"`
	MonsterBattleTurns uint32             `protobuf:"varint,12,opt,name=monster_battle_turns,json=monsterBattleTurns,proto3" json:"monster_battle_turns,omitempty"`
	CustomValues       map[string]float32 `` /* 188-byte string literal not displayed */
	ChallengeScore     uint32             `protobuf:"varint,14,opt,name=challenge_score,json=challengeScore,proto3" json:"challenge_score,omitempty"`
	// contains filtered or unexported fields
}

func (*BattleStatistics) Descriptor deprecated

func (*BattleStatistics) Descriptor() ([]byte, []int)

Deprecated: Use BattleStatistics.ProtoReflect.Descriptor instead.

func (*BattleStatistics) GetAvatarBattleTurns ¶

func (x *BattleStatistics) GetAvatarBattleTurns() uint32

func (*BattleStatistics) GetAvatarIdList ¶

func (x *BattleStatistics) GetAvatarIdList() []uint32

func (*BattleStatistics) GetBattleAvatarList ¶

func (x *BattleStatistics) GetBattleAvatarList() []*AvatarBattleInfo

func (*BattleStatistics) GetChallengeScore ¶

func (x *BattleStatistics) GetChallengeScore() uint32

func (*BattleStatistics) GetCocoonDeadWave ¶

func (x *BattleStatistics) GetCocoonDeadWave() uint32

func (*BattleStatistics) GetCostTime ¶

func (x *BattleStatistics) GetCostTime() float64

func (*BattleStatistics) GetCustomValues ¶

func (x *BattleStatistics) GetCustomValues() map[string]float32

func (*BattleStatistics) GetMonsterBattleTurns ¶

func (x *BattleStatistics) GetMonsterBattleTurns() uint32

func (*BattleStatistics) GetRoundCnt ¶

func (x *BattleStatistics) GetRoundCnt() uint32

func (*BattleStatistics) GetTotalAutoTurns ¶

func (x *BattleStatistics) GetTotalAutoTurns() uint32

func (*BattleStatistics) GetTotalBattleTurns ¶

func (x *BattleStatistics) GetTotalBattleTurns() uint32

func (*BattleStatistics) GetTotalDelayCumulate ¶

func (x *BattleStatistics) GetTotalDelayCumulate() float64

func (*BattleStatistics) GetUltraCnt ¶

func (x *BattleStatistics) GetUltraCnt() uint32

func (*BattleStatistics) ProtoMessage ¶

func (*BattleStatistics) ProtoMessage()

func (*BattleStatistics) ProtoReflect ¶

func (x *BattleStatistics) ProtoReflect() protoreflect.Message

func (*BattleStatistics) Reset ¶

func (x *BattleStatistics) Reset()

func (*BattleStatistics) String ¶

func (x *BattleStatistics) String() string

type BlackInfo ¶

type BlackInfo struct {
	BeginTime  int64  `protobuf:"varint,1,opt,name=begin_time,json=beginTime,proto3" json:"begin_time,omitempty"`
	EndTime    int64  `protobuf:"varint,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	LimitLevel uint32 `protobuf:"varint,3,opt,name=limit_level,json=limitLevel,proto3" json:"limit_level,omitempty"`
	BanType    uint32 `protobuf:"varint,4,opt,name=ban_type,json=banType,proto3" json:"ban_type,omitempty"`
	// contains filtered or unexported fields
}

func (*BlackInfo) Descriptor deprecated

func (*BlackInfo) Descriptor() ([]byte, []int)

Deprecated: Use BlackInfo.ProtoReflect.Descriptor instead.

func (*BlackInfo) GetBanType ¶

func (x *BlackInfo) GetBanType() uint32

func (*BlackInfo) GetBeginTime ¶

func (x *BlackInfo) GetBeginTime() int64

func (*BlackInfo) GetEndTime ¶

func (x *BlackInfo) GetEndTime() int64

func (*BlackInfo) GetLimitLevel ¶

func (x *BlackInfo) GetLimitLevel() uint32

func (*BlackInfo) ProtoMessage ¶

func (*BlackInfo) ProtoMessage()

func (*BlackInfo) ProtoReflect ¶

func (x *BlackInfo) ProtoReflect() protoreflect.Message

func (*BlackInfo) Reset ¶

func (x *BlackInfo) Reset()

func (*BlackInfo) String ¶

func (x *BlackInfo) String() string

type BoardDataSync ¶

type BoardDataSync struct {
	UnlockedHeadIconList []*HeadIcon `protobuf:"bytes,9,rep,name=unlocked_head_icon_list,json=unlockedHeadIconList,proto3" json:"unlocked_head_icon_list,omitempty"`
	Signature            string      `protobuf:"bytes,10,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*BoardDataSync) Descriptor deprecated

func (*BoardDataSync) Descriptor() ([]byte, []int)

Deprecated: Use BoardDataSync.ProtoReflect.Descriptor instead.

func (*BoardDataSync) GetSignature ¶

func (x *BoardDataSync) GetSignature() string

func (*BoardDataSync) GetUnlockedHeadIconList ¶

func (x *BoardDataSync) GetUnlockedHeadIconList() []*HeadIcon

func (*BoardDataSync) ProtoMessage ¶

func (*BoardDataSync) ProtoMessage()

func (*BoardDataSync) ProtoReflect ¶

func (x *BoardDataSync) ProtoReflect() protoreflect.Message

func (*BoardDataSync) Reset ¶

func (x *BoardDataSync) Reset()

func (*BoardDataSync) String ¶

func (x *BoardDataSync) String() string

type BuffInfo ¶

type BuffInfo struct {
	Count         uint32             `protobuf:"varint,7,opt,name=count,proto3" json:"count,omitempty"`
	AddTimeMs     uint64             `protobuf:"varint,13,opt,name=add_time_ms,json=addTimeMs,proto3" json:"add_time_ms,omitempty"`
	DynamicValues map[string]float32 `` /* 191-byte string literal not displayed */
	LifeTime      float32            `protobuf:"fixed32,12,opt,name=life_time,json=lifeTime,proto3" json:"life_time,omitempty"`
	Level         uint32             `protobuf:"varint,6,opt,name=level,proto3" json:"level,omitempty"`
	BaseAvatarId  uint32             `protobuf:"varint,1,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	BuffId        uint32             `protobuf:"varint,15,opt,name=buff_id,json=buffId,proto3" json:"buff_id,omitempty"`
	// contains filtered or unexported fields
}

func (*BuffInfo) Descriptor deprecated

func (*BuffInfo) Descriptor() ([]byte, []int)

Deprecated: Use BuffInfo.ProtoReflect.Descriptor instead.

func (*BuffInfo) GetAddTimeMs ¶

func (x *BuffInfo) GetAddTimeMs() uint64

func (*BuffInfo) GetBaseAvatarId ¶

func (x *BuffInfo) GetBaseAvatarId() uint32

func (*BuffInfo) GetBuffId ¶

func (x *BuffInfo) GetBuffId() uint32

func (*BuffInfo) GetCount ¶

func (x *BuffInfo) GetCount() uint32

func (*BuffInfo) GetDynamicValues ¶

func (x *BuffInfo) GetDynamicValues() map[string]float32

func (*BuffInfo) GetLevel ¶

func (x *BuffInfo) GetLevel() uint32

func (*BuffInfo) GetLifeTime ¶

func (x *BuffInfo) GetLifeTime() float32

func (*BuffInfo) ProtoMessage ¶

func (*BuffInfo) ProtoMessage()

func (*BuffInfo) ProtoReflect ¶

func (x *BuffInfo) ProtoReflect() protoreflect.Message

func (*BuffInfo) Reset ¶

func (x *BuffInfo) Reset()

func (*BuffInfo) String ¶

func (x *BuffInfo) String() string

type BuyGoodsCsReq ¶

type BuyGoodsCsReq struct {
	ItemId   uint32 `protobuf:"varint,5,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	ShopId   uint32 `protobuf:"varint,12,opt,name=shop_id,json=shopId,proto3" json:"shop_id,omitempty"`
	GoodsId  uint32 `protobuf:"varint,7,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	GoodsNum uint32 `protobuf:"varint,9,opt,name=goods_num,json=goodsNum,proto3" json:"goods_num,omitempty"`
	// contains filtered or unexported fields
}

func (*BuyGoodsCsReq) Descriptor deprecated

func (*BuyGoodsCsReq) Descriptor() ([]byte, []int)

Deprecated: Use BuyGoodsCsReq.ProtoReflect.Descriptor instead.

func (*BuyGoodsCsReq) GetGoodsId ¶

func (x *BuyGoodsCsReq) GetGoodsId() uint32

func (*BuyGoodsCsReq) GetGoodsNum ¶

func (x *BuyGoodsCsReq) GetGoodsNum() uint32

func (*BuyGoodsCsReq) GetItemId ¶

func (x *BuyGoodsCsReq) GetItemId() uint32

func (*BuyGoodsCsReq) GetShopId ¶

func (x *BuyGoodsCsReq) GetShopId() uint32

func (*BuyGoodsCsReq) ProtoMessage ¶

func (*BuyGoodsCsReq) ProtoMessage()

func (*BuyGoodsCsReq) ProtoReflect ¶

func (x *BuyGoodsCsReq) ProtoReflect() protoreflect.Message

func (*BuyGoodsCsReq) Reset ¶

func (x *BuyGoodsCsReq) Reset()

func (*BuyGoodsCsReq) String ¶

func (x *BuyGoodsCsReq) String() string

type BuyGoodsScRsp ¶

type BuyGoodsScRsp struct {
	ReturnItemList *ItemList `protobuf:"bytes,9,opt,name=return_item_list,json=returnItemList,proto3" json:"return_item_list,omitempty"`
	Retcode        uint32    `protobuf:"varint,5,opt,name=retcode,proto3" json:"retcode,omitempty"`
	ShopId         uint32    `protobuf:"varint,14,opt,name=shop_id,json=shopId,proto3" json:"shop_id,omitempty"`
	GoodsId        uint32    `protobuf:"varint,1,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	GoodsBuyTimes  uint32    `protobuf:"varint,10,opt,name=goods_buy_times,json=goodsBuyTimes,proto3" json:"goods_buy_times,omitempty"`
	// contains filtered or unexported fields
}

func (*BuyGoodsScRsp) Descriptor deprecated

func (*BuyGoodsScRsp) Descriptor() ([]byte, []int)

Deprecated: Use BuyGoodsScRsp.ProtoReflect.Descriptor instead.

func (*BuyGoodsScRsp) GetGoodsBuyTimes ¶

func (x *BuyGoodsScRsp) GetGoodsBuyTimes() uint32

func (*BuyGoodsScRsp) GetGoodsId ¶

func (x *BuyGoodsScRsp) GetGoodsId() uint32

func (*BuyGoodsScRsp) GetRetcode ¶

func (x *BuyGoodsScRsp) GetRetcode() uint32

func (*BuyGoodsScRsp) GetReturnItemList ¶

func (x *BuyGoodsScRsp) GetReturnItemList() *ItemList

func (*BuyGoodsScRsp) GetShopId ¶

func (x *BuyGoodsScRsp) GetShopId() uint32

func (*BuyGoodsScRsp) ProtoMessage ¶

func (*BuyGoodsScRsp) ProtoMessage()

func (*BuyGoodsScRsp) ProtoReflect ¶

func (x *BuyGoodsScRsp) ProtoReflect() protoreflect.Message

func (*BuyGoodsScRsp) Reset ¶

func (x *BuyGoodsScRsp) Reset()

func (*BuyGoodsScRsp) String ¶

func (x *BuyGoodsScRsp) String() string

type Challenge ¶

type Challenge struct {
	Stars       uint32 `protobuf:"varint,10,opt,name=stars,proto3" json:"stars,omitempty"`
	TakenReward uint32 `protobuf:"varint,14,opt,name=taken_reward,json=takenReward,proto3" json:"taken_reward,omitempty"`
	ChallengeId uint32 `protobuf:"varint,13,opt,name=challenge_id,json=challengeId,proto3" json:"challenge_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Challenge) Descriptor deprecated

func (*Challenge) Descriptor() ([]byte, []int)

Deprecated: Use Challenge.ProtoReflect.Descriptor instead.

func (*Challenge) GetChallengeId ¶

func (x *Challenge) GetChallengeId() uint32

func (*Challenge) GetStars ¶

func (x *Challenge) GetStars() uint32

func (*Challenge) GetTakenReward ¶

func (x *Challenge) GetTakenReward() uint32

func (*Challenge) ProtoMessage ¶

func (*Challenge) ProtoMessage()

func (*Challenge) ProtoReflect ¶

func (x *Challenge) ProtoReflect() protoreflect.Message

func (*Challenge) Reset ¶

func (x *Challenge) Reset()

func (*Challenge) String ¶

func (x *Challenge) String() string

type ChallengeInfo ¶

type ChallengeInfo struct {
	ChallengeId     uint32          `protobuf:"varint,1,opt,name=challenge_id,json=challengeId,proto3" json:"challenge_id,omitempty"`
	Status          ChallengeStatus `protobuf:"varint,6,opt,name=status,proto3,enum=proto.ChallengeStatus" json:"status,omitempty"`
	ExtraLineupType ExtraLineupType `` /* 137-byte string literal not displayed */
	RoundCount      uint32          `protobuf:"varint,2,opt,name=round_count,json=roundCount,proto3" json:"round_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ChallengeInfo) Descriptor deprecated

func (*ChallengeInfo) Descriptor() ([]byte, []int)

Deprecated: Use ChallengeInfo.ProtoReflect.Descriptor instead.

func (*ChallengeInfo) GetChallengeId ¶

func (x *ChallengeInfo) GetChallengeId() uint32

func (*ChallengeInfo) GetExtraLineupType ¶

func (x *ChallengeInfo) GetExtraLineupType() ExtraLineupType

func (*ChallengeInfo) GetRoundCount ¶

func (x *ChallengeInfo) GetRoundCount() uint32

func (*ChallengeInfo) GetStatus ¶

func (x *ChallengeInfo) GetStatus() ChallengeStatus

func (*ChallengeInfo) ProtoMessage ¶

func (*ChallengeInfo) ProtoMessage()

func (*ChallengeInfo) ProtoReflect ¶

func (x *ChallengeInfo) ProtoReflect() protoreflect.Message

func (*ChallengeInfo) Reset ¶

func (x *ChallengeInfo) Reset()

func (*ChallengeInfo) String ¶

func (x *ChallengeInfo) String() string

type ChallengeLineupNotify ¶

type ChallengeLineupNotify struct {
	ExtraLineupType ExtraLineupType `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ChallengeLineupNotify) Descriptor deprecated

func (*ChallengeLineupNotify) Descriptor() ([]byte, []int)

Deprecated: Use ChallengeLineupNotify.ProtoReflect.Descriptor instead.

func (*ChallengeLineupNotify) GetExtraLineupType ¶

func (x *ChallengeLineupNotify) GetExtraLineupType() ExtraLineupType

func (*ChallengeLineupNotify) ProtoMessage ¶

func (*ChallengeLineupNotify) ProtoMessage()

func (*ChallengeLineupNotify) ProtoReflect ¶

func (x *ChallengeLineupNotify) ProtoReflect() protoreflect.Message

func (*ChallengeLineupNotify) Reset ¶

func (x *ChallengeLineupNotify) Reset()

func (*ChallengeLineupNotify) String ¶

func (x *ChallengeLineupNotify) String() string

type ChallengeReward ¶

type ChallengeReward struct {
	TakenChallengeReward uint64 `protobuf:"varint,10,opt,name=taken_challenge_reward,json=takenChallengeReward,proto3" json:"taken_challenge_reward,omitempty"`
	GroupId              uint32 `protobuf:"varint,15,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ChallengeReward) Descriptor deprecated

func (*ChallengeReward) Descriptor() ([]byte, []int)

Deprecated: Use ChallengeReward.ProtoReflect.Descriptor instead.

func (*ChallengeReward) GetGroupId ¶

func (x *ChallengeReward) GetGroupId() uint32

func (*ChallengeReward) GetTakenChallengeReward ¶

func (x *ChallengeReward) GetTakenChallengeReward() uint64

func (*ChallengeReward) ProtoMessage ¶

func (*ChallengeReward) ProtoMessage()

func (*ChallengeReward) ProtoReflect ¶

func (x *ChallengeReward) ProtoReflect() protoreflect.Message

func (*ChallengeReward) Reset ¶

func (x *ChallengeReward) Reset()

func (*ChallengeReward) String ¶

func (x *ChallengeReward) String() string

type ChallengeSettleNotify ¶

type ChallengeSettleNotify struct {
	Stars       uint32    `protobuf:"varint,15,opt,name=stars,proto3" json:"stars,omitempty"`
	Reward      *ItemList `protobuf:"bytes,8,opt,name=reward,proto3" json:"reward,omitempty"`
	ChallengeId uint32    `protobuf:"varint,9,opt,name=challenge_id,json=challengeId,proto3" json:"challenge_id,omitempty"`
	IsWin       bool      `protobuf:"varint,13,opt,name=is_win,json=isWin,proto3" json:"is_win,omitempty"`
	// contains filtered or unexported fields
}

func (*ChallengeSettleNotify) Descriptor deprecated

func (*ChallengeSettleNotify) Descriptor() ([]byte, []int)

Deprecated: Use ChallengeSettleNotify.ProtoReflect.Descriptor instead.

func (*ChallengeSettleNotify) GetChallengeId ¶

func (x *ChallengeSettleNotify) GetChallengeId() uint32

func (*ChallengeSettleNotify) GetIsWin ¶

func (x *ChallengeSettleNotify) GetIsWin() bool

func (*ChallengeSettleNotify) GetReward ¶

func (x *ChallengeSettleNotify) GetReward() *ItemList

func (*ChallengeSettleNotify) GetStars ¶

func (x *ChallengeSettleNotify) GetStars() uint32

func (*ChallengeSettleNotify) ProtoMessage ¶

func (*ChallengeSettleNotify) ProtoMessage()

func (*ChallengeSettleNotify) ProtoReflect ¶

func (x *ChallengeSettleNotify) ProtoReflect() protoreflect.Message

func (*ChallengeSettleNotify) Reset ¶

func (x *ChallengeSettleNotify) Reset()

func (*ChallengeSettleNotify) String ¶

func (x *ChallengeSettleNotify) String() string

type ChallengeStatus ¶

type ChallengeStatus int32
const (
	ChallengeStatus_CHALLENGE_UNKNOWN ChallengeStatus = 0
	ChallengeStatus_CHALLENGE_DOING   ChallengeStatus = 1
	ChallengeStatus_CHALLENGE_FINISH  ChallengeStatus = 2
	ChallengeStatus_CHALLENGE_FAILED  ChallengeStatus = 3
)

func (ChallengeStatus) Descriptor ¶

func (ChallengeStatus) Enum ¶

func (x ChallengeStatus) Enum() *ChallengeStatus

func (ChallengeStatus) EnumDescriptor deprecated

func (ChallengeStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChallengeStatus.Descriptor instead.

func (ChallengeStatus) Number ¶

func (ChallengeStatus) String ¶

func (x ChallengeStatus) String() string

func (ChallengeStatus) Type ¶

type ChangeLineupLeaderCsReq ¶

type ChangeLineupLeaderCsReq struct {
	Slot uint32 `protobuf:"varint,10,opt,name=slot,proto3" json:"slot,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeLineupLeaderCsReq) Descriptor deprecated

func (*ChangeLineupLeaderCsReq) Descriptor() ([]byte, []int)

Deprecated: Use ChangeLineupLeaderCsReq.ProtoReflect.Descriptor instead.

func (*ChangeLineupLeaderCsReq) GetSlot ¶

func (x *ChangeLineupLeaderCsReq) GetSlot() uint32

func (*ChangeLineupLeaderCsReq) ProtoMessage ¶

func (*ChangeLineupLeaderCsReq) ProtoMessage()

func (*ChangeLineupLeaderCsReq) ProtoReflect ¶

func (x *ChangeLineupLeaderCsReq) ProtoReflect() protoreflect.Message

func (*ChangeLineupLeaderCsReq) Reset ¶

func (x *ChangeLineupLeaderCsReq) Reset()

func (*ChangeLineupLeaderCsReq) String ¶

func (x *ChangeLineupLeaderCsReq) String() string

type ChangeLineupLeaderScRsp ¶

type ChangeLineupLeaderScRsp struct {
	Retcode uint32 `protobuf:"varint,15,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Slot    uint32 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeLineupLeaderScRsp) Descriptor deprecated

func (*ChangeLineupLeaderScRsp) Descriptor() ([]byte, []int)

Deprecated: Use ChangeLineupLeaderScRsp.ProtoReflect.Descriptor instead.

func (*ChangeLineupLeaderScRsp) GetRetcode ¶

func (x *ChangeLineupLeaderScRsp) GetRetcode() uint32

func (*ChangeLineupLeaderScRsp) GetSlot ¶

func (x *ChangeLineupLeaderScRsp) GetSlot() uint32

func (*ChangeLineupLeaderScRsp) ProtoMessage ¶

func (*ChangeLineupLeaderScRsp) ProtoMessage()

func (*ChangeLineupLeaderScRsp) ProtoReflect ¶

func (x *ChangeLineupLeaderScRsp) ProtoReflect() protoreflect.Message

func (*ChangeLineupLeaderScRsp) Reset ¶

func (x *ChangeLineupLeaderScRsp) Reset()

func (*ChangeLineupLeaderScRsp) String ¶

func (x *ChangeLineupLeaderScRsp) String() string

type Chat ¶

type Chat struct {
	Text      string  `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	MsgType   MsgType `protobuf:"varint,8,opt,name=msg_type,json=msgType,proto3,enum=proto.MsgType" json:"msg_type,omitempty"`
	Emote     uint32  `protobuf:"varint,11,opt,name=emote,proto3" json:"emote,omitempty"`
	SentTime  uint64  `protobuf:"varint,13,opt,name=sent_time,json=sentTime,proto3" json:"sent_time,omitempty"`
	SenderUid uint32  `protobuf:"varint,1,opt,name=sender_uid,json=senderUid,proto3" json:"sender_uid,omitempty"`
	// contains filtered or unexported fields
}

func (*Chat) Descriptor deprecated

func (*Chat) Descriptor() ([]byte, []int)

Deprecated: Use Chat.ProtoReflect.Descriptor instead.

func (*Chat) GetEmote ¶

func (x *Chat) GetEmote() uint32

func (*Chat) GetMsgType ¶

func (x *Chat) GetMsgType() MsgType

func (*Chat) GetSenderUid ¶

func (x *Chat) GetSenderUid() uint32

func (*Chat) GetSentTime ¶

func (x *Chat) GetSentTime() uint64

func (*Chat) GetText ¶

func (x *Chat) GetText() string

func (*Chat) ProtoMessage ¶

func (*Chat) ProtoMessage()

func (*Chat) ProtoReflect ¶

func (x *Chat) ProtoReflect() protoreflect.Message

func (*Chat) Reset ¶

func (x *Chat) Reset()

func (*Chat) String ¶

func (x *Chat) String() string

type ChatType ¶

type ChatType int32
const (
	ChatType_CHAT_TYPE_NONE    ChatType = 0
	ChatType_CHAT_TYPE_PRIVATE ChatType = 1
	ChatType_CHAT_TYPE_GROUP   ChatType = 2
)

func (ChatType) Descriptor ¶

func (ChatType) Descriptor() protoreflect.EnumDescriptor

func (ChatType) Enum ¶

func (x ChatType) Enum() *ChatType

func (ChatType) EnumDescriptor deprecated

func (ChatType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChatType.Descriptor instead.

func (ChatType) Number ¶

func (x ChatType) Number() protoreflect.EnumNumber

func (ChatType) String ¶

func (x ChatType) String() string

func (ChatType) Type ¶

type ClientMail ¶

type ClientMail struct {
	IsRead     bool      `protobuf:"varint,10,opt,name=is_read,json=isRead,proto3" json:"is_read,omitempty"`
	ExpireTime int64     `protobuf:"varint,3,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	TemplateId uint32    `protobuf:"varint,14,opt,name=template_id,json=templateId,proto3" json:"template_id,omitempty"`
	Attachment *ItemList `protobuf:"bytes,5,opt,name=attachment,proto3" json:"attachment,omitempty"`
	Title      string    `protobuf:"bytes,8,opt,name=title,proto3" json:"title,omitempty"`
	Sender     string    `protobuf:"bytes,15,opt,name=sender,proto3" json:"sender,omitempty"`
	ParaList   []string  `protobuf:"bytes,1,rep,name=para_list,json=paraList,proto3" json:"para_list,omitempty"`
	Id         uint32    `protobuf:"varint,13,opt,name=id,proto3" json:"id,omitempty"`
	Content    string    `protobuf:"bytes,11,opt,name=content,proto3" json:"content,omitempty"`
	Time       int64     `protobuf:"varint,4,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientMail) Descriptor deprecated

func (*ClientMail) Descriptor() ([]byte, []int)

Deprecated: Use ClientMail.ProtoReflect.Descriptor instead.

func (*ClientMail) GetAttachment ¶

func (x *ClientMail) GetAttachment() *ItemList

func (*ClientMail) GetContent ¶

func (x *ClientMail) GetContent() string

func (*ClientMail) GetExpireTime ¶

func (x *ClientMail) GetExpireTime() int64

func (*ClientMail) GetId ¶

func (x *ClientMail) GetId() uint32

func (*ClientMail) GetIsRead ¶

func (x *ClientMail) GetIsRead() bool

func (*ClientMail) GetParaList ¶

func (x *ClientMail) GetParaList() []string

func (*ClientMail) GetSender ¶

func (x *ClientMail) GetSender() string

func (*ClientMail) GetTemplateId ¶

func (x *ClientMail) GetTemplateId() uint32

func (*ClientMail) GetTime ¶

func (x *ClientMail) GetTime() int64

func (*ClientMail) GetTitle ¶

func (x *ClientMail) GetTitle() string

func (*ClientMail) ProtoMessage ¶

func (*ClientMail) ProtoMessage()

func (*ClientMail) ProtoReflect ¶

func (x *ClientMail) ProtoReflect() protoreflect.Message

func (*ClientMail) Reset ¶

func (x *ClientMail) Reset()

func (*ClientMail) String ¶

func (x *ClientMail) String() string

type ClientMailAttachmentItem ¶

type ClientMailAttachmentItem struct {
	ANAFKBMJOBJ uint32 `protobuf:"varint,12,opt,name=ANAFKBMJOBJ,proto3" json:"ANAFKBMJOBJ,omitempty"`
	FKIPJPLMBFI uint32 `protobuf:"varint,2,opt,name=FKIPJPLMBFI,proto3" json:"FKIPJPLMBFI,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientMailAttachmentItem) Descriptor deprecated

func (*ClientMailAttachmentItem) Descriptor() ([]byte, []int)

Deprecated: Use ClientMailAttachmentItem.ProtoReflect.Descriptor instead.

func (*ClientMailAttachmentItem) GetANAFKBMJOBJ ¶

func (x *ClientMailAttachmentItem) GetANAFKBMJOBJ() uint32

func (*ClientMailAttachmentItem) GetFKIPJPLMBFI ¶

func (x *ClientMailAttachmentItem) GetFKIPJPLMBFI() uint32

func (*ClientMailAttachmentItem) ProtoMessage ¶

func (*ClientMailAttachmentItem) ProtoMessage()

func (*ClientMailAttachmentItem) ProtoReflect ¶

func (x *ClientMailAttachmentItem) ProtoReflect() protoreflect.Message

func (*ClientMailAttachmentItem) Reset ¶

func (x *ClientMailAttachmentItem) Reset()

func (*ClientMailAttachmentItem) String ¶

func (x *ClientMailAttachmentItem) String() string

type ComposeItemCsReq ¶

type ComposeItemCsReq struct {
	Count           uint32        `protobuf:"varint,12,opt,name=count,proto3" json:"count,omitempty"`
	ComposeItemList *ItemCostList `protobuf:"bytes,1,opt,name=compose_item_list,json=composeItemList,proto3" json:"compose_item_list,omitempty"`
	ComposeId       uint32        `protobuf:"varint,13,opt,name=compose_id,json=composeId,proto3" json:"compose_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ComposeItemCsReq) Descriptor deprecated

func (*ComposeItemCsReq) Descriptor() ([]byte, []int)

Deprecated: Use ComposeItemCsReq.ProtoReflect.Descriptor instead.

func (*ComposeItemCsReq) GetComposeId ¶

func (x *ComposeItemCsReq) GetComposeId() uint32

func (*ComposeItemCsReq) GetComposeItemList ¶

func (x *ComposeItemCsReq) GetComposeItemList() *ItemCostList

func (*ComposeItemCsReq) GetCount ¶

func (x *ComposeItemCsReq) GetCount() uint32

func (*ComposeItemCsReq) ProtoMessage ¶

func (*ComposeItemCsReq) ProtoMessage()

func (*ComposeItemCsReq) ProtoReflect ¶

func (x *ComposeItemCsReq) ProtoReflect() protoreflect.Message

func (*ComposeItemCsReq) Reset ¶

func (x *ComposeItemCsReq) Reset()

func (*ComposeItemCsReq) String ¶

func (x *ComposeItemCsReq) String() string

type ComposeItemScRsp ¶

type ComposeItemScRsp struct {
	Count          uint32    `protobuf:"varint,9,opt,name=count,proto3" json:"count,omitempty"`
	Retcode        uint32    `protobuf:"varint,5,opt,name=retcode,proto3" json:"retcode,omitempty"`
	ReturnItemList *ItemList `protobuf:"bytes,3,opt,name=return_item_list,json=returnItemList,proto3" json:"return_item_list,omitempty"`
	ComposeId      uint32    `protobuf:"varint,1,opt,name=compose_id,json=composeId,proto3" json:"compose_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ComposeItemScRsp) Descriptor deprecated

func (*ComposeItemScRsp) Descriptor() ([]byte, []int)

Deprecated: Use ComposeItemScRsp.ProtoReflect.Descriptor instead.

func (*ComposeItemScRsp) GetComposeId ¶

func (x *ComposeItemScRsp) GetComposeId() uint32

func (*ComposeItemScRsp) GetCount ¶

func (x *ComposeItemScRsp) GetCount() uint32

func (*ComposeItemScRsp) GetRetcode ¶

func (x *ComposeItemScRsp) GetRetcode() uint32

func (*ComposeItemScRsp) GetReturnItemList ¶

func (x *ComposeItemScRsp) GetReturnItemList() *ItemList

func (*ComposeItemScRsp) ProtoMessage ¶

func (*ComposeItemScRsp) ProtoMessage()

func (*ComposeItemScRsp) ProtoReflect ¶

func (x *ComposeItemScRsp) ProtoReflect() protoreflect.Message

func (*ComposeItemScRsp) Reset ¶

func (x *ComposeItemScRsp) Reset()

func (*ComposeItemScRsp) String ¶

func (x *ComposeItemScRsp) String() string

type ComposeSelectedRelicCsReq ¶

type ComposeSelectedRelicCsReq struct {
	ComposeId       uint32        `protobuf:"varint,5,opt,name=compose_id,json=composeId,proto3" json:"compose_id,omitempty"`
	ComposeItemList *ItemCostList `protobuf:"bytes,9,opt,name=compose_item_list,json=composeItemList,proto3" json:"compose_item_list,omitempty"`
	MainAffixId     uint32        `protobuf:"varint,13,opt,name=main_affix_id,json=mainAffixId,proto3" json:"main_affix_id,omitempty"`
	ComposeRelicId  uint32        `protobuf:"varint,3,opt,name=compose_relic_id,json=composeRelicId,proto3" json:"compose_relic_id,omitempty"`
	Count           uint32        `protobuf:"varint,11,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*ComposeSelectedRelicCsReq) Descriptor deprecated

func (*ComposeSelectedRelicCsReq) Descriptor() ([]byte, []int)

Deprecated: Use ComposeSelectedRelicCsReq.ProtoReflect.Descriptor instead.

func (*ComposeSelectedRelicCsReq) GetComposeId ¶

func (x *ComposeSelectedRelicCsReq) GetComposeId() uint32

func (*ComposeSelectedRelicCsReq) GetComposeItemList ¶

func (x *ComposeSelectedRelicCsReq) GetComposeItemList() *ItemCostList

func (*ComposeSelectedRelicCsReq) GetComposeRelicId ¶

func (x *ComposeSelectedRelicCsReq) GetComposeRelicId() uint32

func (*ComposeSelectedRelicCsReq) GetCount ¶

func (x *ComposeSelectedRelicCsReq) GetCount() uint32

func (*ComposeSelectedRelicCsReq) GetMainAffixId ¶

func (x *ComposeSelectedRelicCsReq) GetMainAffixId() uint32

func (*ComposeSelectedRelicCsReq) ProtoMessage ¶

func (*ComposeSelectedRelicCsReq) ProtoMessage()

func (*ComposeSelectedRelicCsReq) ProtoReflect ¶

func (*ComposeSelectedRelicCsReq) Reset ¶

func (x *ComposeSelectedRelicCsReq) Reset()

func (*ComposeSelectedRelicCsReq) String ¶

func (x *ComposeSelectedRelicCsReq) String() string

type ComposeSelectedRelicScRsp ¶

type ComposeSelectedRelicScRsp struct {
	ReturnItemList *ItemList `protobuf:"bytes,2,opt,name=return_item_list,json=returnItemList,proto3" json:"return_item_list,omitempty"`
	ComposeId      uint32    `protobuf:"varint,8,opt,name=compose_id,json=composeId,proto3" json:"compose_id,omitempty"`
	Retcode        uint32    `protobuf:"varint,1,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*ComposeSelectedRelicScRsp) Descriptor deprecated

func (*ComposeSelectedRelicScRsp) Descriptor() ([]byte, []int)

Deprecated: Use ComposeSelectedRelicScRsp.ProtoReflect.Descriptor instead.

func (*ComposeSelectedRelicScRsp) GetComposeId ¶

func (x *ComposeSelectedRelicScRsp) GetComposeId() uint32

func (*ComposeSelectedRelicScRsp) GetRetcode ¶

func (x *ComposeSelectedRelicScRsp) GetRetcode() uint32

func (*ComposeSelectedRelicScRsp) GetReturnItemList ¶

func (x *ComposeSelectedRelicScRsp) GetReturnItemList() *ItemList

func (*ComposeSelectedRelicScRsp) ProtoMessage ¶

func (*ComposeSelectedRelicScRsp) ProtoMessage()

func (*ComposeSelectedRelicScRsp) ProtoReflect ¶

func (*ComposeSelectedRelicScRsp) Reset ¶

func (x *ComposeSelectedRelicScRsp) Reset()

func (*ComposeSelectedRelicScRsp) String ¶

func (x *ComposeSelectedRelicScRsp) String() string

type DailyActiveInfoNotify ¶

type DailyActiveInfoNotify struct {
	DailyActivePoint       uint32               `protobuf:"varint,12,opt,name=daily_active_point,json=dailyActivePoint,proto3" json:"daily_active_point,omitempty"`
	DailyActiveQuestIdList []uint32             `` /* 141-byte string literal not displayed */
	DailyActiveLevelList   []*DailyActivityInfo `protobuf:"bytes,2,rep,name=daily_active_level_list,json=dailyActiveLevelList,proto3" json:"daily_active_level_list,omitempty"`
	// contains filtered or unexported fields
}

func (*DailyActiveInfoNotify) Descriptor deprecated

func (*DailyActiveInfoNotify) Descriptor() ([]byte, []int)

Deprecated: Use DailyActiveInfoNotify.ProtoReflect.Descriptor instead.

func (*DailyActiveInfoNotify) GetDailyActiveLevelList ¶

func (x *DailyActiveInfoNotify) GetDailyActiveLevelList() []*DailyActivityInfo

func (*DailyActiveInfoNotify) GetDailyActivePoint ¶

func (x *DailyActiveInfoNotify) GetDailyActivePoint() uint32

func (*DailyActiveInfoNotify) GetDailyActiveQuestIdList ¶

func (x *DailyActiveInfoNotify) GetDailyActiveQuestIdList() []uint32

func (*DailyActiveInfoNotify) ProtoMessage ¶

func (*DailyActiveInfoNotify) ProtoMessage()

func (*DailyActiveInfoNotify) ProtoReflect ¶

func (x *DailyActiveInfoNotify) ProtoReflect() protoreflect.Message

func (*DailyActiveInfoNotify) Reset ¶

func (x *DailyActiveInfoNotify) Reset()

func (*DailyActiveInfoNotify) String ¶

func (x *DailyActiveInfoNotify) String() string

type DailyActivityInfo ¶

type DailyActivityInfo struct {
	WorldLevel       uint32 `protobuf:"varint,12,opt,name=world_level,json=worldLevel,proto3" json:"world_level,omitempty"`
	Level            uint32 `protobuf:"varint,10,opt,name=level,proto3" json:"level,omitempty"`
	DailyActivePoint uint32 `protobuf:"varint,2,opt,name=daily_active_point,json=dailyActivePoint,proto3" json:"daily_active_point,omitempty"`
	IsHasTaken       bool   `protobuf:"varint,8,opt,name=is_has_taken,json=isHasTaken,proto3" json:"is_has_taken,omitempty"`
	// contains filtered or unexported fields
}

func (*DailyActivityInfo) Descriptor deprecated

func (*DailyActivityInfo) Descriptor() ([]byte, []int)

Deprecated: Use DailyActivityInfo.ProtoReflect.Descriptor instead.

func (*DailyActivityInfo) GetDailyActivePoint ¶

func (x *DailyActivityInfo) GetDailyActivePoint() uint32

func (*DailyActivityInfo) GetIsHasTaken ¶

func (x *DailyActivityInfo) GetIsHasTaken() bool

func (*DailyActivityInfo) GetLevel ¶

func (x *DailyActivityInfo) GetLevel() uint32

func (*DailyActivityInfo) GetWorldLevel ¶

func (x *DailyActivityInfo) GetWorldLevel() uint32

func (*DailyActivityInfo) ProtoMessage ¶

func (*DailyActivityInfo) ProtoMessage()

func (*DailyActivityInfo) ProtoReflect ¶

func (x *DailyActivityInfo) ProtoReflect() protoreflect.Message

func (*DailyActivityInfo) Reset ¶

func (x *DailyActivityInfo) Reset()

func (*DailyActivityInfo) String ¶

func (x *DailyActivityInfo) String() string

type DelMailCsReq ¶

type DelMailCsReq struct {
	IdList []uint32 `protobuf:"varint,13,rep,packed,name=id_list,json=idList,proto3" json:"id_list,omitempty"`
	// contains filtered or unexported fields
}

func (*DelMailCsReq) Descriptor deprecated

func (*DelMailCsReq) Descriptor() ([]byte, []int)

Deprecated: Use DelMailCsReq.ProtoReflect.Descriptor instead.

func (*DelMailCsReq) GetIdList ¶

func (x *DelMailCsReq) GetIdList() []uint32

func (*DelMailCsReq) ProtoMessage ¶

func (*DelMailCsReq) ProtoMessage()

func (*DelMailCsReq) ProtoReflect ¶

func (x *DelMailCsReq) ProtoReflect() protoreflect.Message

func (*DelMailCsReq) Reset ¶

func (x *DelMailCsReq) Reset()

func (*DelMailCsReq) String ¶

func (x *DelMailCsReq) String() string

type DelMailScRsp ¶

type DelMailScRsp struct {
	IdList  []uint32 `protobuf:"varint,5,rep,packed,name=id_list,json=idList,proto3" json:"id_list,omitempty"`
	Retcode uint32   `protobuf:"varint,7,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*DelMailScRsp) Descriptor deprecated

func (*DelMailScRsp) Descriptor() ([]byte, []int)

Deprecated: Use DelMailScRsp.ProtoReflect.Descriptor instead.

func (*DelMailScRsp) GetIdList ¶

func (x *DelMailScRsp) GetIdList() []uint32

func (*DelMailScRsp) GetRetcode ¶

func (x *DelMailScRsp) GetRetcode() uint32

func (*DelMailScRsp) ProtoMessage ¶

func (*DelMailScRsp) ProtoMessage()

func (*DelMailScRsp) ProtoReflect ¶

func (x *DelMailScRsp) ProtoReflect() protoreflect.Message

func (*DelMailScRsp) Reset ¶

func (x *DelMailScRsp) Reset()

func (*DelMailScRsp) String ¶

func (x *DelMailScRsp) String() string

type DeleteFriendCsReq ¶

type DeleteFriendCsReq struct {
	Uid uint32 `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteFriendCsReq) Descriptor deprecated

func (*DeleteFriendCsReq) Descriptor() ([]byte, []int)

Deprecated: Use DeleteFriendCsReq.ProtoReflect.Descriptor instead.

func (*DeleteFriendCsReq) GetUid ¶

func (x *DeleteFriendCsReq) GetUid() uint32

func (*DeleteFriendCsReq) ProtoMessage ¶

func (*DeleteFriendCsReq) ProtoMessage()

func (*DeleteFriendCsReq) ProtoReflect ¶

func (x *DeleteFriendCsReq) ProtoReflect() protoreflect.Message

func (*DeleteFriendCsReq) Reset ¶

func (x *DeleteFriendCsReq) Reset()

func (*DeleteFriendCsReq) String ¶

func (x *DeleteFriendCsReq) String() string

type DispatchRegionData ¶

type DispatchRegionData struct {
	Retcode            uint32         `protobuf:"varint,1,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Msg                string         `protobuf:"bytes,2,opt,name=msg,proto3" json:"msg,omitempty"`
	TopSeverRegionName string         `protobuf:"bytes,3,opt,name=top_sever_region_name,json=topSeverRegionName,proto3" json:"top_sever_region_name,omitempty"`
	RegionList         []*RegionEntry `protobuf:"bytes,4,rep,name=region_list,json=regionList,proto3" json:"region_list,omitempty"`
	StopDesc           string         `protobuf:"bytes,5,opt,name=stop_desc,json=stopDesc,proto3" json:"stop_desc,omitempty"`
	// contains filtered or unexported fields
}

func (*DispatchRegionData) Descriptor deprecated

func (*DispatchRegionData) Descriptor() ([]byte, []int)

Deprecated: Use DispatchRegionData.ProtoReflect.Descriptor instead.

func (*DispatchRegionData) GetMsg ¶

func (x *DispatchRegionData) GetMsg() string

func (*DispatchRegionData) GetRegionList ¶

func (x *DispatchRegionData) GetRegionList() []*RegionEntry

func (*DispatchRegionData) GetRetcode ¶

func (x *DispatchRegionData) GetRetcode() uint32

func (*DispatchRegionData) GetStopDesc ¶

func (x *DispatchRegionData) GetStopDesc() string

func (*DispatchRegionData) GetTopSeverRegionName ¶

func (x *DispatchRegionData) GetTopSeverRegionName() string

func (*DispatchRegionData) ProtoMessage ¶

func (*DispatchRegionData) ProtoMessage()

func (*DispatchRegionData) ProtoReflect ¶

func (x *DispatchRegionData) ProtoReflect() protoreflect.Message

func (*DispatchRegionData) Reset ¶

func (x *DispatchRegionData) Reset()

func (*DispatchRegionData) String ¶

func (x *DispatchRegionData) String() string

type DisplayAvatar ¶

type DisplayAvatar struct {
	AvatarId uint32 `protobuf:"varint,8,opt,name=avatar_id,json=avatarId,proto3" json:"avatar_id,omitempty"`
	Pos      uint32 `protobuf:"varint,13,opt,name=pos,proto3" json:"pos,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayAvatar) Descriptor deprecated

func (*DisplayAvatar) Descriptor() ([]byte, []int)

Deprecated: Use DisplayAvatar.ProtoReflect.Descriptor instead.

func (*DisplayAvatar) GetAvatarId ¶

func (x *DisplayAvatar) GetAvatarId() uint32

func (*DisplayAvatar) GetPos ¶

func (x *DisplayAvatar) GetPos() uint32

func (*DisplayAvatar) ProtoMessage ¶

func (*DisplayAvatar) ProtoMessage()

func (*DisplayAvatar) ProtoReflect ¶

func (x *DisplayAvatar) ProtoReflect() protoreflect.Message

func (*DisplayAvatar) Reset ¶

func (x *DisplayAvatar) Reset()

func (*DisplayAvatar) String ¶

func (x *DisplayAvatar) String() string

type DisplayAvatarVec ¶

type DisplayAvatarVec struct {
	DisplayAvatarList []*DisplayAvatar `protobuf:"bytes,14,rep,name=display_avatar_list,json=displayAvatarList,proto3" json:"display_avatar_list,omitempty"`
	IsDisplay         bool             `protobuf:"varint,7,opt,name=is_display,json=isDisplay,proto3" json:"is_display,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayAvatarVec) Descriptor deprecated

func (*DisplayAvatarVec) Descriptor() ([]byte, []int)

Deprecated: Use DisplayAvatarVec.ProtoReflect.Descriptor instead.

func (*DisplayAvatarVec) GetDisplayAvatarList ¶

func (x *DisplayAvatarVec) GetDisplayAvatarList() []*DisplayAvatar

func (*DisplayAvatarVec) GetIsDisplay ¶

func (x *DisplayAvatarVec) GetIsDisplay() bool

func (*DisplayAvatarVec) ProtoMessage ¶

func (*DisplayAvatarVec) ProtoMessage()

func (*DisplayAvatarVec) ProtoReflect ¶

func (x *DisplayAvatarVec) ProtoReflect() protoreflect.Message

func (*DisplayAvatarVec) Reset ¶

func (x *DisplayAvatarVec) Reset()

func (*DisplayAvatarVec) String ¶

func (x *DisplayAvatarVec) String() string

type DoGachaCsReq ¶

type DoGachaCsReq struct {
	GachaId       uint32 `protobuf:"varint,9,opt,name=gacha_id,json=gachaId,proto3" json:"gacha_id,omitempty"`
	GachaNum      uint32 `protobuf:"varint,1,opt,name=gacha_num,json=gachaNum,proto3" json:"gacha_num,omitempty"`
	SimulateMagic uint32 `protobuf:"varint,10,opt,name=simulate_magic,json=simulateMagic,proto3" json:"simulate_magic,omitempty"`
	GachaRandom   uint32 `protobuf:"varint,15,opt,name=gacha_random,json=gachaRandom,proto3" json:"gacha_random,omitempty"`
	// contains filtered or unexported fields
}

func (*DoGachaCsReq) Descriptor deprecated

func (*DoGachaCsReq) Descriptor() ([]byte, []int)

Deprecated: Use DoGachaCsReq.ProtoReflect.Descriptor instead.

func (*DoGachaCsReq) GetGachaId ¶

func (x *DoGachaCsReq) GetGachaId() uint32

func (*DoGachaCsReq) GetGachaNum ¶

func (x *DoGachaCsReq) GetGachaNum() uint32

func (*DoGachaCsReq) GetGachaRandom ¶

func (x *DoGachaCsReq) GetGachaRandom() uint32

func (*DoGachaCsReq) GetSimulateMagic ¶

func (x *DoGachaCsReq) GetSimulateMagic() uint32

func (*DoGachaCsReq) ProtoMessage ¶

func (*DoGachaCsReq) ProtoMessage()

func (*DoGachaCsReq) ProtoReflect ¶

func (x *DoGachaCsReq) ProtoReflect() protoreflect.Message

func (*DoGachaCsReq) Reset ¶

func (x *DoGachaCsReq) Reset()

func (*DoGachaCsReq) String ¶

func (x *DoGachaCsReq) String() string

type DoGachaScRsp ¶

type DoGachaScRsp struct {
	GachaId       uint32       `protobuf:"varint,4,opt,name=gacha_id,json=gachaId,proto3" json:"gacha_id,omitempty"`
	Retcode       uint32       `protobuf:"varint,14,opt,name=retcode,proto3" json:"retcode,omitempty"`
	CeilingNum    uint32       `protobuf:"varint,13,opt,name=ceiling_num,json=ceilingNum,proto3" json:"ceiling_num,omitempty"`
	GachaItemList []*GachaItem `protobuf:"bytes,7,rep,name=gacha_item_list,json=gachaItemList,proto3" json:"gacha_item_list,omitempty"`
	GachaNum      uint32       `protobuf:"varint,5,opt,name=gacha_num,json=gachaNum,proto3" json:"gacha_num,omitempty"`
	// contains filtered or unexported fields
}

func (*DoGachaScRsp) Descriptor deprecated

func (*DoGachaScRsp) Descriptor() ([]byte, []int)

Deprecated: Use DoGachaScRsp.ProtoReflect.Descriptor instead.

func (*DoGachaScRsp) GetCeilingNum ¶

func (x *DoGachaScRsp) GetCeilingNum() uint32

func (*DoGachaScRsp) GetGachaId ¶

func (x *DoGachaScRsp) GetGachaId() uint32

func (*DoGachaScRsp) GetGachaItemList ¶

func (x *DoGachaScRsp) GetGachaItemList() []*GachaItem

func (*DoGachaScRsp) GetGachaNum ¶

func (x *DoGachaScRsp) GetGachaNum() uint32

func (*DoGachaScRsp) GetRetcode ¶

func (x *DoGachaScRsp) GetRetcode() uint32

func (*DoGachaScRsp) ProtoMessage ¶

func (*DoGachaScRsp) ProtoMessage()

func (*DoGachaScRsp) ProtoReflect ¶

func (x *DoGachaScRsp) ProtoReflect() protoreflect.Message

func (*DoGachaScRsp) Reset ¶

func (x *DoGachaScRsp) Reset()

func (*DoGachaScRsp) String ¶

func (x *DoGachaScRsp) String() string

type DressAvatarCsReq ¶

type DressAvatarCsReq struct {
	BaseAvatarId      uint32 `protobuf:"varint,2,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	EquipmentUniqueId uint32 `protobuf:"varint,4,opt,name=equipment_unique_id,json=equipmentUniqueId,proto3" json:"equipment_unique_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DressAvatarCsReq) Descriptor deprecated

func (*DressAvatarCsReq) Descriptor() ([]byte, []int)

Deprecated: Use DressAvatarCsReq.ProtoReflect.Descriptor instead.

func (*DressAvatarCsReq) GetBaseAvatarId ¶

func (x *DressAvatarCsReq) GetBaseAvatarId() uint32

func (*DressAvatarCsReq) GetEquipmentUniqueId ¶

func (x *DressAvatarCsReq) GetEquipmentUniqueId() uint32

func (*DressAvatarCsReq) ProtoMessage ¶

func (*DressAvatarCsReq) ProtoMessage()

func (*DressAvatarCsReq) ProtoReflect ¶

func (x *DressAvatarCsReq) ProtoReflect() protoreflect.Message

func (*DressAvatarCsReq) Reset ¶

func (x *DressAvatarCsReq) Reset()

func (*DressAvatarCsReq) String ¶

func (x *DressAvatarCsReq) String() string

type DressRelicAvatarCsReq ¶

type DressRelicAvatarCsReq struct {
	ParamList    []*RelicParam `protobuf:"bytes,15,rep,name=param_list,json=paramList,proto3" json:"param_list,omitempty"`
	BaseAvatarId uint32        `protobuf:"varint,5,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DressRelicAvatarCsReq) Descriptor deprecated

func (*DressRelicAvatarCsReq) Descriptor() ([]byte, []int)

Deprecated: Use DressRelicAvatarCsReq.ProtoReflect.Descriptor instead.

func (*DressRelicAvatarCsReq) GetBaseAvatarId ¶

func (x *DressRelicAvatarCsReq) GetBaseAvatarId() uint32

func (*DressRelicAvatarCsReq) GetParamList ¶

func (x *DressRelicAvatarCsReq) GetParamList() []*RelicParam

func (*DressRelicAvatarCsReq) ProtoMessage ¶

func (*DressRelicAvatarCsReq) ProtoMessage()

func (*DressRelicAvatarCsReq) ProtoReflect ¶

func (x *DressRelicAvatarCsReq) ProtoReflect() protoreflect.Message

func (*DressRelicAvatarCsReq) Reset ¶

func (x *DressRelicAvatarCsReq) Reset()

func (*DressRelicAvatarCsReq) String ¶

func (x *DressRelicAvatarCsReq) String() string

type EnableRogueTalentCsReq ¶

type EnableRogueTalentCsReq struct {
	TalentId uint32 `protobuf:"varint,13,opt,name=talent_id,json=talentId,proto3" json:"talent_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableRogueTalentCsReq) Descriptor deprecated

func (*EnableRogueTalentCsReq) Descriptor() ([]byte, []int)

Deprecated: Use EnableRogueTalentCsReq.ProtoReflect.Descriptor instead.

func (*EnableRogueTalentCsReq) GetTalentId ¶

func (x *EnableRogueTalentCsReq) GetTalentId() uint32

func (*EnableRogueTalentCsReq) ProtoMessage ¶

func (*EnableRogueTalentCsReq) ProtoMessage()

func (*EnableRogueTalentCsReq) ProtoReflect ¶

func (x *EnableRogueTalentCsReq) ProtoReflect() protoreflect.Message

func (*EnableRogueTalentCsReq) Reset ¶

func (x *EnableRogueTalentCsReq) Reset()

func (*EnableRogueTalentCsReq) String ¶

func (x *EnableRogueTalentCsReq) String() string

type EnableRogueTalentScRsp ¶

type EnableRogueTalentScRsp struct {
	Retcode    uint32           `protobuf:"varint,14,opt,name=retcode,proto3" json:"retcode,omitempty"`
	TalentInfo *RogueTalentInfo `protobuf:"bytes,1,opt,name=talent_info,json=talentInfo,proto3" json:"talent_info,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableRogueTalentScRsp) Descriptor deprecated

func (*EnableRogueTalentScRsp) Descriptor() ([]byte, []int)

Deprecated: Use EnableRogueTalentScRsp.ProtoReflect.Descriptor instead.

func (*EnableRogueTalentScRsp) GetRetcode ¶

func (x *EnableRogueTalentScRsp) GetRetcode() uint32

func (*EnableRogueTalentScRsp) GetTalentInfo ¶

func (x *EnableRogueTalentScRsp) GetTalentInfo() *RogueTalentInfo

func (*EnableRogueTalentScRsp) ProtoMessage ¶

func (*EnableRogueTalentScRsp) ProtoMessage()

func (*EnableRogueTalentScRsp) ProtoReflect ¶

func (x *EnableRogueTalentScRsp) ProtoReflect() protoreflect.Message

func (*EnableRogueTalentScRsp) Reset ¶

func (x *EnableRogueTalentScRsp) Reset()

func (*EnableRogueTalentScRsp) String ¶

func (x *EnableRogueTalentScRsp) String() string

type EnterRogueMapRoomCsReq ¶

type EnterRogueMapRoomCsReq struct {
	RoomId uint32 `protobuf:"varint,11,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	SiteId uint32 `protobuf:"varint,7,opt,name=site_id,json=siteId,proto3" json:"site_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnterRogueMapRoomCsReq) Descriptor deprecated

func (*EnterRogueMapRoomCsReq) Descriptor() ([]byte, []int)

Deprecated: Use EnterRogueMapRoomCsReq.ProtoReflect.Descriptor instead.

func (*EnterRogueMapRoomCsReq) GetRoomId ¶

func (x *EnterRogueMapRoomCsReq) GetRoomId() uint32

func (*EnterRogueMapRoomCsReq) GetSiteId ¶

func (x *EnterRogueMapRoomCsReq) GetSiteId() uint32

func (*EnterRogueMapRoomCsReq) ProtoMessage ¶

func (*EnterRogueMapRoomCsReq) ProtoMessage()

func (*EnterRogueMapRoomCsReq) ProtoReflect ¶

func (x *EnterRogueMapRoomCsReq) ProtoReflect() protoreflect.Message

func (*EnterRogueMapRoomCsReq) Reset ¶

func (x *EnterRogueMapRoomCsReq) Reset()

func (*EnterRogueMapRoomCsReq) String ¶

func (x *EnterRogueMapRoomCsReq) String() string

type EnterRogueMapRoomScRsp ¶

type EnterRogueMapRoomScRsp struct {
	Lineup    *LineupInfo `protobuf:"bytes,2,opt,name=lineup,proto3" json:"lineup,omitempty"`
	CurSiteId uint32      `protobuf:"varint,8,opt,name=cur_site_id,json=curSiteId,proto3" json:"cur_site_id,omitempty"`
	Retcode   uint32      `protobuf:"varint,5,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Scene     *SceneInfo  `protobuf:"bytes,15,opt,name=scene,proto3" json:"scene,omitempty"`
	// contains filtered or unexported fields
}

func (*EnterRogueMapRoomScRsp) Descriptor deprecated

func (*EnterRogueMapRoomScRsp) Descriptor() ([]byte, []int)

Deprecated: Use EnterRogueMapRoomScRsp.ProtoReflect.Descriptor instead.

func (*EnterRogueMapRoomScRsp) GetCurSiteId ¶

func (x *EnterRogueMapRoomScRsp) GetCurSiteId() uint32

func (*EnterRogueMapRoomScRsp) GetLineup ¶

func (x *EnterRogueMapRoomScRsp) GetLineup() *LineupInfo

func (*EnterRogueMapRoomScRsp) GetRetcode ¶

func (x *EnterRogueMapRoomScRsp) GetRetcode() uint32

func (*EnterRogueMapRoomScRsp) GetScene ¶

func (x *EnterRogueMapRoomScRsp) GetScene() *SceneInfo

func (*EnterRogueMapRoomScRsp) ProtoMessage ¶

func (*EnterRogueMapRoomScRsp) ProtoMessage()

func (*EnterRogueMapRoomScRsp) ProtoReflect ¶

func (x *EnterRogueMapRoomScRsp) ProtoReflect() protoreflect.Message

func (*EnterRogueMapRoomScRsp) Reset ¶

func (x *EnterRogueMapRoomScRsp) Reset()

func (*EnterRogueMapRoomScRsp) String ¶

func (x *EnterRogueMapRoomScRsp) String() string

type EnterSceneByServerScNotify ¶

type EnterSceneByServerScNotify struct {
	Lineup *LineupInfo      `protobuf:"bytes,12,opt,name=lineup,proto3" json:"lineup,omitempty"`
	Reason EnterSceneReason `protobuf:"varint,3,opt,name=reason,proto3,enum=proto.EnterSceneReason" json:"reason,omitempty"`
	Scene  *SceneInfo       `protobuf:"bytes,4,opt,name=scene,proto3" json:"scene,omitempty"`
	// contains filtered or unexported fields
}

func (*EnterSceneByServerScNotify) Descriptor deprecated

func (*EnterSceneByServerScNotify) Descriptor() ([]byte, []int)

Deprecated: Use EnterSceneByServerScNotify.ProtoReflect.Descriptor instead.

func (*EnterSceneByServerScNotify) GetLineup ¶

func (x *EnterSceneByServerScNotify) GetLineup() *LineupInfo

func (*EnterSceneByServerScNotify) GetReason ¶

func (*EnterSceneByServerScNotify) GetScene ¶

func (x *EnterSceneByServerScNotify) GetScene() *SceneInfo

func (*EnterSceneByServerScNotify) ProtoMessage ¶

func (*EnterSceneByServerScNotify) ProtoMessage()

func (*EnterSceneByServerScNotify) ProtoReflect ¶

func (*EnterSceneByServerScNotify) Reset ¶

func (x *EnterSceneByServerScNotify) Reset()

func (*EnterSceneByServerScNotify) String ¶

func (x *EnterSceneByServerScNotify) String() string

type EnterSceneCsReq ¶

type EnterSceneCsReq struct {
	TeleportId uint32 `protobuf:"varint,2,opt,name=teleport_id,json=teleportId,proto3" json:"teleport_id,omitempty"`
	EntryId    uint32 `protobuf:"varint,14,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnterSceneCsReq) Descriptor deprecated

func (*EnterSceneCsReq) Descriptor() ([]byte, []int)

Deprecated: Use EnterSceneCsReq.ProtoReflect.Descriptor instead.

func (*EnterSceneCsReq) GetEntryId ¶

func (x *EnterSceneCsReq) GetEntryId() uint32

func (*EnterSceneCsReq) GetTeleportId ¶

func (x *EnterSceneCsReq) GetTeleportId() uint32

func (*EnterSceneCsReq) ProtoMessage ¶

func (*EnterSceneCsReq) ProtoMessage()

func (*EnterSceneCsReq) ProtoReflect ¶

func (x *EnterSceneCsReq) ProtoReflect() protoreflect.Message

func (*EnterSceneCsReq) Reset ¶

func (x *EnterSceneCsReq) Reset()

func (*EnterSceneCsReq) String ¶

func (x *EnterSceneCsReq) String() string

type EnterSceneReason ¶

type EnterSceneReason int32
const (
	EnterSceneReason_ENTER_SCENE_REASON_NONE              EnterSceneReason = 0
	EnterSceneReason_ENTER_SCENE_REASON_CHALLENGE_TIMEOUT EnterSceneReason = 1
	EnterSceneReason_ENTER_SCENE_REASON_ROGUE_TIMEOUT     EnterSceneReason = 2
)

func (EnterSceneReason) Descriptor ¶

func (EnterSceneReason) Enum ¶

func (EnterSceneReason) EnumDescriptor deprecated

func (EnterSceneReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use EnterSceneReason.Descriptor instead.

func (EnterSceneReason) Number ¶

func (EnterSceneReason) String ¶

func (x EnterSceneReason) String() string

func (EnterSceneReason) Type ¶

type EnteredSceneInfo ¶

type EnteredSceneInfo struct {
	FloorId uint32 `protobuf:"varint,6,opt,name=floor_id,json=floorId,proto3" json:"floor_id,omitempty"`
	PlaneId uint32 `protobuf:"varint,1,opt,name=plane_id,json=planeId,proto3" json:"plane_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnteredSceneInfo) Descriptor deprecated

func (*EnteredSceneInfo) Descriptor() ([]byte, []int)

Deprecated: Use EnteredSceneInfo.ProtoReflect.Descriptor instead.

func (*EnteredSceneInfo) GetFloorId ¶

func (x *EnteredSceneInfo) GetFloorId() uint32

func (*EnteredSceneInfo) GetPlaneId ¶

func (x *EnteredSceneInfo) GetPlaneId() uint32

func (*EnteredSceneInfo) ProtoMessage ¶

func (*EnteredSceneInfo) ProtoMessage()

func (*EnteredSceneInfo) ProtoReflect ¶

func (x *EnteredSceneInfo) ProtoReflect() protoreflect.Message

func (*EnteredSceneInfo) Reset ¶

func (x *EnteredSceneInfo) Reset()

func (*EnteredSceneInfo) String ¶

func (x *EnteredSceneInfo) String() string

type EntityBuffChangeInfo ¶

type EntityBuffChangeInfo struct {
	AddBuffInfo  *BuffInfo `protobuf:"bytes,12,opt,name=add_buff_info,json=addBuffInfo,proto3" json:"add_buff_info,omitempty"`
	RemoveBuffId uint32    `protobuf:"varint,4,opt,name=remove_buff_id,json=removeBuffId,proto3" json:"remove_buff_id,omitempty"`
	EntityId     uint32    `protobuf:"varint,9,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityBuffChangeInfo) Descriptor deprecated

func (*EntityBuffChangeInfo) Descriptor() ([]byte, []int)

Deprecated: Use EntityBuffChangeInfo.ProtoReflect.Descriptor instead.

func (*EntityBuffChangeInfo) GetAddBuffInfo ¶

func (x *EntityBuffChangeInfo) GetAddBuffInfo() *BuffInfo

func (*EntityBuffChangeInfo) GetEntityId ¶

func (x *EntityBuffChangeInfo) GetEntityId() uint32

func (*EntityBuffChangeInfo) GetRemoveBuffId ¶

func (x *EntityBuffChangeInfo) GetRemoveBuffId() uint32

func (*EntityBuffChangeInfo) ProtoMessage ¶

func (*EntityBuffChangeInfo) ProtoMessage()

func (*EntityBuffChangeInfo) ProtoReflect ¶

func (x *EntityBuffChangeInfo) ProtoReflect() protoreflect.Message

func (*EntityBuffChangeInfo) Reset ¶

func (x *EntityBuffChangeInfo) Reset()

func (*EntityBuffChangeInfo) String ¶

func (x *EntityBuffChangeInfo) String() string

type EntityBuffInfo ¶

type EntityBuffInfo struct {
	BuffList []*BuffInfo `protobuf:"bytes,6,rep,name=buff_list,json=buffList,proto3" json:"buff_list,omitempty"`
	EntityId uint32      `protobuf:"varint,7,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityBuffInfo) Descriptor deprecated

func (*EntityBuffInfo) Descriptor() ([]byte, []int)

Deprecated: Use EntityBuffInfo.ProtoReflect.Descriptor instead.

func (*EntityBuffInfo) GetBuffList ¶

func (x *EntityBuffInfo) GetBuffList() []*BuffInfo

func (*EntityBuffInfo) GetEntityId ¶

func (x *EntityBuffInfo) GetEntityId() uint32

func (*EntityBuffInfo) ProtoMessage ¶

func (*EntityBuffInfo) ProtoMessage()

func (*EntityBuffInfo) ProtoReflect ¶

func (x *EntityBuffInfo) ProtoReflect() protoreflect.Message

func (*EntityBuffInfo) Reset ¶

func (x *EntityBuffInfo) Reset()

func (*EntityBuffInfo) String ¶

func (x *EntityBuffInfo) String() string

type EntityMotion ¶

type EntityMotion struct {
	Motion   *MotionInfo `protobuf:"bytes,11,opt,name=motion,proto3" json:"motion,omitempty"`
	EntityId uint32      `protobuf:"varint,14,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	MapLayer uint32      `protobuf:"varint,13,opt,name=map_layer,json=mapLayer,proto3" json:"map_layer,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityMotion) Descriptor deprecated

func (*EntityMotion) Descriptor() ([]byte, []int)

Deprecated: Use EntityMotion.ProtoReflect.Descriptor instead.

func (*EntityMotion) GetEntityId ¶

func (x *EntityMotion) GetEntityId() uint32

func (*EntityMotion) GetMapLayer ¶

func (x *EntityMotion) GetMapLayer() uint32

func (*EntityMotion) GetMotion ¶

func (x *EntityMotion) GetMotion() *MotionInfo

func (*EntityMotion) ProtoMessage ¶

func (*EntityMotion) ProtoMessage()

func (*EntityMotion) ProtoReflect ¶

func (x *EntityMotion) ProtoReflect() protoreflect.Message

func (*EntityMotion) Reset ¶

func (x *EntityMotion) Reset()

func (*EntityMotion) String ¶

func (x *EntityMotion) String() string

type EquipRelic ¶

type EquipRelic struct {
	Slot          uint32 `protobuf:"varint,4,opt,name=slot,proto3" json:"slot,omitempty"`
	RelicUniqueId uint32 `protobuf:"varint,15,opt,name=relic_unique_id,json=relicUniqueId,proto3" json:"relic_unique_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EquipRelic) Descriptor deprecated

func (*EquipRelic) Descriptor() ([]byte, []int)

Deprecated: Use EquipRelic.ProtoReflect.Descriptor instead.

func (*EquipRelic) GetRelicUniqueId ¶

func (x *EquipRelic) GetRelicUniqueId() uint32

func (*EquipRelic) GetSlot ¶

func (x *EquipRelic) GetSlot() uint32

func (*EquipRelic) ProtoMessage ¶

func (*EquipRelic) ProtoMessage()

func (*EquipRelic) ProtoReflect ¶

func (x *EquipRelic) ProtoReflect() protoreflect.Message

func (*EquipRelic) Reset ¶

func (x *EquipRelic) Reset()

func (*EquipRelic) String ¶

func (x *EquipRelic) String() string

type Equipment ¶

type Equipment struct {
	Exp          uint32 `protobuf:"varint,2,opt,name=exp,proto3" json:"exp,omitempty"`
	Promotion    uint32 `protobuf:"varint,8,opt,name=promotion,proto3" json:"promotion,omitempty"`
	Level        uint32 `protobuf:"varint,15,opt,name=level,proto3" json:"level,omitempty"`
	BaseAvatarId uint32 `protobuf:"varint,7,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	IsProtected  bool   `protobuf:"varint,3,opt,name=is_protected,json=isProtected,proto3" json:"is_protected,omitempty"`
	Rank         uint32 `protobuf:"varint,1,opt,name=rank,proto3" json:"rank,omitempty"`
	UniqueId     uint32 `protobuf:"varint,12,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	Tid          uint32 `protobuf:"varint,14,opt,name=tid,proto3" json:"tid,omitempty"`
	// contains filtered or unexported fields
}

func (*Equipment) Descriptor deprecated

func (*Equipment) Descriptor() ([]byte, []int)

Deprecated: Use Equipment.ProtoReflect.Descriptor instead.

func (*Equipment) GetBaseAvatarId ¶

func (x *Equipment) GetBaseAvatarId() uint32

func (*Equipment) GetExp ¶

func (x *Equipment) GetExp() uint32

func (*Equipment) GetIsProtected ¶

func (x *Equipment) GetIsProtected() bool

func (*Equipment) GetLevel ¶

func (x *Equipment) GetLevel() uint32

func (*Equipment) GetPromotion ¶

func (x *Equipment) GetPromotion() uint32

func (*Equipment) GetRank ¶

func (x *Equipment) GetRank() uint32

func (*Equipment) GetTid ¶

func (x *Equipment) GetTid() uint32

func (*Equipment) GetUniqueId ¶

func (x *Equipment) GetUniqueId() uint32

func (*Equipment) ProtoMessage ¶

func (*Equipment) ProtoMessage()

func (*Equipment) ProtoReflect ¶

func (x *Equipment) ProtoReflect() protoreflect.Message

func (*Equipment) Reset ¶

func (x *Equipment) Reset()

func (*Equipment) String ¶

func (x *Equipment) String() string

type ExchangeGachaCeilingCsReq ¶

type ExchangeGachaCeilingCsReq struct {
	GachaType uint32 `protobuf:"varint,8,opt,name=gacha_type,json=gachaType,proto3" json:"gacha_type,omitempty"`
	AvatarId  uint32 `protobuf:"varint,6,opt,name=avatar_id,json=avatarId,proto3" json:"avatar_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ExchangeGachaCeilingCsReq) Descriptor deprecated

func (*ExchangeGachaCeilingCsReq) Descriptor() ([]byte, []int)

Deprecated: Use ExchangeGachaCeilingCsReq.ProtoReflect.Descriptor instead.

func (*ExchangeGachaCeilingCsReq) GetAvatarId ¶

func (x *ExchangeGachaCeilingCsReq) GetAvatarId() uint32

func (*ExchangeGachaCeilingCsReq) GetGachaType ¶

func (x *ExchangeGachaCeilingCsReq) GetGachaType() uint32

func (*ExchangeGachaCeilingCsReq) ProtoMessage ¶

func (*ExchangeGachaCeilingCsReq) ProtoMessage()

func (*ExchangeGachaCeilingCsReq) ProtoReflect ¶

func (*ExchangeGachaCeilingCsReq) Reset ¶

func (x *ExchangeGachaCeilingCsReq) Reset()

func (*ExchangeGachaCeilingCsReq) String ¶

func (x *ExchangeGachaCeilingCsReq) String() string

type ExchangeGachaCeilingScRsp ¶

type ExchangeGachaCeilingScRsp struct {
	GachaCeiling     *GachaCeiling `protobuf:"bytes,5,opt,name=gacha_ceiling,json=gachaCeiling,proto3" json:"gacha_ceiling,omitempty"`
	AvatarId         uint32        `protobuf:"varint,6,opt,name=avatar_id,json=avatarId,proto3" json:"avatar_id,omitempty"`
	GachaType        uint32        `protobuf:"varint,14,opt,name=gacha_type,json=gachaType,proto3" json:"gacha_type,omitempty"`
	Retcode          uint32        `protobuf:"varint,12,opt,name=retcode,proto3" json:"retcode,omitempty"`
	TransferItemList *ItemList     `protobuf:"bytes,7,opt,name=transfer_item_list,json=transferItemList,proto3" json:"transfer_item_list,omitempty"`
	// contains filtered or unexported fields
}

func (*ExchangeGachaCeilingScRsp) Descriptor deprecated

func (*ExchangeGachaCeilingScRsp) Descriptor() ([]byte, []int)

Deprecated: Use ExchangeGachaCeilingScRsp.ProtoReflect.Descriptor instead.

func (*ExchangeGachaCeilingScRsp) GetAvatarId ¶

func (x *ExchangeGachaCeilingScRsp) GetAvatarId() uint32

func (*ExchangeGachaCeilingScRsp) GetGachaCeiling ¶

func (x *ExchangeGachaCeilingScRsp) GetGachaCeiling() *GachaCeiling

func (*ExchangeGachaCeilingScRsp) GetGachaType ¶

func (x *ExchangeGachaCeilingScRsp) GetGachaType() uint32

func (*ExchangeGachaCeilingScRsp) GetRetcode ¶

func (x *ExchangeGachaCeilingScRsp) GetRetcode() uint32

func (*ExchangeGachaCeilingScRsp) GetTransferItemList ¶

func (x *ExchangeGachaCeilingScRsp) GetTransferItemList() *ItemList

func (*ExchangeGachaCeilingScRsp) ProtoMessage ¶

func (*ExchangeGachaCeilingScRsp) ProtoMessage()

func (*ExchangeGachaCeilingScRsp) ProtoReflect ¶

func (*ExchangeGachaCeilingScRsp) Reset ¶

func (x *ExchangeGachaCeilingScRsp) Reset()

func (*ExchangeGachaCeilingScRsp) String ¶

func (x *ExchangeGachaCeilingScRsp) String() string

type ExchangeHcoinCsReq ¶

type ExchangeHcoinCsReq struct {
	Num uint32 `protobuf:"varint,11,opt,name=num,proto3" json:"num,omitempty"`
	// contains filtered or unexported fields
}

func (*ExchangeHcoinCsReq) Descriptor deprecated

func (*ExchangeHcoinCsReq) Descriptor() ([]byte, []int)

Deprecated: Use ExchangeHcoinCsReq.ProtoReflect.Descriptor instead.

func (*ExchangeHcoinCsReq) GetNum ¶

func (x *ExchangeHcoinCsReq) GetNum() uint32

func (*ExchangeHcoinCsReq) ProtoMessage ¶

func (*ExchangeHcoinCsReq) ProtoMessage()

func (*ExchangeHcoinCsReq) ProtoReflect ¶

func (x *ExchangeHcoinCsReq) ProtoReflect() protoreflect.Message

func (*ExchangeHcoinCsReq) Reset ¶

func (x *ExchangeHcoinCsReq) Reset()

func (*ExchangeHcoinCsReq) String ¶

func (x *ExchangeHcoinCsReq) String() string

type ExchangeHcoinScRsp ¶

type ExchangeHcoinScRsp struct {
	Retcode uint32 `protobuf:"varint,7,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Num     uint32 `protobuf:"varint,9,opt,name=num,proto3" json:"num,omitempty"`
	// contains filtered or unexported fields
}

func (*ExchangeHcoinScRsp) Descriptor deprecated

func (*ExchangeHcoinScRsp) Descriptor() ([]byte, []int)

Deprecated: Use ExchangeHcoinScRsp.ProtoReflect.Descriptor instead.

func (*ExchangeHcoinScRsp) GetNum ¶

func (x *ExchangeHcoinScRsp) GetNum() uint32

func (*ExchangeHcoinScRsp) GetRetcode ¶

func (x *ExchangeHcoinScRsp) GetRetcode() uint32

func (*ExchangeHcoinScRsp) ProtoMessage ¶

func (*ExchangeHcoinScRsp) ProtoMessage()

func (*ExchangeHcoinScRsp) ProtoReflect ¶

func (x *ExchangeHcoinScRsp) ProtoReflect() protoreflect.Message

func (*ExchangeHcoinScRsp) Reset ¶

func (x *ExchangeHcoinScRsp) Reset()

func (*ExchangeHcoinScRsp) String ¶

func (x *ExchangeHcoinScRsp) String() string

type ExpUpEquipmentCsReq ¶

type ExpUpEquipmentCsReq struct {
	EquipmentUniqueId uint32        `protobuf:"varint,10,opt,name=equipment_unique_id,json=equipmentUniqueId,proto3" json:"equipment_unique_id,omitempty"`
	ItemCostList      *ItemCostList `protobuf:"bytes,3,opt,name=item_cost_list,json=itemCostList,proto3" json:"item_cost_list,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpUpEquipmentCsReq) Descriptor deprecated

func (*ExpUpEquipmentCsReq) Descriptor() ([]byte, []int)

Deprecated: Use ExpUpEquipmentCsReq.ProtoReflect.Descriptor instead.

func (*ExpUpEquipmentCsReq) GetEquipmentUniqueId ¶

func (x *ExpUpEquipmentCsReq) GetEquipmentUniqueId() uint32

func (*ExpUpEquipmentCsReq) GetItemCostList ¶

func (x *ExpUpEquipmentCsReq) GetItemCostList() *ItemCostList

func (*ExpUpEquipmentCsReq) ProtoMessage ¶

func (*ExpUpEquipmentCsReq) ProtoMessage()

func (*ExpUpEquipmentCsReq) ProtoReflect ¶

func (x *ExpUpEquipmentCsReq) ProtoReflect() protoreflect.Message

func (*ExpUpEquipmentCsReq) Reset ¶

func (x *ExpUpEquipmentCsReq) Reset()

func (*ExpUpEquipmentCsReq) String ¶

func (x *ExpUpEquipmentCsReq) String() string

type ExpUpEquipmentScRsp ¶

type ExpUpEquipmentScRsp struct {
	ReturnItemList []*PileItem `protobuf:"bytes,6,rep,name=return_item_list,json=returnItemList,proto3" json:"return_item_list,omitempty"`
	Retcode        uint32      `protobuf:"varint,10,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpUpEquipmentScRsp) Descriptor deprecated

func (*ExpUpEquipmentScRsp) Descriptor() ([]byte, []int)

Deprecated: Use ExpUpEquipmentScRsp.ProtoReflect.Descriptor instead.

func (*ExpUpEquipmentScRsp) GetRetcode ¶

func (x *ExpUpEquipmentScRsp) GetRetcode() uint32

func (*ExpUpEquipmentScRsp) GetReturnItemList ¶

func (x *ExpUpEquipmentScRsp) GetReturnItemList() []*PileItem

func (*ExpUpEquipmentScRsp) ProtoMessage ¶

func (*ExpUpEquipmentScRsp) ProtoMessage()

func (*ExpUpEquipmentScRsp) ProtoReflect ¶

func (x *ExpUpEquipmentScRsp) ProtoReflect() protoreflect.Message

func (*ExpUpEquipmentScRsp) Reset ¶

func (x *ExpUpEquipmentScRsp) Reset()

func (*ExpUpEquipmentScRsp) String ¶

func (x *ExpUpEquipmentScRsp) String() string

type ExpUpRelicCsReq ¶

type ExpUpRelicCsReq struct {
	RelicUniqueId uint32        `protobuf:"varint,8,opt,name=relic_unique_id,json=relicUniqueId,proto3" json:"relic_unique_id,omitempty"`
	ItemCostList  *ItemCostList `protobuf:"bytes,13,opt,name=item_cost_list,json=itemCostList,proto3" json:"item_cost_list,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpUpRelicCsReq) Descriptor deprecated

func (*ExpUpRelicCsReq) Descriptor() ([]byte, []int)

Deprecated: Use ExpUpRelicCsReq.ProtoReflect.Descriptor instead.

func (*ExpUpRelicCsReq) GetItemCostList ¶

func (x *ExpUpRelicCsReq) GetItemCostList() *ItemCostList

func (*ExpUpRelicCsReq) GetRelicUniqueId ¶

func (x *ExpUpRelicCsReq) GetRelicUniqueId() uint32

func (*ExpUpRelicCsReq) ProtoMessage ¶

func (*ExpUpRelicCsReq) ProtoMessage()

func (*ExpUpRelicCsReq) ProtoReflect ¶

func (x *ExpUpRelicCsReq) ProtoReflect() protoreflect.Message

func (*ExpUpRelicCsReq) Reset ¶

func (x *ExpUpRelicCsReq) Reset()

func (*ExpUpRelicCsReq) String ¶

func (x *ExpUpRelicCsReq) String() string

type ExpUpRelicScRsp ¶

type ExpUpRelicScRsp struct {
	Retcode        uint32      `protobuf:"varint,10,opt,name=retcode,proto3" json:"retcode,omitempty"`
	ReturnItemList []*PileItem `protobuf:"bytes,6,rep,name=return_item_list,json=returnItemList,proto3" json:"return_item_list,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpUpRelicScRsp) Descriptor deprecated

func (*ExpUpRelicScRsp) Descriptor() ([]byte, []int)

Deprecated: Use ExpUpRelicScRsp.ProtoReflect.Descriptor instead.

func (*ExpUpRelicScRsp) GetRetcode ¶

func (x *ExpUpRelicScRsp) GetRetcode() uint32

func (*ExpUpRelicScRsp) GetReturnItemList ¶

func (x *ExpUpRelicScRsp) GetReturnItemList() []*PileItem

func (*ExpUpRelicScRsp) ProtoMessage ¶

func (*ExpUpRelicScRsp) ProtoMessage()

func (*ExpUpRelicScRsp) ProtoReflect ¶

func (x *ExpUpRelicScRsp) ProtoReflect() protoreflect.Message

func (*ExpUpRelicScRsp) Reset ¶

func (x *ExpUpRelicScRsp) Reset()

func (*ExpUpRelicScRsp) String ¶

func (x *ExpUpRelicScRsp) String() string

type ExtraLineupType ¶

type ExtraLineupType int32
const (
	ExtraLineupType_LINEUP_NONE             ExtraLineupType = 0
	ExtraLineupType_LINEUP_CHALLENGE        ExtraLineupType = 1
	ExtraLineupType_LINEUP_ROGUE            ExtraLineupType = 2
	ExtraLineupType_LINEUP_CHALLENGE_2      ExtraLineupType = 3
	ExtraLineupType_LINEUP_CHALLENGE_3      ExtraLineupType = 4
	ExtraLineupType_LINEUP_ROGUE_CHALLENGE  ExtraLineupType = 5
	ExtraLineupType_LINEUP_STAGE_TRIAL      ExtraLineupType = 6
	ExtraLineupType_LINEUP_ROGUE_TRIAL      ExtraLineupType = 7
	ExtraLineupType_LINEUP_ACTIVITY         ExtraLineupType = 8
	ExtraLineupType_LINEUP_BOXING_CLUB      ExtraLineupType = 9
	ExtraLineupType_LINEUP_TREASURE_DUNGEON ExtraLineupType = 11
	ExtraLineupType_LINEUP_CHESS_ROGUE      ExtraLineupType = 12
	ExtraLineupType_LINEUP_HELIOBUS         ExtraLineupType = 13
)

func (ExtraLineupType) Descriptor ¶

func (ExtraLineupType) Enum ¶

func (x ExtraLineupType) Enum() *ExtraLineupType

func (ExtraLineupType) EnumDescriptor deprecated

func (ExtraLineupType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExtraLineupType.Descriptor instead.

func (ExtraLineupType) Number ¶

func (ExtraLineupType) String ¶

func (x ExtraLineupType) String() string

func (ExtraLineupType) Type ¶

type FarmStageGachaInfo ¶

type FarmStageGachaInfo struct {
	BeginTime int64  `protobuf:"varint,5,opt,name=begin_time,json=beginTime,proto3" json:"begin_time,omitempty"`
	GachaId   uint32 `protobuf:"varint,3,opt,name=gacha_id,json=gachaId,proto3" json:"gacha_id,omitempty"`
	EndTime   int64  `protobuf:"varint,4,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*FarmStageGachaInfo) Descriptor deprecated

func (*FarmStageGachaInfo) Descriptor() ([]byte, []int)

Deprecated: Use FarmStageGachaInfo.ProtoReflect.Descriptor instead.

func (*FarmStageGachaInfo) GetBeginTime ¶

func (x *FarmStageGachaInfo) GetBeginTime() int64

func (*FarmStageGachaInfo) GetEndTime ¶

func (x *FarmStageGachaInfo) GetEndTime() int64

func (*FarmStageGachaInfo) GetGachaId ¶

func (x *FarmStageGachaInfo) GetGachaId() uint32

func (*FarmStageGachaInfo) ProtoMessage ¶

func (*FarmStageGachaInfo) ProtoMessage()

func (*FarmStageGachaInfo) ProtoReflect ¶

func (x *FarmStageGachaInfo) ProtoReflect() protoreflect.Message

func (*FarmStageGachaInfo) Reset ¶

func (x *FarmStageGachaInfo) Reset()

func (*FarmStageGachaInfo) String ¶

func (x *FarmStageGachaInfo) String() string

type FriendApplyInfo ¶

type FriendApplyInfo struct {
	SimpleInfo *SimpleInfo `protobuf:"bytes,4,opt,name=simple_info,json=simpleInfo,proto3" json:"simple_info,omitempty"`
	// contains filtered or unexported fields
}

func (*FriendApplyInfo) Descriptor deprecated

func (*FriendApplyInfo) Descriptor() ([]byte, []int)

Deprecated: Use FriendApplyInfo.ProtoReflect.Descriptor instead.

func (*FriendApplyInfo) GetSimpleInfo ¶

func (x *FriendApplyInfo) GetSimpleInfo() *SimpleInfo

func (*FriendApplyInfo) ProtoMessage ¶

func (*FriendApplyInfo) ProtoMessage()

func (*FriendApplyInfo) ProtoReflect ¶

func (x *FriendApplyInfo) ProtoReflect() protoreflect.Message

func (*FriendApplyInfo) Reset ¶

func (x *FriendApplyInfo) Reset()

func (*FriendApplyInfo) String ¶

func (x *FriendApplyInfo) String() string

type FriendApplySource ¶

type FriendApplySource int32
const (
	FriendApplySource_FRIEND_APPLY_SOURCE_NONE             FriendApplySource = 0
	FriendApplySource_FRIEND_APPLY_SOURCE_SEARCH           FriendApplySource = 1
	FriendApplySource_FRIEND_APPLY_SOURCE_RECOMMEND        FriendApplySource = 2
	FriendApplySource_FRIEND_APPLY_SOURCE_ASSIST           FriendApplySource = 3
	FriendApplySource_FRIEND_APPLY_SOURCE_RECOMMEND_ASSIST FriendApplySource = 4
	FriendApplySource_FRIEND_APPLY_SOURCE_PSN_FRIEND       FriendApplySource = 5
)

func (FriendApplySource) Descriptor ¶

func (FriendApplySource) Enum ¶

func (FriendApplySource) EnumDescriptor deprecated

func (FriendApplySource) EnumDescriptor() ([]byte, []int)

Deprecated: Use FriendApplySource.Descriptor instead.

func (FriendApplySource) Number ¶

func (FriendApplySource) String ¶

func (x FriendApplySource) String() string

func (FriendApplySource) Type ¶

type FriendListInfo ¶

type FriendListInfo struct {
	SimpleInfo *SimpleInfo `protobuf:"bytes,7,opt,name=simple_info,json=simpleInfo,proto3" json:"simple_info,omitempty"`
	// contains filtered or unexported fields
}

func (*FriendListInfo) Descriptor deprecated

func (*FriendListInfo) Descriptor() ([]byte, []int)

Deprecated: Use FriendListInfo.ProtoReflect.Descriptor instead.

func (*FriendListInfo) GetSimpleInfo ¶

func (x *FriendListInfo) GetSimpleInfo() *SimpleInfo

func (*FriendListInfo) ProtoMessage ¶

func (*FriendListInfo) ProtoMessage()

func (*FriendListInfo) ProtoReflect ¶

func (x *FriendListInfo) ProtoReflect() protoreflect.Message

func (*FriendListInfo) Reset ¶

func (x *FriendListInfo) Reset()

func (*FriendListInfo) String ¶

func (x *FriendListInfo) String() string

type FriendOnlineStatus ¶

type FriendOnlineStatus int32
const (
	FriendOnlineStatus_FRIEND_ONLINE_STATUS_OFFLINE FriendOnlineStatus = 0
	FriendOnlineStatus_FRIEND_ONLINE_STATUS_ONLINE  FriendOnlineStatus = 1
)

func (FriendOnlineStatus) Descriptor ¶

func (FriendOnlineStatus) Enum ¶

func (FriendOnlineStatus) EnumDescriptor deprecated

func (FriendOnlineStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use FriendOnlineStatus.Descriptor instead.

func (FriendOnlineStatus) Number ¶

func (FriendOnlineStatus) String ¶

func (x FriendOnlineStatus) String() string

func (FriendOnlineStatus) Type ¶

type FriendRecommendInfo ¶

type FriendRecommendInfo struct {
	SimpleInfo *SimpleInfo `protobuf:"bytes,1,opt,name=simple_info,json=simpleInfo,proto3" json:"simple_info,omitempty"`
	// contains filtered or unexported fields
}

func (*FriendRecommendInfo) Descriptor deprecated

func (*FriendRecommendInfo) Descriptor() ([]byte, []int)

Deprecated: Use FriendRecommendInfo.ProtoReflect.Descriptor instead.

func (*FriendRecommendInfo) GetSimpleInfo ¶

func (x *FriendRecommendInfo) GetSimpleInfo() *SimpleInfo

func (*FriendRecommendInfo) ProtoMessage ¶

func (*FriendRecommendInfo) ProtoMessage()

func (*FriendRecommendInfo) ProtoReflect ¶

func (x *FriendRecommendInfo) ProtoReflect() protoreflect.Message

func (*FriendRecommendInfo) Reset ¶

func (x *FriendRecommendInfo) Reset()

func (*FriendRecommendInfo) String ¶

func (x *FriendRecommendInfo) String() string

type GachaCeiling ¶

type GachaCeiling struct {
	IsClaimed  bool                  `protobuf:"varint,5,opt,name=is_claimed,json=isClaimed,proto3" json:"is_claimed,omitempty"`
	AvatarList []*GachaCeilingAvatar `protobuf:"bytes,1,rep,name=avatar_list,json=avatarList,proto3" json:"avatar_list,omitempty"`
	CeilingNum uint32                `protobuf:"varint,12,opt,name=ceiling_num,json=ceilingNum,proto3" json:"ceiling_num,omitempty"`
	// contains filtered or unexported fields
}

func (*GachaCeiling) Descriptor deprecated

func (*GachaCeiling) Descriptor() ([]byte, []int)

Deprecated: Use GachaCeiling.ProtoReflect.Descriptor instead.

func (*GachaCeiling) GetAvatarList ¶

func (x *GachaCeiling) GetAvatarList() []*GachaCeilingAvatar

func (*GachaCeiling) GetCeilingNum ¶

func (x *GachaCeiling) GetCeilingNum() uint32

func (*GachaCeiling) GetIsClaimed ¶

func (x *GachaCeiling) GetIsClaimed() bool

func (*GachaCeiling) ProtoMessage ¶

func (*GachaCeiling) ProtoMessage()

func (*GachaCeiling) ProtoReflect ¶

func (x *GachaCeiling) ProtoReflect() protoreflect.Message

func (*GachaCeiling) Reset ¶

func (x *GachaCeiling) Reset()

func (*GachaCeiling) String ¶

func (x *GachaCeiling) String() string

type GachaCeilingAvatar ¶

type GachaCeilingAvatar struct {
	RepeatedCnt uint32 `protobuf:"varint,12,opt,name=repeated_cnt,json=repeatedCnt,proto3" json:"repeated_cnt,omitempty"`
	AvatarId    uint32 `protobuf:"varint,2,opt,name=avatar_id,json=avatarId,proto3" json:"avatar_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GachaCeilingAvatar) Descriptor deprecated

func (*GachaCeilingAvatar) Descriptor() ([]byte, []int)

Deprecated: Use GachaCeilingAvatar.ProtoReflect.Descriptor instead.

func (*GachaCeilingAvatar) GetAvatarId ¶

func (x *GachaCeilingAvatar) GetAvatarId() uint32

func (*GachaCeilingAvatar) GetRepeatedCnt ¶

func (x *GachaCeilingAvatar) GetRepeatedCnt() uint32

func (*GachaCeilingAvatar) ProtoMessage ¶

func (*GachaCeilingAvatar) ProtoMessage()

func (*GachaCeilingAvatar) ProtoReflect ¶

func (x *GachaCeilingAvatar) ProtoReflect() protoreflect.Message

func (*GachaCeilingAvatar) Reset ¶

func (x *GachaCeilingAvatar) Reset()

func (*GachaCeilingAvatar) String ¶

func (x *GachaCeilingAvatar) String() string

type GachaInfo ¶

type GachaInfo struct {
	HistoryUrl   string        `protobuf:"bytes,13,opt,name=history_url,json=historyUrl,proto3" json:"history_url,omitempty"`
	BeginTime    int64         `protobuf:"varint,5,opt,name=begin_time,json=beginTime,proto3" json:"begin_time,omitempty"`
	UpInfo       []uint32      `protobuf:"varint,6,rep,packed,name=up_info,json=upInfo,proto3" json:"up_info,omitempty"`
	EndTime      int64         `protobuf:"varint,15,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	GachaId      uint32        `protobuf:"varint,3,opt,name=gacha_id,json=gachaId,proto3" json:"gacha_id,omitempty"`
	Featured     []uint32      `protobuf:"varint,9,rep,packed,name=featured,proto3" json:"featured,omitempty"`
	DetailUrl    string        `protobuf:"bytes,14,opt,name=detail_url,json=detailUrl,proto3" json:"detail_url,omitempty"`
	GachaCeiling *GachaCeiling `protobuf:"bytes,1,opt,name=gacha_ceiling,json=gachaCeiling,proto3" json:"gacha_ceiling,omitempty"`
	// contains filtered or unexported fields
}

func (*GachaInfo) Descriptor deprecated

func (*GachaInfo) Descriptor() ([]byte, []int)

Deprecated: Use GachaInfo.ProtoReflect.Descriptor instead.

func (*GachaInfo) GetBeginTime ¶

func (x *GachaInfo) GetBeginTime() int64

func (*GachaInfo) GetDetailUrl ¶

func (x *GachaInfo) GetDetailUrl() string

func (*GachaInfo) GetEndTime ¶

func (x *GachaInfo) GetEndTime() int64

func (*GachaInfo) GetFeatured ¶

func (x *GachaInfo) GetFeatured() []uint32

func (*GachaInfo) GetGachaCeiling ¶

func (x *GachaInfo) GetGachaCeiling() *GachaCeiling

func (*GachaInfo) GetGachaId ¶

func (x *GachaInfo) GetGachaId() uint32

func (*GachaInfo) GetHistoryUrl ¶

func (x *GachaInfo) GetHistoryUrl() string

func (*GachaInfo) GetUpInfo ¶

func (x *GachaInfo) GetUpInfo() []uint32

func (*GachaInfo) ProtoMessage ¶

func (*GachaInfo) ProtoMessage()

func (*GachaInfo) ProtoReflect ¶

func (x *GachaInfo) ProtoReflect() protoreflect.Message

func (*GachaInfo) Reset ¶

func (x *GachaInfo) Reset()

func (*GachaInfo) String ¶

func (x *GachaInfo) String() string

type GachaItem ¶

type GachaItem struct {
	TransferItemList *ItemList `protobuf:"bytes,12,opt,name=transfer_item_list,json=transferItemList,proto3" json:"transfer_item_list,omitempty"`
	IsNew            bool      `protobuf:"varint,8,opt,name=is_new,json=isNew,proto3" json:"is_new,omitempty"`
	GachaItem        *Item     `protobuf:"bytes,1,opt,name=gacha_item,json=gachaItem,proto3" json:"gacha_item,omitempty"`
	TokenItem        *ItemList `protobuf:"bytes,9,opt,name=token_item,json=tokenItem,proto3" json:"token_item,omitempty"`
	// contains filtered or unexported fields
}

func (*GachaItem) Descriptor deprecated

func (*GachaItem) Descriptor() ([]byte, []int)

Deprecated: Use GachaItem.ProtoReflect.Descriptor instead.

func (*GachaItem) GetGachaItem ¶

func (x *GachaItem) GetGachaItem() *Item

func (*GachaItem) GetIsNew ¶

func (x *GachaItem) GetIsNew() bool

func (*GachaItem) GetTokenItem ¶

func (x *GachaItem) GetTokenItem() *ItemList

func (*GachaItem) GetTransferItemList ¶

func (x *GachaItem) GetTransferItemList() *ItemList

func (*GachaItem) ProtoMessage ¶

func (*GachaItem) ProtoMessage()

func (*GachaItem) ProtoReflect ¶

func (x *GachaItem) ProtoReflect() protoreflect.Message

func (*GachaItem) Reset ¶

func (x *GachaItem) Reset()

func (*GachaItem) String ¶

func (x *GachaItem) String() string

type Gateserver ¶

type Gateserver struct {
	Ip              string `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
	ClientSecretKey string `protobuf:"bytes,239,opt,name=client_secret_key,json=clientSecretKey,proto3" json:"client_secret_key,omitempty"`
	MdkResVersion   string `protobuf:"bytes,1506,opt,name=mdk_res_version,json=mdkResVersion,proto3" json:"mdk_res_version,omitempty"`
	AssetBundleUrl  string `protobuf:"bytes,14,opt,name=asset_bundle_url,json=assetBundleUrl,proto3" json:"asset_bundle_url,omitempty"`
	ExResourceUrl   string `protobuf:"bytes,12,opt,name=ex_resource_url,json=exResourceUrl,proto3" json:"ex_resource_url,omitempty"`
	Port            uint32 `protobuf:"varint,15,opt,name=port,proto3" json:"port,omitempty"`
	LuaUrl          string `protobuf:"bytes,10,opt,name=lua_url,json=luaUrl,proto3" json:"lua_url,omitempty"`
	IfixVersion     string `protobuf:"bytes,20,opt,name=ifix_version,json=ifixVersion,proto3" json:"ifix_version,omitempty"`
	IfixUrl         string `protobuf:"bytes,98,opt,name=ifix_url,json=ifixUrl,proto3" json:"ifix_url,omitempty"`
	RegionName      string `protobuf:"bytes,4,opt,name=region_name,json=regionName,proto3" json:"region_name,omitempty"`
	Msg             string `protobuf:"bytes,1,opt,name=msg,proto3" json:"msg,omitempty"`
	Unk1            bool   `protobuf:"varint,5,opt,name=unk1,proto3" json:"unk1,omitempty"`
	Unk2            bool   `protobuf:"varint,9,opt,name=unk2,proto3" json:"unk2,omitempty"`
	Unk3            bool   `protobuf:"varint,170,opt,name=unk3,proto3" json:"unk3,omitempty"`
	Unk4            bool   `protobuf:"varint,1397,opt,name=unk4,proto3" json:"unk4,omitempty"`
	Unk5            bool   `protobuf:"varint,1649,opt,name=unk5,proto3" json:"unk5,omitempty"`
	// contains filtered or unexported fields
}

func (*Gateserver) Descriptor deprecated

func (*Gateserver) Descriptor() ([]byte, []int)

Deprecated: Use Gateserver.ProtoReflect.Descriptor instead.

func (*Gateserver) GetAssetBundleUrl ¶

func (x *Gateserver) GetAssetBundleUrl() string

func (*Gateserver) GetClientSecretKey ¶

func (x *Gateserver) GetClientSecretKey() string

func (*Gateserver) GetExResourceUrl ¶

func (x *Gateserver) GetExResourceUrl() string

func (*Gateserver) GetIfixUrl ¶

func (x *Gateserver) GetIfixUrl() string

func (*Gateserver) GetIfixVersion ¶

func (x *Gateserver) GetIfixVersion() string

func (*Gateserver) GetIp ¶

func (x *Gateserver) GetIp() string

func (*Gateserver) GetLuaUrl ¶

func (x *Gateserver) GetLuaUrl() string

func (*Gateserver) GetMdkResVersion ¶

func (x *Gateserver) GetMdkResVersion() string

func (*Gateserver) GetMsg ¶

func (x *Gateserver) GetMsg() string

func (*Gateserver) GetPort ¶

func (x *Gateserver) GetPort() uint32

func (*Gateserver) GetRegionName ¶

func (x *Gateserver) GetRegionName() string

func (*Gateserver) GetUnk1 ¶

func (x *Gateserver) GetUnk1() bool

func (*Gateserver) GetUnk2 ¶

func (x *Gateserver) GetUnk2() bool

func (*Gateserver) GetUnk3 ¶

func (x *Gateserver) GetUnk3() bool

func (*Gateserver) GetUnk4 ¶

func (x *Gateserver) GetUnk4() bool

func (*Gateserver) GetUnk5 ¶

func (x *Gateserver) GetUnk5() bool

func (*Gateserver) ProtoMessage ¶

func (*Gateserver) ProtoMessage()

func (*Gateserver) ProtoReflect ¶

func (x *Gateserver) ProtoReflect() protoreflect.Message

func (*Gateserver) Reset ¶

func (x *Gateserver) Reset()

func (*Gateserver) String ¶

func (x *Gateserver) String() string

type Gender ¶

type Gender int32
const (
	Gender_GenderNone  Gender = 0
	Gender_GenderMan   Gender = 1
	Gender_GenderWoman Gender = 2
)

func (Gender) Descriptor ¶

func (Gender) Descriptor() protoreflect.EnumDescriptor

func (Gender) Enum ¶

func (x Gender) Enum() *Gender

func (Gender) EnumDescriptor deprecated

func (Gender) EnumDescriptor() ([]byte, []int)

Deprecated: Use Gender.Descriptor instead.

func (Gender) Number ¶

func (x Gender) Number() protoreflect.EnumNumber

func (Gender) String ¶

func (x Gender) String() string

func (Gender) Type ¶

func (Gender) Type() protoreflect.EnumType

type GetActivityScheduleConfigScRsp ¶

type GetActivityScheduleConfigScRsp struct {
	ActivityScheduleList []*ActivityScheduleInfo `protobuf:"bytes,10,rep,name=activity_schedule_list,json=activityScheduleList,proto3" json:"activity_schedule_list,omitempty"`
	Retcode              uint32                  `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetActivityScheduleConfigScRsp) Descriptor deprecated

func (*GetActivityScheduleConfigScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetActivityScheduleConfigScRsp.ProtoReflect.Descriptor instead.

func (*GetActivityScheduleConfigScRsp) GetActivityScheduleList ¶

func (x *GetActivityScheduleConfigScRsp) GetActivityScheduleList() []*ActivityScheduleInfo

func (*GetActivityScheduleConfigScRsp) GetRetcode ¶

func (x *GetActivityScheduleConfigScRsp) GetRetcode() uint32

func (*GetActivityScheduleConfigScRsp) ProtoMessage ¶

func (*GetActivityScheduleConfigScRsp) ProtoMessage()

func (*GetActivityScheduleConfigScRsp) ProtoReflect ¶

func (*GetActivityScheduleConfigScRsp) Reset ¶

func (x *GetActivityScheduleConfigScRsp) Reset()

func (*GetActivityScheduleConfigScRsp) String ¶

type GetAllLineupDataScRsp ¶

type GetAllLineupDataScRsp struct {
	Retcode    uint32        `protobuf:"varint,6,opt,name=retcode,proto3" json:"retcode,omitempty"`
	CurIndex   uint32        `protobuf:"varint,5,opt,name=cur_index,json=curIndex,proto3" json:"cur_index,omitempty"`
	LineupList []*LineupInfo `protobuf:"bytes,10,rep,name=lineup_list,json=lineupList,proto3" json:"lineup_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAllLineupDataScRsp) Descriptor deprecated

func (*GetAllLineupDataScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetAllLineupDataScRsp.ProtoReflect.Descriptor instead.

func (*GetAllLineupDataScRsp) GetCurIndex ¶

func (x *GetAllLineupDataScRsp) GetCurIndex() uint32

func (*GetAllLineupDataScRsp) GetLineupList ¶

func (x *GetAllLineupDataScRsp) GetLineupList() []*LineupInfo

func (*GetAllLineupDataScRsp) GetRetcode ¶

func (x *GetAllLineupDataScRsp) GetRetcode() uint32

func (*GetAllLineupDataScRsp) ProtoMessage ¶

func (*GetAllLineupDataScRsp) ProtoMessage()

func (*GetAllLineupDataScRsp) ProtoReflect ¶

func (x *GetAllLineupDataScRsp) ProtoReflect() protoreflect.Message

func (*GetAllLineupDataScRsp) Reset ¶

func (x *GetAllLineupDataScRsp) Reset()

func (*GetAllLineupDataScRsp) String ¶

func (x *GetAllLineupDataScRsp) String() string

type GetArchiveDataScRsp ¶

type GetArchiveDataScRsp struct {
	ArchiveData *ArchiveData `protobuf:"bytes,1,opt,name=archive_data,json=archiveData,proto3" json:"archive_data,omitempty"`
	Retcode     uint32       `protobuf:"varint,5,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetArchiveDataScRsp) Descriptor deprecated

func (*GetArchiveDataScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetArchiveDataScRsp.ProtoReflect.Descriptor instead.

func (*GetArchiveDataScRsp) GetArchiveData ¶

func (x *GetArchiveDataScRsp) GetArchiveData() *ArchiveData

func (*GetArchiveDataScRsp) GetRetcode ¶

func (x *GetArchiveDataScRsp) GetRetcode() uint32

func (*GetArchiveDataScRsp) ProtoMessage ¶

func (*GetArchiveDataScRsp) ProtoMessage()

func (*GetArchiveDataScRsp) ProtoReflect ¶

func (x *GetArchiveDataScRsp) ProtoReflect() protoreflect.Message

func (*GetArchiveDataScRsp) Reset ¶

func (x *GetArchiveDataScRsp) Reset()

func (*GetArchiveDataScRsp) String ¶

func (x *GetArchiveDataScRsp) String() string

type GetAvatarDataCsReq ¶

type GetAvatarDataCsReq struct {
	IsGetAll         bool     `protobuf:"varint,5,opt,name=is_get_all,json=isGetAll,proto3" json:"is_get_all,omitempty"`
	BaseAvatarIdList []uint32 `protobuf:"varint,15,rep,packed,name=base_avatar_id_list,json=baseAvatarIdList,proto3" json:"base_avatar_id_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAvatarDataCsReq) Descriptor deprecated

func (*GetAvatarDataCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetAvatarDataCsReq.ProtoReflect.Descriptor instead.

func (*GetAvatarDataCsReq) GetBaseAvatarIdList ¶

func (x *GetAvatarDataCsReq) GetBaseAvatarIdList() []uint32

func (*GetAvatarDataCsReq) GetIsGetAll ¶

func (x *GetAvatarDataCsReq) GetIsGetAll() bool

func (*GetAvatarDataCsReq) ProtoMessage ¶

func (*GetAvatarDataCsReq) ProtoMessage()

func (*GetAvatarDataCsReq) ProtoReflect ¶

func (x *GetAvatarDataCsReq) ProtoReflect() protoreflect.Message

func (*GetAvatarDataCsReq) Reset ¶

func (x *GetAvatarDataCsReq) Reset()

func (*GetAvatarDataCsReq) String ¶

func (x *GetAvatarDataCsReq) String() string

type GetAvatarDataScRsp ¶

type GetAvatarDataScRsp struct {
	Retcode    uint32    `protobuf:"varint,10,opt,name=retcode,proto3" json:"retcode,omitempty"`
	IsGetAll   bool      `protobuf:"varint,6,opt,name=is_get_all,json=isGetAll,proto3" json:"is_get_all,omitempty"`
	AvatarList []*Avatar `protobuf:"bytes,14,rep,name=avatar_list,json=avatarList,proto3" json:"avatar_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAvatarDataScRsp) Descriptor deprecated

func (*GetAvatarDataScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetAvatarDataScRsp.ProtoReflect.Descriptor instead.

func (*GetAvatarDataScRsp) GetAvatarList ¶

func (x *GetAvatarDataScRsp) GetAvatarList() []*Avatar

func (*GetAvatarDataScRsp) GetIsGetAll ¶

func (x *GetAvatarDataScRsp) GetIsGetAll() bool

func (*GetAvatarDataScRsp) GetRetcode ¶

func (x *GetAvatarDataScRsp) GetRetcode() uint32

func (*GetAvatarDataScRsp) ProtoMessage ¶

func (*GetAvatarDataScRsp) ProtoMessage()

func (*GetAvatarDataScRsp) ProtoReflect ¶

func (x *GetAvatarDataScRsp) ProtoReflect() protoreflect.Message

func (*GetAvatarDataScRsp) Reset ¶

func (x *GetAvatarDataScRsp) Reset()

func (*GetAvatarDataScRsp) String ¶

func (x *GetAvatarDataScRsp) String() string

type GetBagScRsp ¶

type GetBagScRsp struct {
	RelicList     []*Relic     `protobuf:"bytes,13,rep,name=relic_list,json=relicList,proto3" json:"relic_list,omitempty"`
	MaterialList  []*Material  `protobuf:"bytes,2,rep,name=material_list,json=materialList,proto3" json:"material_list,omitempty"`
	EquipmentList []*Equipment `protobuf:"bytes,1,rep,name=equipment_list,json=equipmentList,proto3" json:"equipment_list,omitempty"`
	Retcode       uint32       `protobuf:"varint,15,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBagScRsp) Descriptor deprecated

func (*GetBagScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetBagScRsp.ProtoReflect.Descriptor instead.

func (*GetBagScRsp) GetEquipmentList ¶

func (x *GetBagScRsp) GetEquipmentList() []*Equipment

func (*GetBagScRsp) GetMaterialList ¶

func (x *GetBagScRsp) GetMaterialList() []*Material

func (*GetBagScRsp) GetRelicList ¶

func (x *GetBagScRsp) GetRelicList() []*Relic

func (*GetBagScRsp) GetRetcode ¶

func (x *GetBagScRsp) GetRetcode() uint32

func (*GetBagScRsp) ProtoMessage ¶

func (*GetBagScRsp) ProtoMessage()

func (*GetBagScRsp) ProtoReflect ¶

func (x *GetBagScRsp) ProtoReflect() protoreflect.Message

func (*GetBagScRsp) Reset ¶

func (x *GetBagScRsp) Reset()

func (*GetBagScRsp) String ¶

func (x *GetBagScRsp) String() string

type GetBasicInfoScRsp ¶

type GetBasicInfoScRsp struct {
	CurDay                  uint32             `protobuf:"varint,1,opt,name=cur_day,json=curDay,proto3" json:"cur_day,omitempty"`
	LastSetNicknameTime     int64              `protobuf:"varint,3,opt,name=last_set_nickname_time,json=lastSetNicknameTime,proto3" json:"last_set_nickname_time,omitempty"`
	ExchangeTimes           uint32             `protobuf:"varint,6,opt,name=exchange_times,json=exchangeTimes,proto3" json:"exchange_times,omitempty"`
	WeekCocoonFinishedCount uint32             `` /* 135-byte string literal not displayed */
	PlayerSettingInfo       *PlayerSettingInfo `protobuf:"bytes,14,opt,name=player_setting_info,json=playerSettingInfo,proto3" json:"player_setting_info,omitempty"`
	GameplayBirthday        uint32             `protobuf:"varint,9,opt,name=gameplay_birthday,json=gameplayBirthday,proto3" json:"gameplay_birthday,omitempty"`
	NextRecoverTime         int64              `protobuf:"varint,15,opt,name=next_recover_time,json=nextRecoverTime,proto3" json:"next_recover_time,omitempty"`
	Retcode                 uint32             `protobuf:"varint,10,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBasicInfoScRsp) Descriptor deprecated

func (*GetBasicInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetBasicInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetBasicInfoScRsp) GetCurDay ¶

func (x *GetBasicInfoScRsp) GetCurDay() uint32

func (*GetBasicInfoScRsp) GetExchangeTimes ¶

func (x *GetBasicInfoScRsp) GetExchangeTimes() uint32

func (*GetBasicInfoScRsp) GetGameplayBirthday ¶

func (x *GetBasicInfoScRsp) GetGameplayBirthday() uint32

func (*GetBasicInfoScRsp) GetLastSetNicknameTime ¶

func (x *GetBasicInfoScRsp) GetLastSetNicknameTime() int64

func (*GetBasicInfoScRsp) GetNextRecoverTime ¶

func (x *GetBasicInfoScRsp) GetNextRecoverTime() int64

func (*GetBasicInfoScRsp) GetPlayerSettingInfo ¶

func (x *GetBasicInfoScRsp) GetPlayerSettingInfo() *PlayerSettingInfo

func (*GetBasicInfoScRsp) GetRetcode ¶

func (x *GetBasicInfoScRsp) GetRetcode() uint32

func (*GetBasicInfoScRsp) GetWeekCocoonFinishedCount ¶

func (x *GetBasicInfoScRsp) GetWeekCocoonFinishedCount() uint32

func (*GetBasicInfoScRsp) ProtoMessage ¶

func (*GetBasicInfoScRsp) ProtoMessage()

func (*GetBasicInfoScRsp) ProtoReflect ¶

func (x *GetBasicInfoScRsp) ProtoReflect() protoreflect.Message

func (*GetBasicInfoScRsp) Reset ¶

func (x *GetBasicInfoScRsp) Reset()

func (*GetBasicInfoScRsp) String ¶

func (x *GetBasicInfoScRsp) String() string

type GetChallengeScRsp ¶

type GetChallengeScRsp struct {
	ChallengeList       []*Challenge       `protobuf:"bytes,8,rep,name=challenge_list,json=challengeList,proto3" json:"challenge_list,omitempty"`
	Retcode             uint32             `protobuf:"varint,15,opt,name=retcode,proto3" json:"retcode,omitempty"`
	ChallengeRewardList []*ChallengeReward `protobuf:"bytes,9,rep,name=challenge_reward_list,json=challengeRewardList,proto3" json:"challenge_reward_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetChallengeScRsp) Descriptor deprecated

func (*GetChallengeScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetChallengeScRsp.ProtoReflect.Descriptor instead.

func (*GetChallengeScRsp) GetChallengeList ¶

func (x *GetChallengeScRsp) GetChallengeList() []*Challenge

func (*GetChallengeScRsp) GetChallengeRewardList ¶

func (x *GetChallengeScRsp) GetChallengeRewardList() []*ChallengeReward

func (*GetChallengeScRsp) GetRetcode ¶

func (x *GetChallengeScRsp) GetRetcode() uint32

func (*GetChallengeScRsp) ProtoMessage ¶

func (*GetChallengeScRsp) ProtoMessage()

func (*GetChallengeScRsp) ProtoReflect ¶

func (x *GetChallengeScRsp) ProtoReflect() protoreflect.Message

func (*GetChallengeScRsp) Reset ¶

func (x *GetChallengeScRsp) Reset()

func (*GetChallengeScRsp) String ¶

func (x *GetChallengeScRsp) String() string

type GetCurChallengeScRsp ¶

type GetCurChallengeScRsp struct {
	Retcode       uint32         `protobuf:"varint,5,opt,name=retcode,proto3" json:"retcode,omitempty"`
	ChallengeInfo *ChallengeInfo `protobuf:"bytes,9,opt,name=challenge_info,json=challengeInfo,proto3" json:"challenge_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCurChallengeScRsp) Descriptor deprecated

func (*GetCurChallengeScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetCurChallengeScRsp.ProtoReflect.Descriptor instead.

func (*GetCurChallengeScRsp) GetChallengeInfo ¶

func (x *GetCurChallengeScRsp) GetChallengeInfo() *ChallengeInfo

func (*GetCurChallengeScRsp) GetRetcode ¶

func (x *GetCurChallengeScRsp) GetRetcode() uint32

func (*GetCurChallengeScRsp) ProtoMessage ¶

func (*GetCurChallengeScRsp) ProtoMessage()

func (*GetCurChallengeScRsp) ProtoReflect ¶

func (x *GetCurChallengeScRsp) ProtoReflect() protoreflect.Message

func (*GetCurChallengeScRsp) Reset ¶

func (x *GetCurChallengeScRsp) Reset()

func (*GetCurChallengeScRsp) String ¶

func (x *GetCurChallengeScRsp) String() string

type GetCurLineupDataScRsp ¶

type GetCurLineupDataScRsp struct {
	Retcode uint32      `protobuf:"varint,7,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Lineup  *LineupInfo `protobuf:"bytes,2,opt,name=lineup,proto3" json:"lineup,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCurLineupDataScRsp) Descriptor deprecated

func (*GetCurLineupDataScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetCurLineupDataScRsp.ProtoReflect.Descriptor instead.

func (*GetCurLineupDataScRsp) GetLineup ¶

func (x *GetCurLineupDataScRsp) GetLineup() *LineupInfo

func (*GetCurLineupDataScRsp) GetRetcode ¶

func (x *GetCurLineupDataScRsp) GetRetcode() uint32

func (*GetCurLineupDataScRsp) ProtoMessage ¶

func (*GetCurLineupDataScRsp) ProtoMessage()

func (*GetCurLineupDataScRsp) ProtoReflect ¶

func (x *GetCurLineupDataScRsp) ProtoReflect() protoreflect.Message

func (*GetCurLineupDataScRsp) Reset ¶

func (x *GetCurLineupDataScRsp) Reset()

func (*GetCurLineupDataScRsp) String ¶

func (x *GetCurLineupDataScRsp) String() string

type GetCurSceneInfoScRsp ¶

type GetCurSceneInfoScRsp struct {
	Retcode uint32     `protobuf:"varint,1,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Scene   *SceneInfo `protobuf:"bytes,15,opt,name=scene,proto3" json:"scene,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCurSceneInfoScRsp) Descriptor deprecated

func (*GetCurSceneInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetCurSceneInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetCurSceneInfoScRsp) GetRetcode ¶

func (x *GetCurSceneInfoScRsp) GetRetcode() uint32

func (*GetCurSceneInfoScRsp) GetScene ¶

func (x *GetCurSceneInfoScRsp) GetScene() *SceneInfo

func (*GetCurSceneInfoScRsp) ProtoMessage ¶

func (*GetCurSceneInfoScRsp) ProtoMessage()

func (*GetCurSceneInfoScRsp) ProtoReflect ¶

func (x *GetCurSceneInfoScRsp) ProtoReflect() protoreflect.Message

func (*GetCurSceneInfoScRsp) Reset ¶

func (x *GetCurSceneInfoScRsp) Reset()

func (*GetCurSceneInfoScRsp) String ¶

func (x *GetCurSceneInfoScRsp) String() string

type GetDailyActiveInfoCsReq ¶

type GetDailyActiveInfoCsReq struct {
	// contains filtered or unexported fields
}

func (*GetDailyActiveInfoCsReq) Descriptor deprecated

func (*GetDailyActiveInfoCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetDailyActiveInfoCsReq.ProtoReflect.Descriptor instead.

func (*GetDailyActiveInfoCsReq) ProtoMessage ¶

func (*GetDailyActiveInfoCsReq) ProtoMessage()

func (*GetDailyActiveInfoCsReq) ProtoReflect ¶

func (x *GetDailyActiveInfoCsReq) ProtoReflect() protoreflect.Message

func (*GetDailyActiveInfoCsReq) Reset ¶

func (x *GetDailyActiveInfoCsReq) Reset()

func (*GetDailyActiveInfoCsReq) String ¶

func (x *GetDailyActiveInfoCsReq) String() string

type GetDailyActiveInfoScRsp ¶

type GetDailyActiveInfoScRsp struct {
	Retcode                uint32               `protobuf:"varint,12,opt,name=retcode,proto3" json:"retcode,omitempty"`
	DailyActiveLevelList   []*DailyActivityInfo `` /* 126-byte string literal not displayed */
	DailyActiveQuestIdList []uint32             `` /* 142-byte string literal not displayed */
	DailyActivePoint       uint32               `protobuf:"varint,9,opt,name=daily_active_point,json=dailyActivePoint,proto3" json:"daily_active_point,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDailyActiveInfoScRsp) Descriptor deprecated

func (*GetDailyActiveInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetDailyActiveInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetDailyActiveInfoScRsp) GetDailyActiveLevelList ¶

func (x *GetDailyActiveInfoScRsp) GetDailyActiveLevelList() []*DailyActivityInfo

func (*GetDailyActiveInfoScRsp) GetDailyActivePoint ¶

func (x *GetDailyActiveInfoScRsp) GetDailyActivePoint() uint32

func (*GetDailyActiveInfoScRsp) GetDailyActiveQuestIdList ¶

func (x *GetDailyActiveInfoScRsp) GetDailyActiveQuestIdList() []uint32

func (*GetDailyActiveInfoScRsp) GetRetcode ¶

func (x *GetDailyActiveInfoScRsp) GetRetcode() uint32

func (*GetDailyActiveInfoScRsp) ProtoMessage ¶

func (*GetDailyActiveInfoScRsp) ProtoMessage()

func (*GetDailyActiveInfoScRsp) ProtoReflect ¶

func (x *GetDailyActiveInfoScRsp) ProtoReflect() protoreflect.Message

func (*GetDailyActiveInfoScRsp) Reset ¶

func (x *GetDailyActiveInfoScRsp) Reset()

func (*GetDailyActiveInfoScRsp) String ¶

func (x *GetDailyActiveInfoScRsp) String() string

type GetEnteredSceneScRsp ¶

type GetEnteredSceneScRsp struct {
	EnteredSceneInfo []*EnteredSceneInfo `protobuf:"bytes,4,rep,name=entered_scene_info,json=enteredSceneInfo,proto3" json:"entered_scene_info,omitempty"`
	Retcode          uint32              `protobuf:"varint,3,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEnteredSceneScRsp) Descriptor deprecated

func (*GetEnteredSceneScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetEnteredSceneScRsp.ProtoReflect.Descriptor instead.

func (*GetEnteredSceneScRsp) GetEnteredSceneInfo ¶

func (x *GetEnteredSceneScRsp) GetEnteredSceneInfo() []*EnteredSceneInfo

func (*GetEnteredSceneScRsp) GetRetcode ¶

func (x *GetEnteredSceneScRsp) GetRetcode() uint32

func (*GetEnteredSceneScRsp) ProtoMessage ¶

func (*GetEnteredSceneScRsp) ProtoMessage()

func (*GetEnteredSceneScRsp) ProtoReflect ¶

func (x *GetEnteredSceneScRsp) ProtoReflect() protoreflect.Message

func (*GetEnteredSceneScRsp) Reset ¶

func (x *GetEnteredSceneScRsp) Reset()

func (*GetEnteredSceneScRsp) String ¶

func (x *GetEnteredSceneScRsp) String() string

type GetFarmStageGachaInfoCsReq ¶

type GetFarmStageGachaInfoCsReq struct {
	FarmStageGachaIdList []uint32 `` /* 136-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetFarmStageGachaInfoCsReq) Descriptor deprecated

func (*GetFarmStageGachaInfoCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetFarmStageGachaInfoCsReq.ProtoReflect.Descriptor instead.

func (*GetFarmStageGachaInfoCsReq) GetFarmStageGachaIdList ¶

func (x *GetFarmStageGachaInfoCsReq) GetFarmStageGachaIdList() []uint32

func (*GetFarmStageGachaInfoCsReq) ProtoMessage ¶

func (*GetFarmStageGachaInfoCsReq) ProtoMessage()

func (*GetFarmStageGachaInfoCsReq) ProtoReflect ¶

func (*GetFarmStageGachaInfoCsReq) Reset ¶

func (x *GetFarmStageGachaInfoCsReq) Reset()

func (*GetFarmStageGachaInfoCsReq) String ¶

func (x *GetFarmStageGachaInfoCsReq) String() string

type GetFarmStageGachaInfoScRsp ¶

type GetFarmStageGachaInfoScRsp struct {
	Retcode                uint32                `protobuf:"varint,12,opt,name=retcode,proto3" json:"retcode,omitempty"`
	FarmStageGachaInfoList []*FarmStageGachaInfo `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetFarmStageGachaInfoScRsp) Descriptor deprecated

func (*GetFarmStageGachaInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetFarmStageGachaInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetFarmStageGachaInfoScRsp) GetFarmStageGachaInfoList ¶

func (x *GetFarmStageGachaInfoScRsp) GetFarmStageGachaInfoList() []*FarmStageGachaInfo

func (*GetFarmStageGachaInfoScRsp) GetRetcode ¶

func (x *GetFarmStageGachaInfoScRsp) GetRetcode() uint32

func (*GetFarmStageGachaInfoScRsp) ProtoMessage ¶

func (*GetFarmStageGachaInfoScRsp) ProtoMessage()

func (*GetFarmStageGachaInfoScRsp) ProtoReflect ¶

func (*GetFarmStageGachaInfoScRsp) Reset ¶

func (x *GetFarmStageGachaInfoScRsp) Reset()

func (*GetFarmStageGachaInfoScRsp) String ¶

func (x *GetFarmStageGachaInfoScRsp) String() string

type GetFirstTalkByPerformanceNpcCsReq ¶

type GetFirstTalkByPerformanceNpcCsReq struct {
	NpcTalkList []uint32 `protobuf:"varint,2,rep,packed,name=npc_talk_list,json=npcTalkList,proto3" json:"npc_talk_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFirstTalkByPerformanceNpcCsReq) Descriptor deprecated

func (*GetFirstTalkByPerformanceNpcCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetFirstTalkByPerformanceNpcCsReq.ProtoReflect.Descriptor instead.

func (*GetFirstTalkByPerformanceNpcCsReq) GetNpcTalkList ¶

func (x *GetFirstTalkByPerformanceNpcCsReq) GetNpcTalkList() []uint32

func (*GetFirstTalkByPerformanceNpcCsReq) ProtoMessage ¶

func (*GetFirstTalkByPerformanceNpcCsReq) ProtoMessage()

func (*GetFirstTalkByPerformanceNpcCsReq) ProtoReflect ¶

func (*GetFirstTalkByPerformanceNpcCsReq) Reset ¶

func (*GetFirstTalkByPerformanceNpcCsReq) String ¶

type GetFirstTalkByPerformanceNpcScRsp ¶

type GetFirstTalkByPerformanceNpcScRsp struct {
	Retcode         uint32         `protobuf:"varint,8,opt,name=retcode,proto3" json:"retcode,omitempty"`
	NpcTalkInfoList []*NpcTalkInfo `protobuf:"bytes,11,rep,name=npc_talk_info_list,json=npcTalkInfoList,proto3" json:"npc_talk_info_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFirstTalkByPerformanceNpcScRsp) Descriptor deprecated

func (*GetFirstTalkByPerformanceNpcScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetFirstTalkByPerformanceNpcScRsp.ProtoReflect.Descriptor instead.

func (*GetFirstTalkByPerformanceNpcScRsp) GetNpcTalkInfoList ¶

func (x *GetFirstTalkByPerformanceNpcScRsp) GetNpcTalkInfoList() []*NpcTalkInfo

func (*GetFirstTalkByPerformanceNpcScRsp) GetRetcode ¶

func (x *GetFirstTalkByPerformanceNpcScRsp) GetRetcode() uint32

func (*GetFirstTalkByPerformanceNpcScRsp) ProtoMessage ¶

func (*GetFirstTalkByPerformanceNpcScRsp) ProtoMessage()

func (*GetFirstTalkByPerformanceNpcScRsp) ProtoReflect ¶

func (*GetFirstTalkByPerformanceNpcScRsp) Reset ¶

func (*GetFirstTalkByPerformanceNpcScRsp) String ¶

type GetFriendApplyListInfoScRsp ¶

type GetFriendApplyListInfoScRsp struct {
	Retcode         uint32             `protobuf:"varint,3,opt,name=retcode,proto3" json:"retcode,omitempty"`
	FriendApplyList []*FriendApplyInfo `protobuf:"bytes,1,rep,name=friend_apply_list,json=friendApplyList,proto3" json:"friend_apply_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFriendApplyListInfoScRsp) Descriptor deprecated

func (*GetFriendApplyListInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetFriendApplyListInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetFriendApplyListInfoScRsp) GetFriendApplyList ¶

func (x *GetFriendApplyListInfoScRsp) GetFriendApplyList() []*FriendApplyInfo

func (*GetFriendApplyListInfoScRsp) GetRetcode ¶

func (x *GetFriendApplyListInfoScRsp) GetRetcode() uint32

func (*GetFriendApplyListInfoScRsp) ProtoMessage ¶

func (*GetFriendApplyListInfoScRsp) ProtoMessage()

func (*GetFriendApplyListInfoScRsp) ProtoReflect ¶

func (*GetFriendApplyListInfoScRsp) Reset ¶

func (x *GetFriendApplyListInfoScRsp) Reset()

func (*GetFriendApplyListInfoScRsp) String ¶

func (x *GetFriendApplyListInfoScRsp) String() string

type GetFriendListInfoScRsp ¶

type GetFriendListInfoScRsp struct {
	FriendList []*FriendListInfo `protobuf:"bytes,3,rep,name=friend_list,json=friendList,proto3" json:"friend_list,omitempty"`
	SimpleInfo []*SimpleInfo     `protobuf:"bytes,1,rep,name=simple_info,json=simpleInfo,proto3" json:"simple_info,omitempty"`
	Retcode    uint32            `protobuf:"varint,14,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFriendListInfoScRsp) Descriptor deprecated

func (*GetFriendListInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetFriendListInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetFriendListInfoScRsp) GetFriendList ¶

func (x *GetFriendListInfoScRsp) GetFriendList() []*FriendListInfo

func (*GetFriendListInfoScRsp) GetRetcode ¶

func (x *GetFriendListInfoScRsp) GetRetcode() uint32

func (*GetFriendListInfoScRsp) GetSimpleInfo ¶

func (x *GetFriendListInfoScRsp) GetSimpleInfo() []*SimpleInfo

func (*GetFriendListInfoScRsp) ProtoMessage ¶

func (*GetFriendListInfoScRsp) ProtoMessage()

func (*GetFriendListInfoScRsp) ProtoReflect ¶

func (x *GetFriendListInfoScRsp) ProtoReflect() protoreflect.Message

func (*GetFriendListInfoScRsp) Reset ¶

func (x *GetFriendListInfoScRsp) Reset()

func (*GetFriendListInfoScRsp) String ¶

func (x *GetFriendListInfoScRsp) String() string

type GetFriendLoginInfoScRsp ¶

type GetFriendLoginInfoScRsp struct {
	FriendUidList []uint32 `protobuf:"varint,5,rep,packed,name=friend_uid_list,json=friendUidList,proto3" json:"friend_uid_list,omitempty"`
	BlackUidList  []uint32 `protobuf:"varint,15,rep,packed,name=black_uid_list,json=blackUidList,proto3" json:"black_uid_list,omitempty"`
	Retcode       uint32   `protobuf:"varint,11,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFriendLoginInfoScRsp) Descriptor deprecated

func (*GetFriendLoginInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetFriendLoginInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetFriendLoginInfoScRsp) GetBlackUidList ¶

func (x *GetFriendLoginInfoScRsp) GetBlackUidList() []uint32

func (*GetFriendLoginInfoScRsp) GetFriendUidList ¶

func (x *GetFriendLoginInfoScRsp) GetFriendUidList() []uint32

func (*GetFriendLoginInfoScRsp) GetRetcode ¶

func (x *GetFriendLoginInfoScRsp) GetRetcode() uint32

func (*GetFriendLoginInfoScRsp) ProtoMessage ¶

func (*GetFriendLoginInfoScRsp) ProtoMessage()

func (*GetFriendLoginInfoScRsp) ProtoReflect ¶

func (x *GetFriendLoginInfoScRsp) ProtoReflect() protoreflect.Message

func (*GetFriendLoginInfoScRsp) Reset ¶

func (x *GetFriendLoginInfoScRsp) Reset()

func (*GetFriendLoginInfoScRsp) String ¶

func (x *GetFriendLoginInfoScRsp) String() string

type GetFriendRecommendListInfoScRsp ¶

type GetFriendRecommendListInfoScRsp struct {
	FriendRecommendList []*FriendRecommendInfo `protobuf:"bytes,13,rep,name=friend_recommend_list,json=friendRecommendList,proto3" json:"friend_recommend_list,omitempty"`
	Retcode             uint32                 `protobuf:"varint,3,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFriendRecommendListInfoScRsp) Descriptor deprecated

func (*GetFriendRecommendListInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetFriendRecommendListInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetFriendRecommendListInfoScRsp) GetFriendRecommendList ¶

func (x *GetFriendRecommendListInfoScRsp) GetFriendRecommendList() []*FriendRecommendInfo

func (*GetFriendRecommendListInfoScRsp) GetRetcode ¶

func (x *GetFriendRecommendListInfoScRsp) GetRetcode() uint32

func (*GetFriendRecommendListInfoScRsp) ProtoMessage ¶

func (*GetFriendRecommendListInfoScRsp) ProtoMessage()

func (*GetFriendRecommendListInfoScRsp) ProtoReflect ¶

func (*GetFriendRecommendListInfoScRsp) Reset ¶

func (*GetFriendRecommendListInfoScRsp) String ¶

type GetGachaCeilingCsReq ¶

type GetGachaCeilingCsReq struct {
	GachaType uint32 `protobuf:"varint,10,opt,name=gacha_type,json=gachaType,proto3" json:"gacha_type,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGachaCeilingCsReq) Descriptor deprecated

func (*GetGachaCeilingCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetGachaCeilingCsReq.ProtoReflect.Descriptor instead.

func (*GetGachaCeilingCsReq) GetGachaType ¶

func (x *GetGachaCeilingCsReq) GetGachaType() uint32

func (*GetGachaCeilingCsReq) ProtoMessage ¶

func (*GetGachaCeilingCsReq) ProtoMessage()

func (*GetGachaCeilingCsReq) ProtoReflect ¶

func (x *GetGachaCeilingCsReq) ProtoReflect() protoreflect.Message

func (*GetGachaCeilingCsReq) Reset ¶

func (x *GetGachaCeilingCsReq) Reset()

func (*GetGachaCeilingCsReq) String ¶

func (x *GetGachaCeilingCsReq) String() string

type GetGachaCeilingScRsp ¶

type GetGachaCeilingScRsp struct {
	GachaType    uint32        `protobuf:"varint,3,opt,name=gacha_type,json=gachaType,proto3" json:"gacha_type,omitempty"`
	Retcode      uint32        `protobuf:"varint,15,opt,name=retcode,proto3" json:"retcode,omitempty"`
	GachaCeiling *GachaCeiling `protobuf:"bytes,1,opt,name=gacha_ceiling,json=gachaCeiling,proto3" json:"gacha_ceiling,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGachaCeilingScRsp) Descriptor deprecated

func (*GetGachaCeilingScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetGachaCeilingScRsp.ProtoReflect.Descriptor instead.

func (*GetGachaCeilingScRsp) GetGachaCeiling ¶

func (x *GetGachaCeilingScRsp) GetGachaCeiling() *GachaCeiling

func (*GetGachaCeilingScRsp) GetGachaType ¶

func (x *GetGachaCeilingScRsp) GetGachaType() uint32

func (*GetGachaCeilingScRsp) GetRetcode ¶

func (x *GetGachaCeilingScRsp) GetRetcode() uint32

func (*GetGachaCeilingScRsp) ProtoMessage ¶

func (*GetGachaCeilingScRsp) ProtoMessage()

func (*GetGachaCeilingScRsp) ProtoReflect ¶

func (x *GetGachaCeilingScRsp) ProtoReflect() protoreflect.Message

func (*GetGachaCeilingScRsp) Reset ¶

func (x *GetGachaCeilingScRsp) Reset()

func (*GetGachaCeilingScRsp) String ¶

func (x *GetGachaCeilingScRsp) String() string

type GetGachaInfoScRsp ¶

type GetGachaInfoScRsp struct {
	Retcode       uint32       `protobuf:"varint,11,opt,name=retcode,proto3" json:"retcode,omitempty"`
	GachaInfoList []*GachaInfo `protobuf:"bytes,8,rep,name=gacha_info_list,json=gachaInfoList,proto3" json:"gacha_info_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGachaInfoScRsp) Descriptor deprecated

func (*GetGachaInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetGachaInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetGachaInfoScRsp) GetGachaInfoList ¶

func (x *GetGachaInfoScRsp) GetGachaInfoList() []*GachaInfo

func (*GetGachaInfoScRsp) GetRetcode ¶

func (x *GetGachaInfoScRsp) GetRetcode() uint32

func (*GetGachaInfoScRsp) ProtoMessage ¶

func (*GetGachaInfoScRsp) ProtoMessage()

func (*GetGachaInfoScRsp) ProtoReflect ¶

func (x *GetGachaInfoScRsp) ProtoReflect() protoreflect.Message

func (*GetGachaInfoScRsp) Reset ¶

func (x *GetGachaInfoScRsp) Reset()

func (*GetGachaInfoScRsp) String ¶

func (x *GetGachaInfoScRsp) String() string

type GetHeroBasicTypeInfoScRsp ¶

type GetHeroBasicTypeInfoScRsp struct {
	CurBasicType      HeroBasicType        `protobuf:"varint,7,opt,name=cur_basic_type,json=curBasicType,proto3,enum=proto.HeroBasicType" json:"cur_basic_type,omitempty"`
	BasicTypeInfoList []*HeroBasicTypeInfo `protobuf:"bytes,5,rep,name=basic_type_info_list,json=basicTypeInfoList,proto3" json:"basic_type_info_list,omitempty"`
	Gender            Gender               `protobuf:"varint,13,opt,name=gender,proto3,enum=proto.Gender" json:"gender,omitempty"`
	Retcode           uint32               `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHeroBasicTypeInfoScRsp) Descriptor deprecated

func (*GetHeroBasicTypeInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetHeroBasicTypeInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetHeroBasicTypeInfoScRsp) GetBasicTypeInfoList ¶

func (x *GetHeroBasicTypeInfoScRsp) GetBasicTypeInfoList() []*HeroBasicTypeInfo

func (*GetHeroBasicTypeInfoScRsp) GetCurBasicType ¶

func (x *GetHeroBasicTypeInfoScRsp) GetCurBasicType() HeroBasicType

func (*GetHeroBasicTypeInfoScRsp) GetGender ¶

func (x *GetHeroBasicTypeInfoScRsp) GetGender() Gender

func (*GetHeroBasicTypeInfoScRsp) GetRetcode ¶

func (x *GetHeroBasicTypeInfoScRsp) GetRetcode() uint32

func (*GetHeroBasicTypeInfoScRsp) ProtoMessage ¶

func (*GetHeroBasicTypeInfoScRsp) ProtoMessage()

func (*GetHeroBasicTypeInfoScRsp) ProtoReflect ¶

func (*GetHeroBasicTypeInfoScRsp) Reset ¶

func (x *GetHeroBasicTypeInfoScRsp) Reset()

func (*GetHeroBasicTypeInfoScRsp) String ¶

func (x *GetHeroBasicTypeInfoScRsp) String() string

type GetJukeboxDataCsReq ¶

type GetJukeboxDataCsReq struct {
	// contains filtered or unexported fields
}

func (*GetJukeboxDataCsReq) Descriptor deprecated

func (*GetJukeboxDataCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetJukeboxDataCsReq.ProtoReflect.Descriptor instead.

func (*GetJukeboxDataCsReq) ProtoMessage ¶

func (*GetJukeboxDataCsReq) ProtoMessage()

func (*GetJukeboxDataCsReq) ProtoReflect ¶

func (x *GetJukeboxDataCsReq) ProtoReflect() protoreflect.Message

func (*GetJukeboxDataCsReq) Reset ¶

func (x *GetJukeboxDataCsReq) Reset()

func (*GetJukeboxDataCsReq) String ¶

func (x *GetJukeboxDataCsReq) String() string

type GetJukeboxDataScRsp ¶

type GetJukeboxDataScRsp struct {
	Retcode   uint32           `protobuf:"varint,13,opt,name=retcode,proto3" json:"retcode,omitempty"`
	PlayingId uint32           `protobuf:"varint,3,opt,name=playing_id,json=playingId,proto3" json:"playing_id,omitempty"`
	MusicList []*UnlockedMusic `protobuf:"bytes,14,rep,name=music_list,json=musicList,proto3" json:"music_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJukeboxDataScRsp) Descriptor deprecated

func (*GetJukeboxDataScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetJukeboxDataScRsp.ProtoReflect.Descriptor instead.

func (*GetJukeboxDataScRsp) GetMusicList ¶

func (x *GetJukeboxDataScRsp) GetMusicList() []*UnlockedMusic

func (*GetJukeboxDataScRsp) GetPlayingId ¶

func (x *GetJukeboxDataScRsp) GetPlayingId() uint32

func (*GetJukeboxDataScRsp) GetRetcode ¶

func (x *GetJukeboxDataScRsp) GetRetcode() uint32

func (*GetJukeboxDataScRsp) ProtoMessage ¶

func (*GetJukeboxDataScRsp) ProtoMessage()

func (*GetJukeboxDataScRsp) ProtoReflect ¶

func (x *GetJukeboxDataScRsp) ProtoReflect() protoreflect.Message

func (*GetJukeboxDataScRsp) Reset ¶

func (x *GetJukeboxDataScRsp) Reset()

func (*GetJukeboxDataScRsp) String ¶

func (x *GetJukeboxDataScRsp) String() string

type GetMailScRsp ¶

type GetMailScRsp struct {
	TotalNum       uint32        `protobuf:"varint,2,opt,name=total_num,json=totalNum,proto3" json:"total_num,omitempty"`
	Start          uint32        `protobuf:"varint,4,opt,name=start,proto3" json:"start,omitempty"`
	Retcode        uint32        `protobuf:"varint,1,opt,name=retcode,proto3" json:"retcode,omitempty"`
	MailList       []*ClientMail `protobuf:"bytes,15,rep,name=mail_list,json=mailList,proto3" json:"mail_list,omitempty"`
	IsEnd          bool          `protobuf:"varint,5,opt,name=is_end,json=isEnd,proto3" json:"is_end,omitempty"`
	NoticeMailList []*ClientMail `protobuf:"bytes,8,rep,name=notice_mail_list,json=noticeMailList,proto3" json:"notice_mail_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMailScRsp) Descriptor deprecated

func (*GetMailScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetMailScRsp.ProtoReflect.Descriptor instead.

func (*GetMailScRsp) GetIsEnd ¶

func (x *GetMailScRsp) GetIsEnd() bool

func (*GetMailScRsp) GetMailList ¶

func (x *GetMailScRsp) GetMailList() []*ClientMail

func (*GetMailScRsp) GetNoticeMailList ¶

func (x *GetMailScRsp) GetNoticeMailList() []*ClientMail

func (*GetMailScRsp) GetRetcode ¶

func (x *GetMailScRsp) GetRetcode() uint32

func (*GetMailScRsp) GetStart ¶

func (x *GetMailScRsp) GetStart() uint32

func (*GetMailScRsp) GetTotalNum ¶

func (x *GetMailScRsp) GetTotalNum() uint32

func (*GetMailScRsp) ProtoMessage ¶

func (*GetMailScRsp) ProtoMessage()

func (*GetMailScRsp) ProtoReflect ¶

func (x *GetMailScRsp) ProtoReflect() protoreflect.Message

func (*GetMailScRsp) Reset ¶

func (x *GetMailScRsp) Reset()

func (*GetMailScRsp) String ¶

func (x *GetMailScRsp) String() string

type GetMissionStatusCsReq ¶

type GetMissionStatusCsReq struct {
	SubMissionIdList   []uint32 `protobuf:"varint,13,rep,packed,name=sub_mission_id_list,json=subMissionIdList,proto3" json:"sub_mission_id_list,omitempty"`
	MissionEventIdList []uint32 `` /* 127-byte string literal not displayed */
	MainMissionIdList  []uint32 `protobuf:"varint,14,rep,packed,name=main_mission_id_list,json=mainMissionIdList,proto3" json:"main_mission_id_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMissionStatusCsReq) Descriptor deprecated

func (*GetMissionStatusCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetMissionStatusCsReq.ProtoReflect.Descriptor instead.

func (*GetMissionStatusCsReq) GetMainMissionIdList ¶

func (x *GetMissionStatusCsReq) GetMainMissionIdList() []uint32

func (*GetMissionStatusCsReq) GetMissionEventIdList ¶

func (x *GetMissionStatusCsReq) GetMissionEventIdList() []uint32

func (*GetMissionStatusCsReq) GetSubMissionIdList ¶

func (x *GetMissionStatusCsReq) GetSubMissionIdList() []uint32

func (*GetMissionStatusCsReq) ProtoMessage ¶

func (*GetMissionStatusCsReq) ProtoMessage()

func (*GetMissionStatusCsReq) ProtoReflect ¶

func (x *GetMissionStatusCsReq) ProtoReflect() protoreflect.Message

func (*GetMissionStatusCsReq) Reset ¶

func (x *GetMissionStatusCsReq) Reset()

func (*GetMissionStatusCsReq) String ¶

func (x *GetMissionStatusCsReq) String() string

type GetMissionStatusScRsp ¶

type GetMissionStatusScRsp struct {
	UnfinishedMainMissionIdList []uint32   `` /* 156-byte string literal not displayed */
	FinishedMainMissionIdList   []uint32   `` /* 151-byte string literal not displayed */
	MissionEventStatusList      []*Mission `` /* 132-byte string literal not displayed */
	Retcode                     uint32     `protobuf:"varint,15,opt,name=retcode,proto3" json:"retcode,omitempty"`
	DisabledMainMissionIdList   []uint32   `` /* 150-byte string literal not displayed */
	SubMissionStatusList        []*Mission `protobuf:"bytes,6,rep,name=sub_mission_status_list,json=subMissionStatusList,proto3" json:"sub_mission_status_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMissionStatusScRsp) Descriptor deprecated

func (*GetMissionStatusScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetMissionStatusScRsp.ProtoReflect.Descriptor instead.

func (*GetMissionStatusScRsp) GetDisabledMainMissionIdList ¶

func (x *GetMissionStatusScRsp) GetDisabledMainMissionIdList() []uint32

func (*GetMissionStatusScRsp) GetFinishedMainMissionIdList ¶

func (x *GetMissionStatusScRsp) GetFinishedMainMissionIdList() []uint32

func (*GetMissionStatusScRsp) GetMissionEventStatusList ¶

func (x *GetMissionStatusScRsp) GetMissionEventStatusList() []*Mission

func (*GetMissionStatusScRsp) GetRetcode ¶

func (x *GetMissionStatusScRsp) GetRetcode() uint32

func (*GetMissionStatusScRsp) GetSubMissionStatusList ¶

func (x *GetMissionStatusScRsp) GetSubMissionStatusList() []*Mission

func (*GetMissionStatusScRsp) GetUnfinishedMainMissionIdList ¶

func (x *GetMissionStatusScRsp) GetUnfinishedMainMissionIdList() []uint32

func (*GetMissionStatusScRsp) ProtoMessage ¶

func (*GetMissionStatusScRsp) ProtoMessage()

func (*GetMissionStatusScRsp) ProtoReflect ¶

func (x *GetMissionStatusScRsp) ProtoReflect() protoreflect.Message

func (*GetMissionStatusScRsp) Reset ¶

func (x *GetMissionStatusScRsp) Reset()

func (*GetMissionStatusScRsp) String ¶

func (x *GetMissionStatusScRsp) String() string

type GetNpcTakenRewardCsReq ¶

type GetNpcTakenRewardCsReq struct {
	NpcId uint32 `protobuf:"varint,6,opt,name=npc_id,json=npcId,proto3" json:"npc_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNpcTakenRewardCsReq) Descriptor deprecated

func (*GetNpcTakenRewardCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetNpcTakenRewardCsReq.ProtoReflect.Descriptor instead.

func (*GetNpcTakenRewardCsReq) GetNpcId ¶

func (x *GetNpcTakenRewardCsReq) GetNpcId() uint32

func (*GetNpcTakenRewardCsReq) ProtoMessage ¶

func (*GetNpcTakenRewardCsReq) ProtoMessage()

func (*GetNpcTakenRewardCsReq) ProtoReflect ¶

func (x *GetNpcTakenRewardCsReq) ProtoReflect() protoreflect.Message

func (*GetNpcTakenRewardCsReq) Reset ¶

func (x *GetNpcTakenRewardCsReq) Reset()

func (*GetNpcTakenRewardCsReq) String ¶

func (x *GetNpcTakenRewardCsReq) String() string

type GetNpcTakenRewardScRsp ¶

type GetNpcTakenRewardScRsp struct {
	NpcId   uint32 `protobuf:"varint,1,opt,name=npc_id,json=npcId,proto3" json:"npc_id,omitempty"`
	Retcode uint32 `protobuf:"varint,12,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNpcTakenRewardScRsp) Descriptor deprecated

func (*GetNpcTakenRewardScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetNpcTakenRewardScRsp.ProtoReflect.Descriptor instead.

func (*GetNpcTakenRewardScRsp) GetNpcId ¶

func (x *GetNpcTakenRewardScRsp) GetNpcId() uint32

func (*GetNpcTakenRewardScRsp) GetRetcode ¶

func (x *GetNpcTakenRewardScRsp) GetRetcode() uint32

func (*GetNpcTakenRewardScRsp) ProtoMessage ¶

func (*GetNpcTakenRewardScRsp) ProtoMessage()

func (*GetNpcTakenRewardScRsp) ProtoReflect ¶

func (x *GetNpcTakenRewardScRsp) ProtoReflect() protoreflect.Message

func (*GetNpcTakenRewardScRsp) Reset ¶

func (x *GetNpcTakenRewardScRsp) Reset()

func (*GetNpcTakenRewardScRsp) String ¶

func (x *GetNpcTakenRewardScRsp) String() string

type GetPhoneDataCsReq ¶

type GetPhoneDataCsReq struct {
	// contains filtered or unexported fields
}

func (*GetPhoneDataCsReq) Descriptor deprecated

func (*GetPhoneDataCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetPhoneDataCsReq.ProtoReflect.Descriptor instead.

func (*GetPhoneDataCsReq) ProtoMessage ¶

func (*GetPhoneDataCsReq) ProtoMessage()

func (*GetPhoneDataCsReq) ProtoReflect ¶

func (x *GetPhoneDataCsReq) ProtoReflect() protoreflect.Message

func (*GetPhoneDataCsReq) Reset ¶

func (x *GetPhoneDataCsReq) Reset()

func (*GetPhoneDataCsReq) String ¶

func (x *GetPhoneDataCsReq) String() string

type GetPhoneDataScRsp ¶

type GetPhoneDataScRsp struct {
	CurPhoneTheme    uint32   `protobuf:"varint,10,opt,name=cur_phone_theme,json=curPhoneTheme,proto3" json:"cur_phone_theme,omitempty"`
	Retcode          uint32   `protobuf:"varint,8,opt,name=retcode,proto3" json:"retcode,omitempty"`
	OwnedChatBubbles []uint32 `protobuf:"varint,15,rep,packed,name=owned_chat_bubbles,json=ownedChatBubbles,proto3" json:"owned_chat_bubbles,omitempty"`
	CurChatBubble    uint32   `protobuf:"varint,6,opt,name=cur_chat_bubble,json=curChatBubble,proto3" json:"cur_chat_bubble,omitempty"`
	OwnedPhoneThemes []uint32 `protobuf:"varint,11,rep,packed,name=owned_phone_themes,json=ownedPhoneThemes,proto3" json:"owned_phone_themes,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPhoneDataScRsp) Descriptor deprecated

func (*GetPhoneDataScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetPhoneDataScRsp.ProtoReflect.Descriptor instead.

func (*GetPhoneDataScRsp) GetCurChatBubble ¶

func (x *GetPhoneDataScRsp) GetCurChatBubble() uint32

func (*GetPhoneDataScRsp) GetCurPhoneTheme ¶

func (x *GetPhoneDataScRsp) GetCurPhoneTheme() uint32

func (*GetPhoneDataScRsp) GetOwnedChatBubbles ¶

func (x *GetPhoneDataScRsp) GetOwnedChatBubbles() []uint32

func (*GetPhoneDataScRsp) GetOwnedPhoneThemes ¶

func (x *GetPhoneDataScRsp) GetOwnedPhoneThemes() []uint32

func (*GetPhoneDataScRsp) GetRetcode ¶

func (x *GetPhoneDataScRsp) GetRetcode() uint32

func (*GetPhoneDataScRsp) ProtoMessage ¶

func (*GetPhoneDataScRsp) ProtoMessage()

func (*GetPhoneDataScRsp) ProtoReflect ¶

func (x *GetPhoneDataScRsp) ProtoReflect() protoreflect.Message

func (*GetPhoneDataScRsp) Reset ¶

func (x *GetPhoneDataScRsp) Reset()

func (*GetPhoneDataScRsp) String ¶

func (x *GetPhoneDataScRsp) String() string

type GetPlayerBoardDataScRsp ¶

type GetPlayerBoardDataScRsp struct {
	Signature            string            `protobuf:"bytes,5,opt,name=signature,proto3" json:"signature,omitempty"`
	UnlockedHeadIconList []*HeadIcon       `` /* 126-byte string literal not displayed */
	CurrentHeadIconId    uint32            `protobuf:"varint,6,opt,name=current_head_icon_id,json=currentHeadIconId,proto3" json:"current_head_icon_id,omitempty"`
	DisplayAvatarVec     *DisplayAvatarVec `protobuf:"bytes,15,opt,name=display_avatar_vec,json=displayAvatarVec,proto3" json:"display_avatar_vec,omitempty"`
	Retcode              uint32            `protobuf:"varint,7,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlayerBoardDataScRsp) Descriptor deprecated

func (*GetPlayerBoardDataScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetPlayerBoardDataScRsp.ProtoReflect.Descriptor instead.

func (*GetPlayerBoardDataScRsp) GetCurrentHeadIconId ¶

func (x *GetPlayerBoardDataScRsp) GetCurrentHeadIconId() uint32

func (*GetPlayerBoardDataScRsp) GetDisplayAvatarVec ¶

func (x *GetPlayerBoardDataScRsp) GetDisplayAvatarVec() *DisplayAvatarVec

func (*GetPlayerBoardDataScRsp) GetRetcode ¶

func (x *GetPlayerBoardDataScRsp) GetRetcode() uint32

func (*GetPlayerBoardDataScRsp) GetSignature ¶

func (x *GetPlayerBoardDataScRsp) GetSignature() string

func (*GetPlayerBoardDataScRsp) GetUnlockedHeadIconList ¶

func (x *GetPlayerBoardDataScRsp) GetUnlockedHeadIconList() []*HeadIcon

func (*GetPlayerBoardDataScRsp) ProtoMessage ¶

func (*GetPlayerBoardDataScRsp) ProtoMessage()

func (*GetPlayerBoardDataScRsp) ProtoReflect ¶

func (x *GetPlayerBoardDataScRsp) ProtoReflect() protoreflect.Message

func (*GetPlayerBoardDataScRsp) Reset ¶

func (x *GetPlayerBoardDataScRsp) Reset()

func (*GetPlayerBoardDataScRsp) String ¶

func (x *GetPlayerBoardDataScRsp) String() string

type GetPlayerDetailInfoCsReq ¶

type GetPlayerDetailInfoCsReq struct {
	Uid uint32 `protobuf:"varint,5,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlayerDetailInfoCsReq) Descriptor deprecated

func (*GetPlayerDetailInfoCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetPlayerDetailInfoCsReq.ProtoReflect.Descriptor instead.

func (*GetPlayerDetailInfoCsReq) GetUid ¶

func (x *GetPlayerDetailInfoCsReq) GetUid() uint32

func (*GetPlayerDetailInfoCsReq) ProtoMessage ¶

func (*GetPlayerDetailInfoCsReq) ProtoMessage()

func (*GetPlayerDetailInfoCsReq) ProtoReflect ¶

func (x *GetPlayerDetailInfoCsReq) ProtoReflect() protoreflect.Message

func (*GetPlayerDetailInfoCsReq) Reset ¶

func (x *GetPlayerDetailInfoCsReq) Reset()

func (*GetPlayerDetailInfoCsReq) String ¶

func (x *GetPlayerDetailInfoCsReq) String() string

type GetPlayerDetailInfoScRsp ¶

type GetPlayerDetailInfoScRsp struct {
	Retcode          uint32            `protobuf:"varint,14,opt,name=retcode,proto3" json:"retcode,omitempty"`
	PlayerDetailInfo *PlayerDetailInfo `protobuf:"bytes,3,opt,name=player_detail_info,json=playerDetailInfo,proto3" json:"player_detail_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlayerDetailInfoScRsp) Descriptor deprecated

func (*GetPlayerDetailInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetPlayerDetailInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetPlayerDetailInfoScRsp) GetPlayerDetailInfo ¶

func (x *GetPlayerDetailInfoScRsp) GetPlayerDetailInfo() *PlayerDetailInfo

func (*GetPlayerDetailInfoScRsp) GetRetcode ¶

func (x *GetPlayerDetailInfoScRsp) GetRetcode() uint32

func (*GetPlayerDetailInfoScRsp) ProtoMessage ¶

func (*GetPlayerDetailInfoScRsp) ProtoMessage()

func (*GetPlayerDetailInfoScRsp) ProtoReflect ¶

func (x *GetPlayerDetailInfoScRsp) ProtoReflect() protoreflect.Message

func (*GetPlayerDetailInfoScRsp) Reset ¶

func (x *GetPlayerDetailInfoScRsp) Reset()

func (*GetPlayerDetailInfoScRsp) String ¶

func (x *GetPlayerDetailInfoScRsp) String() string

type GetPrivateChatHistoryCsReq ¶

type GetPrivateChatHistoryCsReq struct {
	ToUid     uint32 `protobuf:"varint,2,opt,name=to_uid,json=toUid,proto3" json:"to_uid,omitempty"`
	SenderUid uint32 `protobuf:"varint,5,opt,name=sender_uid,json=senderUid,proto3" json:"sender_uid,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPrivateChatHistoryCsReq) Descriptor deprecated

func (*GetPrivateChatHistoryCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetPrivateChatHistoryCsReq.ProtoReflect.Descriptor instead.

func (*GetPrivateChatHistoryCsReq) GetSenderUid ¶

func (x *GetPrivateChatHistoryCsReq) GetSenderUid() uint32

func (*GetPrivateChatHistoryCsReq) GetToUid ¶

func (x *GetPrivateChatHistoryCsReq) GetToUid() uint32

func (*GetPrivateChatHistoryCsReq) ProtoMessage ¶

func (*GetPrivateChatHistoryCsReq) ProtoMessage()

func (*GetPrivateChatHistoryCsReq) ProtoReflect ¶

func (*GetPrivateChatHistoryCsReq) Reset ¶

func (x *GetPrivateChatHistoryCsReq) Reset()

func (*GetPrivateChatHistoryCsReq) String ¶

func (x *GetPrivateChatHistoryCsReq) String() string

type GetPrivateChatHistoryScRsp ¶

type GetPrivateChatHistoryScRsp struct {
	SenderUid uint32  `protobuf:"varint,4,opt,name=sender_uid,json=senderUid,proto3" json:"sender_uid,omitempty"`
	ToUid     uint32  `protobuf:"varint,9,opt,name=to_uid,json=toUid,proto3" json:"to_uid,omitempty"`
	Retcode   uint32  `protobuf:"varint,13,opt,name=retcode,proto3" json:"retcode,omitempty"`
	ChatList  []*Chat `protobuf:"bytes,3,rep,name=chat_list,json=chatList,proto3" json:"chat_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPrivateChatHistoryScRsp) Descriptor deprecated

func (*GetPrivateChatHistoryScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetPrivateChatHistoryScRsp.ProtoReflect.Descriptor instead.

func (*GetPrivateChatHistoryScRsp) GetChatList ¶

func (x *GetPrivateChatHistoryScRsp) GetChatList() []*Chat

func (*GetPrivateChatHistoryScRsp) GetRetcode ¶

func (x *GetPrivateChatHistoryScRsp) GetRetcode() uint32

func (*GetPrivateChatHistoryScRsp) GetSenderUid ¶

func (x *GetPrivateChatHistoryScRsp) GetSenderUid() uint32

func (*GetPrivateChatHistoryScRsp) GetToUid ¶

func (x *GetPrivateChatHistoryScRsp) GetToUid() uint32

func (*GetPrivateChatHistoryScRsp) ProtoMessage ¶

func (*GetPrivateChatHistoryScRsp) ProtoMessage()

func (*GetPrivateChatHistoryScRsp) ProtoReflect ¶

func (*GetPrivateChatHistoryScRsp) Reset ¶

func (x *GetPrivateChatHistoryScRsp) Reset()

func (*GetPrivateChatHistoryScRsp) String ¶

func (x *GetPrivateChatHistoryScRsp) String() string

type GetQuestDataCsReq ¶

type GetQuestDataCsReq struct {
	// contains filtered or unexported fields
}

func (*GetQuestDataCsReq) Descriptor deprecated

func (*GetQuestDataCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetQuestDataCsReq.ProtoReflect.Descriptor instead.

func (*GetQuestDataCsReq) ProtoMessage ¶

func (*GetQuestDataCsReq) ProtoMessage()

func (*GetQuestDataCsReq) ProtoReflect ¶

func (x *GetQuestDataCsReq) ProtoReflect() protoreflect.Message

func (*GetQuestDataCsReq) Reset ¶

func (x *GetQuestDataCsReq) Reset()

func (*GetQuestDataCsReq) String ¶

func (x *GetQuestDataCsReq) String() string

type GetQuestDataScRsp ¶

type GetQuestDataScRsp struct {
	Retcode             uint32   `protobuf:"varint,8,opt,name=retcode,proto3" json:"retcode,omitempty"`
	TotalAchievementExp uint32   `protobuf:"varint,1,opt,name=total_achievement_exp,json=totalAchievementExp,proto3" json:"total_achievement_exp,omitempty"`
	QuestList           []*Quest `protobuf:"bytes,10,rep,name=quest_list,json=questList,proto3" json:"quest_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetQuestDataScRsp) Descriptor deprecated

func (*GetQuestDataScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetQuestDataScRsp.ProtoReflect.Descriptor instead.

func (*GetQuestDataScRsp) GetQuestList ¶

func (x *GetQuestDataScRsp) GetQuestList() []*Quest

func (*GetQuestDataScRsp) GetRetcode ¶

func (x *GetQuestDataScRsp) GetRetcode() uint32

func (*GetQuestDataScRsp) GetTotalAchievementExp ¶

func (x *GetQuestDataScRsp) GetTotalAchievementExp() uint32

func (*GetQuestDataScRsp) ProtoMessage ¶

func (*GetQuestDataScRsp) ProtoMessage()

func (*GetQuestDataScRsp) ProtoReflect ¶

func (x *GetQuestDataScRsp) ProtoReflect() protoreflect.Message

func (*GetQuestDataScRsp) Reset ¶

func (x *GetQuestDataScRsp) Reset()

func (*GetQuestDataScRsp) String ¶

func (x *GetQuestDataScRsp) String() string

type GetRogueHandbookDataScRsp ¶

type GetRogueHandbookDataScRsp struct {
	HandbookInfo *RogueHandbookData `protobuf:"bytes,14,opt,name=handbook_info,json=handbookInfo,proto3" json:"handbook_info,omitempty"`
	Retcode      uint32             `protobuf:"varint,3,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRogueHandbookDataScRsp) Descriptor deprecated

func (*GetRogueHandbookDataScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetRogueHandbookDataScRsp.ProtoReflect.Descriptor instead.

func (*GetRogueHandbookDataScRsp) GetHandbookInfo ¶

func (x *GetRogueHandbookDataScRsp) GetHandbookInfo() *RogueHandbookData

func (*GetRogueHandbookDataScRsp) GetRetcode ¶

func (x *GetRogueHandbookDataScRsp) GetRetcode() uint32

func (*GetRogueHandbookDataScRsp) ProtoMessage ¶

func (*GetRogueHandbookDataScRsp) ProtoMessage()

func (*GetRogueHandbookDataScRsp) ProtoReflect ¶

func (*GetRogueHandbookDataScRsp) Reset ¶

func (x *GetRogueHandbookDataScRsp) Reset()

func (*GetRogueHandbookDataScRsp) String ¶

func (x *GetRogueHandbookDataScRsp) String() string

type GetRogueInfoScRsp ¶

type GetRogueInfoScRsp struct {
	Retcode   uint32     `protobuf:"varint,4,opt,name=retcode,proto3" json:"retcode,omitempty"`
	RogueInfo *RogueInfo `protobuf:"bytes,14,opt,name=rogue_info,json=rogueInfo,proto3" json:"rogue_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRogueInfoScRsp) Descriptor deprecated

func (*GetRogueInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetRogueInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetRogueInfoScRsp) GetRetcode ¶

func (x *GetRogueInfoScRsp) GetRetcode() uint32

func (*GetRogueInfoScRsp) GetRogueInfo ¶

func (x *GetRogueInfoScRsp) GetRogueInfo() *RogueInfo

func (*GetRogueInfoScRsp) ProtoMessage ¶

func (*GetRogueInfoScRsp) ProtoMessage()

func (*GetRogueInfoScRsp) ProtoReflect ¶

func (x *GetRogueInfoScRsp) ProtoReflect() protoreflect.Message

func (*GetRogueInfoScRsp) Reset ¶

func (x *GetRogueInfoScRsp) Reset()

func (*GetRogueInfoScRsp) String ¶

func (x *GetRogueInfoScRsp) String() string

type GetRogueScoreRewardInfoScRsp ¶

type GetRogueScoreRewardInfoScRsp struct {
	ScoreRewardInfo *RogueScoreRewardInfo `protobuf:"bytes,15,opt,name=score_reward_info,json=scoreRewardInfo,proto3" json:"score_reward_info,omitempty"`
	Retcode         uint32                `protobuf:"varint,8,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRogueScoreRewardInfoScRsp) Descriptor deprecated

func (*GetRogueScoreRewardInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetRogueScoreRewardInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetRogueScoreRewardInfoScRsp) GetRetcode ¶

func (x *GetRogueScoreRewardInfoScRsp) GetRetcode() uint32

func (*GetRogueScoreRewardInfoScRsp) GetScoreRewardInfo ¶

func (x *GetRogueScoreRewardInfoScRsp) GetScoreRewardInfo() *RogueScoreRewardInfo

func (*GetRogueScoreRewardInfoScRsp) ProtoMessage ¶

func (*GetRogueScoreRewardInfoScRsp) ProtoMessage()

func (*GetRogueScoreRewardInfoScRsp) ProtoReflect ¶

func (*GetRogueScoreRewardInfoScRsp) Reset ¶

func (x *GetRogueScoreRewardInfoScRsp) Reset()

func (*GetRogueScoreRewardInfoScRsp) String ¶

type GetRogueTalentInfoScRsp ¶

type GetRogueTalentInfoScRsp struct {
	Retcode    uint32           `protobuf:"varint,12,opt,name=retcode,proto3" json:"retcode,omitempty"`
	TalentInfo *RogueTalentInfo `protobuf:"bytes,6,opt,name=talent_info,json=talentInfo,proto3" json:"talent_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRogueTalentInfoScRsp) Descriptor deprecated

func (*GetRogueTalentInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetRogueTalentInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetRogueTalentInfoScRsp) GetRetcode ¶

func (x *GetRogueTalentInfoScRsp) GetRetcode() uint32

func (*GetRogueTalentInfoScRsp) GetTalentInfo ¶

func (x *GetRogueTalentInfoScRsp) GetTalentInfo() *RogueTalentInfo

func (*GetRogueTalentInfoScRsp) ProtoMessage ¶

func (*GetRogueTalentInfoScRsp) ProtoMessage()

func (*GetRogueTalentInfoScRsp) ProtoReflect ¶

func (x *GetRogueTalentInfoScRsp) ProtoReflect() protoreflect.Message

func (*GetRogueTalentInfoScRsp) Reset ¶

func (x *GetRogueTalentInfoScRsp) Reset()

func (*GetRogueTalentInfoScRsp) String ¶

func (x *GetRogueTalentInfoScRsp) String() string

type GetSceneMapInfoCsReq ¶

type GetSceneMapInfoCsReq struct {
	EntryId     uint32   `protobuf:"varint,11,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"`
	EntryIdList []uint32 `protobuf:"varint,3,rep,packed,name=entry_id_list,json=entryIdList,proto3" json:"entry_id_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSceneMapInfoCsReq) Descriptor deprecated

func (*GetSceneMapInfoCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetSceneMapInfoCsReq.ProtoReflect.Descriptor instead.

func (*GetSceneMapInfoCsReq) GetEntryId ¶

func (x *GetSceneMapInfoCsReq) GetEntryId() uint32

func (*GetSceneMapInfoCsReq) GetEntryIdList ¶

func (x *GetSceneMapInfoCsReq) GetEntryIdList() []uint32

func (*GetSceneMapInfoCsReq) ProtoMessage ¶

func (*GetSceneMapInfoCsReq) ProtoMessage()

func (*GetSceneMapInfoCsReq) ProtoReflect ¶

func (x *GetSceneMapInfoCsReq) ProtoReflect() protoreflect.Message

func (*GetSceneMapInfoCsReq) Reset ¶

func (x *GetSceneMapInfoCsReq) Reset()

func (*GetSceneMapInfoCsReq) String ¶

func (x *GetSceneMapInfoCsReq) String() string

type GetSceneMapInfoScRsp ¶

type GetSceneMapInfoScRsp struct {
	UnlockedTeleportList []uint32       `` /* 132-byte string literal not displayed */
	LightenSectionList   []uint32       `protobuf:"varint,7,rep,packed,name=lighten_section_list,json=lightenSectionList,proto3" json:"lighten_section_list,omitempty"`
	CurMapEntryId        uint32         `protobuf:"varint,3,opt,name=cur_map_entry_id,json=curMapEntryId,proto3" json:"cur_map_entry_id,omitempty"`
	MapList              []*MazeMapData `protobuf:"bytes,10,rep,name=map_list,json=mapList,proto3" json:"map_list,omitempty"`
	UnlockedChestList    []*MazeChest   `protobuf:"bytes,1,rep,name=unlocked_chest_list,json=unlockedChestList,proto3" json:"unlocked_chest_list,omitempty"`
	MazeGroupList        []*MazeGroup   `protobuf:"bytes,4,rep,name=maze_group_list,json=mazeGroupList,proto3" json:"maze_group_list,omitempty"`
	Retcode              uint32         `protobuf:"varint,8,opt,name=retcode,proto3" json:"retcode,omitempty"`
	MazePropList         []*MazeProp    `protobuf:"bytes,6,rep,name=maze_prop_list,json=mazePropList,proto3" json:"maze_prop_list,omitempty"`
	EntryId              uint32         `protobuf:"varint,11,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSceneMapInfoScRsp) Descriptor deprecated

func (*GetSceneMapInfoScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetSceneMapInfoScRsp.ProtoReflect.Descriptor instead.

func (*GetSceneMapInfoScRsp) GetCurMapEntryId ¶

func (x *GetSceneMapInfoScRsp) GetCurMapEntryId() uint32

func (*GetSceneMapInfoScRsp) GetEntryId ¶

func (x *GetSceneMapInfoScRsp) GetEntryId() uint32

func (*GetSceneMapInfoScRsp) GetLightenSectionList ¶

func (x *GetSceneMapInfoScRsp) GetLightenSectionList() []uint32

func (*GetSceneMapInfoScRsp) GetMapList ¶

func (x *GetSceneMapInfoScRsp) GetMapList() []*MazeMapData

func (*GetSceneMapInfoScRsp) GetMazeGroupList ¶

func (x *GetSceneMapInfoScRsp) GetMazeGroupList() []*MazeGroup

func (*GetSceneMapInfoScRsp) GetMazePropList ¶

func (x *GetSceneMapInfoScRsp) GetMazePropList() []*MazeProp

func (*GetSceneMapInfoScRsp) GetRetcode ¶

func (x *GetSceneMapInfoScRsp) GetRetcode() uint32

func (*GetSceneMapInfoScRsp) GetUnlockedChestList ¶

func (x *GetSceneMapInfoScRsp) GetUnlockedChestList() []*MazeChest

func (*GetSceneMapInfoScRsp) GetUnlockedTeleportList ¶

func (x *GetSceneMapInfoScRsp) GetUnlockedTeleportList() []uint32

func (*GetSceneMapInfoScRsp) ProtoMessage ¶

func (*GetSceneMapInfoScRsp) ProtoMessage()

func (*GetSceneMapInfoScRsp) ProtoReflect ¶

func (x *GetSceneMapInfoScRsp) ProtoReflect() protoreflect.Message

func (*GetSceneMapInfoScRsp) Reset ¶

func (x *GetSceneMapInfoScRsp) Reset()

func (*GetSceneMapInfoScRsp) String ¶

func (x *GetSceneMapInfoScRsp) String() string

type GetShopListCsReq ¶

type GetShopListCsReq struct {
	ShopType uint32 `protobuf:"varint,1,opt,name=shop_type,json=shopType,proto3" json:"shop_type,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShopListCsReq) Descriptor deprecated

func (*GetShopListCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetShopListCsReq.ProtoReflect.Descriptor instead.

func (*GetShopListCsReq) GetShopType ¶

func (x *GetShopListCsReq) GetShopType() uint32

func (*GetShopListCsReq) ProtoMessage ¶

func (*GetShopListCsReq) ProtoMessage()

func (*GetShopListCsReq) ProtoReflect ¶

func (x *GetShopListCsReq) ProtoReflect() protoreflect.Message

func (*GetShopListCsReq) Reset ¶

func (x *GetShopListCsReq) Reset()

func (*GetShopListCsReq) String ¶

func (x *GetShopListCsReq) String() string

type GetShopListScRsp ¶

type GetShopListScRsp struct {
	ShopType uint32  `protobuf:"varint,4,opt,name=shop_type,json=shopType,proto3" json:"shop_type,omitempty"`
	Retcode  uint32  `protobuf:"varint,1,opt,name=retcode,proto3" json:"retcode,omitempty"`
	ShopList []*Shop `protobuf:"bytes,14,rep,name=shop_list,json=shopList,proto3" json:"shop_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetShopListScRsp) Descriptor deprecated

func (*GetShopListScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetShopListScRsp.ProtoReflect.Descriptor instead.

func (*GetShopListScRsp) GetRetcode ¶

func (x *GetShopListScRsp) GetRetcode() uint32

func (*GetShopListScRsp) GetShopList ¶

func (x *GetShopListScRsp) GetShopList() []*Shop

func (*GetShopListScRsp) GetShopType ¶

func (x *GetShopListScRsp) GetShopType() uint32

func (*GetShopListScRsp) ProtoMessage ¶

func (*GetShopListScRsp) ProtoMessage()

func (*GetShopListScRsp) ProtoReflect ¶

func (x *GetShopListScRsp) ProtoReflect() protoreflect.Message

func (*GetShopListScRsp) Reset ¶

func (x *GetShopListScRsp) Reset()

func (*GetShopListScRsp) String ¶

func (x *GetShopListScRsp) String() string

type GetUnlockTeleportCsReq ¶

type GetUnlockTeleportCsReq struct {
	EntryIdList []uint32 `protobuf:"varint,6,rep,packed,name=entry_id_list,json=entryIdList,proto3" json:"entry_id_list,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUnlockTeleportCsReq) Descriptor deprecated

func (*GetUnlockTeleportCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GetUnlockTeleportCsReq.ProtoReflect.Descriptor instead.

func (*GetUnlockTeleportCsReq) GetEntryIdList ¶

func (x *GetUnlockTeleportCsReq) GetEntryIdList() []uint32

func (*GetUnlockTeleportCsReq) ProtoMessage ¶

func (*GetUnlockTeleportCsReq) ProtoMessage()

func (*GetUnlockTeleportCsReq) ProtoReflect ¶

func (x *GetUnlockTeleportCsReq) ProtoReflect() protoreflect.Message

func (*GetUnlockTeleportCsReq) Reset ¶

func (x *GetUnlockTeleportCsReq) Reset()

func (*GetUnlockTeleportCsReq) String ¶

func (x *GetUnlockTeleportCsReq) String() string

type GetUnlockTeleportScRsp ¶

type GetUnlockTeleportScRsp struct {
	UnlockedTeleportList []uint32 `` /* 131-byte string literal not displayed */
	Retcode              uint32   `protobuf:"varint,15,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUnlockTeleportScRsp) Descriptor deprecated

func (*GetUnlockTeleportScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GetUnlockTeleportScRsp.ProtoReflect.Descriptor instead.

func (*GetUnlockTeleportScRsp) GetRetcode ¶

func (x *GetUnlockTeleportScRsp) GetRetcode() uint32

func (*GetUnlockTeleportScRsp) GetUnlockedTeleportList ¶

func (x *GetUnlockTeleportScRsp) GetUnlockedTeleportList() []uint32

func (*GetUnlockTeleportScRsp) ProtoMessage ¶

func (*GetUnlockTeleportScRsp) ProtoMessage()

func (*GetUnlockTeleportScRsp) ProtoReflect ¶

func (x *GetUnlockTeleportScRsp) ProtoReflect() protoreflect.Message

func (*GetUnlockTeleportScRsp) Reset ¶

func (x *GetUnlockTeleportScRsp) Reset()

func (*GetUnlockTeleportScRsp) String ¶

func (x *GetUnlockTeleportScRsp) String() string

type Goods ¶

type Goods struct {
	EndTime   int64  `protobuf:"varint,5,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	BuyTimes  uint32 `protobuf:"varint,1,opt,name=buy_times,json=buyTimes,proto3" json:"buy_times,omitempty"`
	BeginTime int64  `protobuf:"varint,12,opt,name=begin_time,json=beginTime,proto3" json:"begin_time,omitempty"`
	GoodsId   uint32 `protobuf:"varint,9,opt,name=goods_id,json=goodsId,proto3" json:"goods_id,omitempty"`
	ItemId    uint32 `protobuf:"varint,2,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Goods) Descriptor deprecated

func (*Goods) Descriptor() ([]byte, []int)

Deprecated: Use Goods.ProtoReflect.Descriptor instead.

func (*Goods) GetBeginTime ¶

func (x *Goods) GetBeginTime() int64

func (*Goods) GetBuyTimes ¶

func (x *Goods) GetBuyTimes() uint32

func (*Goods) GetEndTime ¶

func (x *Goods) GetEndTime() int64

func (*Goods) GetGoodsId ¶

func (x *Goods) GetGoodsId() uint32

func (*Goods) GetItemId ¶

func (x *Goods) GetItemId() uint32

func (*Goods) ProtoMessage ¶

func (*Goods) ProtoMessage()

func (*Goods) ProtoReflect ¶

func (x *Goods) ProtoReflect() protoreflect.Message

func (*Goods) Reset ¶

func (x *Goods) Reset()

func (*Goods) String ¶

func (x *Goods) String() string

type GroupStateChangeCsReq ¶

type GroupStateChangeCsReq struct {
	GroupInfo *GroupStateInfo `protobuf:"bytes,6,opt,name=group_info,json=groupInfo,proto3" json:"group_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupStateChangeCsReq) Descriptor deprecated

func (*GroupStateChangeCsReq) Descriptor() ([]byte, []int)

Deprecated: Use GroupStateChangeCsReq.ProtoReflect.Descriptor instead.

func (*GroupStateChangeCsReq) GetGroupInfo ¶

func (x *GroupStateChangeCsReq) GetGroupInfo() *GroupStateInfo

func (*GroupStateChangeCsReq) ProtoMessage ¶

func (*GroupStateChangeCsReq) ProtoMessage()

func (*GroupStateChangeCsReq) ProtoReflect ¶

func (x *GroupStateChangeCsReq) ProtoReflect() protoreflect.Message

func (*GroupStateChangeCsReq) Reset ¶

func (x *GroupStateChangeCsReq) Reset()

func (*GroupStateChangeCsReq) String ¶

func (x *GroupStateChangeCsReq) String() string

type GroupStateChangeScNotify ¶

type GroupStateChangeScNotify struct {
	GroupInfo *GroupStateInfo `protobuf:"bytes,8,opt,name=group_info,json=groupInfo,proto3" json:"group_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupStateChangeScNotify) Descriptor deprecated

func (*GroupStateChangeScNotify) Descriptor() ([]byte, []int)

Deprecated: Use GroupStateChangeScNotify.ProtoReflect.Descriptor instead.

func (*GroupStateChangeScNotify) GetGroupInfo ¶

func (x *GroupStateChangeScNotify) GetGroupInfo() *GroupStateInfo

func (*GroupStateChangeScNotify) ProtoMessage ¶

func (*GroupStateChangeScNotify) ProtoMessage()

func (*GroupStateChangeScNotify) ProtoReflect ¶

func (x *GroupStateChangeScNotify) ProtoReflect() protoreflect.Message

func (*GroupStateChangeScNotify) Reset ¶

func (x *GroupStateChangeScNotify) Reset()

func (*GroupStateChangeScNotify) String ¶

func (x *GroupStateChangeScNotify) String() string

type GroupStateChangeScRsp ¶

type GroupStateChangeScRsp struct {
	GroupInfo *GroupStateInfo `protobuf:"bytes,3,opt,name=group_info,json=groupInfo,proto3" json:"group_info,omitempty"`
	Retcode   uint32          `protobuf:"varint,4,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupStateChangeScRsp) Descriptor deprecated

func (*GroupStateChangeScRsp) Descriptor() ([]byte, []int)

Deprecated: Use GroupStateChangeScRsp.ProtoReflect.Descriptor instead.

func (*GroupStateChangeScRsp) GetGroupInfo ¶

func (x *GroupStateChangeScRsp) GetGroupInfo() *GroupStateInfo

func (*GroupStateChangeScRsp) GetRetcode ¶

func (x *GroupStateChangeScRsp) GetRetcode() uint32

func (*GroupStateChangeScRsp) ProtoMessage ¶

func (*GroupStateChangeScRsp) ProtoMessage()

func (*GroupStateChangeScRsp) ProtoReflect ¶

func (x *GroupStateChangeScRsp) ProtoReflect() protoreflect.Message

func (*GroupStateChangeScRsp) Reset ¶

func (x *GroupStateChangeScRsp) Reset()

func (*GroupStateChangeScRsp) String ¶

func (x *GroupStateChangeScRsp) String() string

type GroupStateInfo ¶

type GroupStateInfo struct {
	EntryId     uint32 `protobuf:"varint,5,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"`
	FIKOEFBNMHB uint32 `protobuf:"varint,4,opt,name=FIKOEFBNMHB,proto3" json:"FIKOEFBNMHB,omitempty"`
	GroupId     uint32 `protobuf:"varint,9,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	GroupState  uint32 `protobuf:"varint,15,opt,name=group_state,json=groupState,proto3" json:"group_state,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupStateInfo) Descriptor deprecated

func (*GroupStateInfo) Descriptor() ([]byte, []int)

Deprecated: Use GroupStateInfo.ProtoReflect.Descriptor instead.

func (*GroupStateInfo) GetEntryId ¶

func (x *GroupStateInfo) GetEntryId() uint32

func (*GroupStateInfo) GetFIKOEFBNMHB ¶

func (x *GroupStateInfo) GetFIKOEFBNMHB() uint32

func (*GroupStateInfo) GetGroupId ¶

func (x *GroupStateInfo) GetGroupId() uint32

func (*GroupStateInfo) GetGroupState ¶

func (x *GroupStateInfo) GetGroupState() uint32

func (*GroupStateInfo) ProtoMessage ¶

func (*GroupStateInfo) ProtoMessage()

func (*GroupStateInfo) ProtoReflect ¶

func (x *GroupStateInfo) ProtoReflect() protoreflect.Message

func (*GroupStateInfo) Reset ¶

func (x *GroupStateInfo) Reset()

func (*GroupStateInfo) String ¶

func (x *GroupStateInfo) String() string

type HandleFriendCsReq ¶

type HandleFriendCsReq struct {
	Uid          uint32 `protobuf:"varint,7,opt,name=uid,proto3" json:"uid,omitempty"`
	HandleResult bool   `protobuf:"varint,13,opt,name=handle_result,json=handleResult,proto3" json:"handle_result,omitempty"`
	// contains filtered or unexported fields
}

func (*HandleFriendCsReq) Descriptor deprecated

func (*HandleFriendCsReq) Descriptor() ([]byte, []int)

Deprecated: Use HandleFriendCsReq.ProtoReflect.Descriptor instead.

func (*HandleFriendCsReq) GetHandleResult ¶

func (x *HandleFriendCsReq) GetHandleResult() bool

func (*HandleFriendCsReq) GetUid ¶

func (x *HandleFriendCsReq) GetUid() uint32

func (*HandleFriendCsReq) ProtoMessage ¶

func (*HandleFriendCsReq) ProtoMessage()

func (*HandleFriendCsReq) ProtoReflect ¶

func (x *HandleFriendCsReq) ProtoReflect() protoreflect.Message

func (*HandleFriendCsReq) Reset ¶

func (x *HandleFriendCsReq) Reset()

func (*HandleFriendCsReq) String ¶

func (x *HandleFriendCsReq) String() string

type HandleFriendScRsp ¶

type HandleFriendScRsp struct {
	HandleResult     bool            `protobuf:"varint,8,opt,name=handle_result,json=handleResult,proto3" json:"handle_result,omitempty"`
	Retcode          uint32          `protobuf:"varint,5,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Uid              uint32          `protobuf:"varint,10,opt,name=uid,proto3" json:"uid,omitempty"`
	HandleFriendInfo *FriendListInfo `protobuf:"bytes,12,opt,name=handle_friend_info,json=handleFriendInfo,proto3" json:"handle_friend_info,omitempty"`
	// contains filtered or unexported fields
}

func (*HandleFriendScRsp) Descriptor deprecated

func (*HandleFriendScRsp) Descriptor() ([]byte, []int)

Deprecated: Use HandleFriendScRsp.ProtoReflect.Descriptor instead.

func (*HandleFriendScRsp) GetHandleFriendInfo ¶

func (x *HandleFriendScRsp) GetHandleFriendInfo() *FriendListInfo

func (*HandleFriendScRsp) GetHandleResult ¶

func (x *HandleFriendScRsp) GetHandleResult() bool

func (*HandleFriendScRsp) GetRetcode ¶

func (x *HandleFriendScRsp) GetRetcode() uint32

func (*HandleFriendScRsp) GetUid ¶

func (x *HandleFriendScRsp) GetUid() uint32

func (*HandleFriendScRsp) ProtoMessage ¶

func (*HandleFriendScRsp) ProtoMessage()

func (*HandleFriendScRsp) ProtoReflect ¶

func (x *HandleFriendScRsp) ProtoReflect() protoreflect.Message

func (*HandleFriendScRsp) Reset ¶

func (x *HandleFriendScRsp) Reset()

func (*HandleFriendScRsp) String ¶

func (x *HandleFriendScRsp) String() string

type HeadIcon ¶

type HeadIcon struct {
	Id uint32 `protobuf:"varint,8,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*HeadIcon) Descriptor deprecated

func (*HeadIcon) Descriptor() ([]byte, []int)

Deprecated: Use HeadIcon.ProtoReflect.Descriptor instead.

func (*HeadIcon) GetId ¶

func (x *HeadIcon) GetId() uint32

func (*HeadIcon) ProtoMessage ¶

func (*HeadIcon) ProtoMessage()

func (*HeadIcon) ProtoReflect ¶

func (x *HeadIcon) ProtoReflect() protoreflect.Message

func (*HeadIcon) Reset ¶

func (x *HeadIcon) Reset()

func (*HeadIcon) String ¶

func (x *HeadIcon) String() string

type HeroBasicType ¶

type HeroBasicType int32
const (
	HeroBasicType_None        HeroBasicType = 0
	HeroBasicType_BoyWarrior  HeroBasicType = 8001
	HeroBasicType_GirlWarrior HeroBasicType = 8002
	HeroBasicType_BoyKnight   HeroBasicType = 8003
	HeroBasicType_GirlKnight  HeroBasicType = 8004
	HeroBasicType_BoyRogue    HeroBasicType = 8005
	HeroBasicType_GirlRogue   HeroBasicType = 8006
	HeroBasicType_BoyMage     HeroBasicType = 8007
	HeroBasicType_GirlMage    HeroBasicType = 8008
	HeroBasicType_BoyShaman   HeroBasicType = 8009
	HeroBasicType_GirlShaman  HeroBasicType = 8010
	HeroBasicType_BoyWarlock  HeroBasicType = 8011
	HeroBasicType_GirlWarlock HeroBasicType = 8012
	HeroBasicType_BoyPriest   HeroBasicType = 8013
	HeroBasicType_GirlPriest  HeroBasicType = 8014
)

func (HeroBasicType) Descriptor ¶

func (HeroBasicType) Enum ¶

func (x HeroBasicType) Enum() *HeroBasicType

func (HeroBasicType) EnumDescriptor deprecated

func (HeroBasicType) EnumDescriptor() ([]byte, []int)

Deprecated: Use HeroBasicType.Descriptor instead.

func (HeroBasicType) Number ¶

func (HeroBasicType) String ¶

func (x HeroBasicType) String() string

func (HeroBasicType) Type ¶

type HeroBasicTypeInfo ¶

type HeroBasicTypeInfo struct {
	Rank          uint32             `protobuf:"varint,9,opt,name=rank,proto3" json:"rank,omitempty"`
	BasicType     HeroBasicType      `protobuf:"varint,3,opt,name=basic_type,json=basicType,proto3,enum=proto.HeroBasicType" json:"basic_type,omitempty"`
	SkillTreeList []*AvatarSkillTree `protobuf:"bytes,1,rep,name=skill_tree_list,json=skillTreeList,proto3" json:"skill_tree_list,omitempty"`
	// contains filtered or unexported fields
}

func (*HeroBasicTypeInfo) Descriptor deprecated

func (*HeroBasicTypeInfo) Descriptor() ([]byte, []int)

Deprecated: Use HeroBasicTypeInfo.ProtoReflect.Descriptor instead.

func (*HeroBasicTypeInfo) GetBasicType ¶

func (x *HeroBasicTypeInfo) GetBasicType() HeroBasicType

func (*HeroBasicTypeInfo) GetRank ¶

func (x *HeroBasicTypeInfo) GetRank() uint32

func (*HeroBasicTypeInfo) GetSkillTreeList ¶

func (x *HeroBasicTypeInfo) GetSkillTreeList() []*AvatarSkillTree

func (*HeroBasicTypeInfo) ProtoMessage ¶

func (*HeroBasicTypeInfo) ProtoMessage()

func (*HeroBasicTypeInfo) ProtoReflect ¶

func (x *HeroBasicTypeInfo) ProtoReflect() protoreflect.Message

func (*HeroBasicTypeInfo) Reset ¶

func (x *HeroBasicTypeInfo) Reset()

func (*HeroBasicTypeInfo) String ¶

func (x *HeroBasicTypeInfo) String() string

type InteractPropCsReq ¶

type InteractPropCsReq struct {
	PropEntityId uint32 `protobuf:"varint,15,opt,name=prop_entity_id,json=propEntityId,proto3" json:"prop_entity_id,omitempty"`
	InteractId   uint32 `protobuf:"varint,7,opt,name=interact_id,json=interactId,proto3" json:"interact_id,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractPropCsReq) Descriptor deprecated

func (*InteractPropCsReq) Descriptor() ([]byte, []int)

Deprecated: Use InteractPropCsReq.ProtoReflect.Descriptor instead.

func (*InteractPropCsReq) GetInteractId ¶

func (x *InteractPropCsReq) GetInteractId() uint32

func (*InteractPropCsReq) GetPropEntityId ¶

func (x *InteractPropCsReq) GetPropEntityId() uint32

func (*InteractPropCsReq) ProtoMessage ¶

func (*InteractPropCsReq) ProtoMessage()

func (*InteractPropCsReq) ProtoReflect ¶

func (x *InteractPropCsReq) ProtoReflect() protoreflect.Message

func (*InteractPropCsReq) Reset ¶

func (x *InteractPropCsReq) Reset()

func (*InteractPropCsReq) String ¶

func (x *InteractPropCsReq) String() string

type InteractPropScRsp ¶

type InteractPropScRsp struct {
	Retcode      uint32 `protobuf:"varint,7,opt,name=retcode,proto3" json:"retcode,omitempty"`
	PropState    uint32 `protobuf:"varint,3,opt,name=prop_state,json=propState,proto3" json:"prop_state,omitempty"`
	PropEntityId uint32 `protobuf:"varint,6,opt,name=prop_entity_id,json=propEntityId,proto3" json:"prop_entity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*InteractPropScRsp) Descriptor deprecated

func (*InteractPropScRsp) Descriptor() ([]byte, []int)

Deprecated: Use InteractPropScRsp.ProtoReflect.Descriptor instead.

func (*InteractPropScRsp) GetPropEntityId ¶

func (x *InteractPropScRsp) GetPropEntityId() uint32

func (*InteractPropScRsp) GetPropState ¶

func (x *InteractPropScRsp) GetPropState() uint32

func (*InteractPropScRsp) GetRetcode ¶

func (x *InteractPropScRsp) GetRetcode() uint32

func (*InteractPropScRsp) ProtoMessage ¶

func (*InteractPropScRsp) ProtoMessage()

func (*InteractPropScRsp) ProtoReflect ¶

func (x *InteractPropScRsp) ProtoReflect() protoreflect.Message

func (*InteractPropScRsp) Reset ¶

func (x *InteractPropScRsp) Reset()

func (*InteractPropScRsp) String ¶

func (x *InteractPropScRsp) String() string

type Item ¶

type Item struct {
	ItemId      uint32 `protobuf:"varint,13,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	Level       uint32 `protobuf:"varint,6,opt,name=level,proto3" json:"level,omitempty"`
	Num         uint32 `protobuf:"varint,4,opt,name=num,proto3" json:"num,omitempty"`
	MainAffixId uint32 `protobuf:"varint,11,opt,name=main_affix_id,json=mainAffixId,proto3" json:"main_affix_id,omitempty"`
	Rank        uint32 `protobuf:"varint,15,opt,name=rank,proto3" json:"rank,omitempty"`
	Promotion   uint32 `protobuf:"varint,8,opt,name=promotion,proto3" json:"promotion,omitempty"`
	UniqueId    uint32 `protobuf:"varint,5,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Item) Descriptor deprecated

func (*Item) Descriptor() ([]byte, []int)

Deprecated: Use Item.ProtoReflect.Descriptor instead.

func (*Item) GetItemId ¶

func (x *Item) GetItemId() uint32

func (*Item) GetLevel ¶

func (x *Item) GetLevel() uint32

func (*Item) GetMainAffixId ¶

func (x *Item) GetMainAffixId() uint32

func (*Item) GetNum ¶

func (x *Item) GetNum() uint32

func (*Item) GetPromotion ¶

func (x *Item) GetPromotion() uint32

func (*Item) GetRank ¶

func (x *Item) GetRank() uint32

func (*Item) GetUniqueId ¶

func (x *Item) GetUniqueId() uint32

func (*Item) ProtoMessage ¶

func (*Item) ProtoMessage()

func (*Item) ProtoReflect ¶

func (x *Item) ProtoReflect() protoreflect.Message

func (*Item) Reset ¶

func (x *Item) Reset()

func (*Item) String ¶

func (x *Item) String() string

type ItemCost ¶

type ItemCost struct {
	PileItem          *PileItem `protobuf:"bytes,6,opt,name=pile_item,json=pileItem,proto3" json:"pile_item,omitempty"`
	EquipmentUniqueId uint32    `protobuf:"varint,2,opt,name=equipment_unique_id,json=equipmentUniqueId,proto3" json:"equipment_unique_id,omitempty"`
	RelicUniqueId     uint32    `protobuf:"varint,13,opt,name=relic_unique_id,json=relicUniqueId,proto3" json:"relic_unique_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ItemCost) Descriptor deprecated

func (*ItemCost) Descriptor() ([]byte, []int)

Deprecated: Use ItemCost.ProtoReflect.Descriptor instead.

func (*ItemCost) GetEquipmentUniqueId ¶

func (x *ItemCost) GetEquipmentUniqueId() uint32

func (*ItemCost) GetPileItem ¶

func (x *ItemCost) GetPileItem() *PileItem

func (*ItemCost) GetRelicUniqueId ¶

func (x *ItemCost) GetRelicUniqueId() uint32

func (*ItemCost) ProtoMessage ¶

func (*ItemCost) ProtoMessage()

func (*ItemCost) ProtoReflect ¶

func (x *ItemCost) ProtoReflect() protoreflect.Message

func (*ItemCost) Reset ¶

func (x *ItemCost) Reset()

func (*ItemCost) String ¶

func (x *ItemCost) String() string

type ItemCostList ¶

type ItemCostList struct {
	ItemList []*ItemCost `protobuf:"bytes,9,rep,name=item_list,json=itemList,proto3" json:"item_list,omitempty"`
	// contains filtered or unexported fields
}

func (*ItemCostList) Descriptor deprecated

func (*ItemCostList) Descriptor() ([]byte, []int)

Deprecated: Use ItemCostList.ProtoReflect.Descriptor instead.

func (*ItemCostList) GetItemList ¶

func (x *ItemCostList) GetItemList() []*ItemCost

func (*ItemCostList) ProtoMessage ¶

func (*ItemCostList) ProtoMessage()

func (*ItemCostList) ProtoReflect ¶

func (x *ItemCostList) ProtoReflect() protoreflect.Message

func (*ItemCostList) Reset ¶

func (x *ItemCostList) Reset()

func (*ItemCostList) String ¶

func (x *ItemCostList) String() string

type ItemList ¶

type ItemList struct {
	ItemList []*Item `protobuf:"bytes,13,rep,name=item_list,json=itemList,proto3" json:"item_list,omitempty"`
	// contains filtered or unexported fields
}

func (*ItemList) Descriptor deprecated

func (*ItemList) Descriptor() ([]byte, []int)

Deprecated: Use ItemList.ProtoReflect.Descriptor instead.

func (*ItemList) GetItemList ¶

func (x *ItemList) GetItemList() []*Item

func (*ItemList) ProtoMessage ¶

func (*ItemList) ProtoMessage()

func (*ItemList) ProtoReflect ¶

func (x *ItemList) ProtoReflect() protoreflect.Message

func (*ItemList) Reset ¶

func (x *ItemList) Reset()

func (*ItemList) String ¶

func (x *ItemList) String() string

type JoinLineupCsReq ¶

type JoinLineupCsReq struct {
	AvatarType      AvatarType      `protobuf:"varint,2,opt,name=avatar_type,json=avatarType,proto3,enum=proto.AvatarType" json:"avatar_type,omitempty"`
	IsVirtual       bool            `protobuf:"varint,9,opt,name=is_virtual,json=isVirtual,proto3" json:"is_virtual,omitempty"`
	BaseAvatarId    uint32          `protobuf:"varint,14,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	Index           uint32          `protobuf:"varint,8,opt,name=index,proto3" json:"index,omitempty"`
	ExtraLineupType ExtraLineupType `` /* 136-byte string literal not displayed */
	PlaneId         uint32          `protobuf:"varint,7,opt,name=plane_id,json=planeId,proto3" json:"plane_id,omitempty"`
	Slot            uint32          `protobuf:"varint,13,opt,name=slot,proto3" json:"slot,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinLineupCsReq) Descriptor deprecated

func (*JoinLineupCsReq) Descriptor() ([]byte, []int)

Deprecated: Use JoinLineupCsReq.ProtoReflect.Descriptor instead.

func (*JoinLineupCsReq) GetAvatarType ¶

func (x *JoinLineupCsReq) GetAvatarType() AvatarType

func (*JoinLineupCsReq) GetBaseAvatarId ¶

func (x *JoinLineupCsReq) GetBaseAvatarId() uint32

func (*JoinLineupCsReq) GetExtraLineupType ¶

func (x *JoinLineupCsReq) GetExtraLineupType() ExtraLineupType

func (*JoinLineupCsReq) GetIndex ¶

func (x *JoinLineupCsReq) GetIndex() uint32

func (*JoinLineupCsReq) GetIsVirtual ¶

func (x *JoinLineupCsReq) GetIsVirtual() bool

func (*JoinLineupCsReq) GetPlaneId ¶

func (x *JoinLineupCsReq) GetPlaneId() uint32

func (*JoinLineupCsReq) GetSlot ¶

func (x *JoinLineupCsReq) GetSlot() uint32

func (*JoinLineupCsReq) ProtoMessage ¶

func (*JoinLineupCsReq) ProtoMessage()

func (*JoinLineupCsReq) ProtoReflect ¶

func (x *JoinLineupCsReq) ProtoReflect() protoreflect.Message

func (*JoinLineupCsReq) Reset ¶

func (x *JoinLineupCsReq) Reset()

func (*JoinLineupCsReq) String ¶

func (x *JoinLineupCsReq) String() string

type LanguageType ¶

type LanguageType int32
const (
	LanguageType_LANGUAGE_NONE LanguageType = 0
	LanguageType_LANGUAGE_SC   LanguageType = 1
	LanguageType_LANGUAGE_TC   LanguageType = 2
	LanguageType_LANGUAGE_EN   LanguageType = 3
	LanguageType_LANGUAGE_KR   LanguageType = 4
	LanguageType_LANGUAGE_JP   LanguageType = 5
	LanguageType_LANGUAGE_FR   LanguageType = 6
	LanguageType_LANGUAGE_DE   LanguageType = 7
	LanguageType_LANGUAGE_ES   LanguageType = 8
	LanguageType_LANGUAGE_PT   LanguageType = 9
	LanguageType_LANGUAGE_RU   LanguageType = 10
	LanguageType_LANGUAGE_TH   LanguageType = 11
	LanguageType_LANGUAGE_VI   LanguageType = 12
	LanguageType_LANGUAGE_ID   LanguageType = 13
)

func (LanguageType) Descriptor ¶

func (LanguageType) Enum ¶

func (x LanguageType) Enum() *LanguageType

func (LanguageType) EnumDescriptor deprecated

func (LanguageType) EnumDescriptor() ([]byte, []int)

Deprecated: Use LanguageType.Descriptor instead.

func (LanguageType) Number ¶

func (LanguageType) String ¶

func (x LanguageType) String() string

func (LanguageType) Type ¶

type LeaveRogueScRsp ¶

type LeaveRogueScRsp struct {
	Retcode   uint32      `protobuf:"varint,8,opt,name=retcode,proto3" json:"retcode,omitempty"`
	RogueInfo *RogueInfo  `protobuf:"bytes,5,opt,name=rogue_info,json=rogueInfo,proto3" json:"rogue_info,omitempty"`
	Scene     *SceneInfo  `protobuf:"bytes,3,opt,name=scene,proto3" json:"scene,omitempty"`
	Lineup    *LineupInfo `protobuf:"bytes,13,opt,name=lineup,proto3" json:"lineup,omitempty"`
	// contains filtered or unexported fields
}

func (*LeaveRogueScRsp) Descriptor deprecated

func (*LeaveRogueScRsp) Descriptor() ([]byte, []int)

Deprecated: Use LeaveRogueScRsp.ProtoReflect.Descriptor instead.

func (*LeaveRogueScRsp) GetLineup ¶

func (x *LeaveRogueScRsp) GetLineup() *LineupInfo

func (*LeaveRogueScRsp) GetRetcode ¶

func (x *LeaveRogueScRsp) GetRetcode() uint32

func (*LeaveRogueScRsp) GetRogueInfo ¶

func (x *LeaveRogueScRsp) GetRogueInfo() *RogueInfo

func (*LeaveRogueScRsp) GetScene ¶

func (x *LeaveRogueScRsp) GetScene() *SceneInfo

func (*LeaveRogueScRsp) ProtoMessage ¶

func (*LeaveRogueScRsp) ProtoMessage()

func (*LeaveRogueScRsp) ProtoReflect ¶

func (x *LeaveRogueScRsp) ProtoReflect() protoreflect.Message

func (*LeaveRogueScRsp) Reset ¶

func (x *LeaveRogueScRsp) Reset()

func (*LeaveRogueScRsp) String ¶

func (x *LeaveRogueScRsp) String() string

type LineupAvatar ¶

type LineupAvatar struct {
	AvatarType AvatarType `protobuf:"varint,5,opt,name=avatar_type,json=avatarType,proto3,enum=proto.AvatarType" json:"avatar_type,omitempty"`
	Slot       uint32     `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	Satiety    uint32     `protobuf:"varint,9,opt,name=satiety,proto3" json:"satiety,omitempty"`
	Hp         uint32     `protobuf:"varint,4,opt,name=hp,proto3" json:"hp,omitempty"`
	Id         uint32     `protobuf:"varint,11,opt,name=id,proto3" json:"id,omitempty"`
	SpBar      *SpBarInfo `protobuf:"bytes,13,opt,name=sp_bar,json=spBar,proto3" json:"sp_bar,omitempty"`
	// contains filtered or unexported fields
}

func (*LineupAvatar) Descriptor deprecated

func (*LineupAvatar) Descriptor() ([]byte, []int)

Deprecated: Use LineupAvatar.ProtoReflect.Descriptor instead.

func (*LineupAvatar) GetAvatarType ¶

func (x *LineupAvatar) GetAvatarType() AvatarType

func (*LineupAvatar) GetHp ¶

func (x *LineupAvatar) GetHp() uint32

func (*LineupAvatar) GetId ¶

func (x *LineupAvatar) GetId() uint32

func (*LineupAvatar) GetSatiety ¶

func (x *LineupAvatar) GetSatiety() uint32

func (*LineupAvatar) GetSlot ¶

func (x *LineupAvatar) GetSlot() uint32

func (*LineupAvatar) GetSpBar ¶

func (x *LineupAvatar) GetSpBar() *SpBarInfo

func (*LineupAvatar) ProtoMessage ¶

func (*LineupAvatar) ProtoMessage()

func (*LineupAvatar) ProtoReflect ¶

func (x *LineupAvatar) ProtoReflect() protoreflect.Message

func (*LineupAvatar) Reset ¶

func (x *LineupAvatar) Reset()

func (*LineupAvatar) String ¶

func (x *LineupAvatar) String() string

type LineupInfo ¶

type LineupInfo struct {
	IsVirtual       bool            `protobuf:"varint,8,opt,name=is_virtual,json=isVirtual,proto3" json:"is_virtual,omitempty"`
	LeaderSlot      uint32          `protobuf:"varint,5,opt,name=leader_slot,json=leaderSlot,proto3" json:"leader_slot,omitempty"`
	AvatarList      []*LineupAvatar `protobuf:"bytes,2,rep,name=avatar_list,json=avatarList,proto3" json:"avatar_list,omitempty"`
	Index           uint32          `protobuf:"varint,7,opt,name=index,proto3" json:"index,omitempty"`
	ExtraLineupType ExtraLineupType `` /* 137-byte string literal not displayed */
	MaxMp           uint32          `protobuf:"varint,10,opt,name=max_mp,json=maxMp,proto3" json:"max_mp,omitempty"`
	Mp              uint32          `protobuf:"varint,3,opt,name=mp,proto3" json:"mp,omitempty"`
	Name            string          `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	PlaneId         uint32          `protobuf:"varint,4,opt,name=plane_id,json=planeId,proto3" json:"plane_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LineupInfo) Descriptor deprecated

func (*LineupInfo) Descriptor() ([]byte, []int)

Deprecated: Use LineupInfo.ProtoReflect.Descriptor instead.

func (*LineupInfo) GetAvatarList ¶

func (x *LineupInfo) GetAvatarList() []*LineupAvatar

func (*LineupInfo) GetExtraLineupType ¶

func (x *LineupInfo) GetExtraLineupType() ExtraLineupType

func (*LineupInfo) GetIndex ¶

func (x *LineupInfo) GetIndex() uint32

func (*LineupInfo) GetIsVirtual ¶

func (x *LineupInfo) GetIsVirtual() bool

func (*LineupInfo) GetLeaderSlot ¶

func (x *LineupInfo) GetLeaderSlot() uint32

func (*LineupInfo) GetMaxMp ¶

func (x *LineupInfo) GetMaxMp() uint32

func (*LineupInfo) GetMp ¶

func (x *LineupInfo) GetMp() uint32

func (*LineupInfo) GetName ¶

func (x *LineupInfo) GetName() string

func (*LineupInfo) GetPlaneId ¶

func (x *LineupInfo) GetPlaneId() uint32

func (*LineupInfo) ProtoMessage ¶

func (*LineupInfo) ProtoMessage()

func (*LineupInfo) ProtoReflect ¶

func (x *LineupInfo) ProtoReflect() protoreflect.Message

func (*LineupInfo) Reset ¶

func (x *LineupInfo) Reset()

func (*LineupInfo) String ¶

func (x *LineupInfo) String() string

type LineupSlotData ¶

type LineupSlotData struct {
	Id         uint32     `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	AvatarType AvatarType `protobuf:"varint,2,opt,name=avatar_type,json=avatarType,proto3,enum=proto.AvatarType" json:"avatar_type,omitempty"`
	Slot       uint32     `protobuf:"varint,8,opt,name=slot,proto3" json:"slot,omitempty"`
	// contains filtered or unexported fields
}

func (*LineupSlotData) Descriptor deprecated

func (*LineupSlotData) Descriptor() ([]byte, []int)

Deprecated: Use LineupSlotData.ProtoReflect.Descriptor instead.

func (*LineupSlotData) GetAvatarType ¶

func (x *LineupSlotData) GetAvatarType() AvatarType

func (*LineupSlotData) GetId ¶

func (x *LineupSlotData) GetId() uint32

func (*LineupSlotData) GetSlot ¶

func (x *LineupSlotData) GetSlot() uint32

func (*LineupSlotData) ProtoMessage ¶

func (*LineupSlotData) ProtoMessage()

func (*LineupSlotData) ProtoReflect ¶

func (x *LineupSlotData) ProtoReflect() protoreflect.Message

func (*LineupSlotData) Reset ¶

func (x *LineupSlotData) Reset()

func (*LineupSlotData) String ¶

func (x *LineupSlotData) String() string

type LockEquipmentCsReq ¶

type LockEquipmentCsReq struct {
	IsProtected       bool   `protobuf:"varint,8,opt,name=is_protected,json=isProtected,proto3" json:"is_protected,omitempty"`
	EquipmentUniqueId uint32 `protobuf:"varint,15,opt,name=equipment_unique_id,json=equipmentUniqueId,proto3" json:"equipment_unique_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LockEquipmentCsReq) Descriptor deprecated

func (*LockEquipmentCsReq) Descriptor() ([]byte, []int)

Deprecated: Use LockEquipmentCsReq.ProtoReflect.Descriptor instead.

func (*LockEquipmentCsReq) GetEquipmentUniqueId ¶

func (x *LockEquipmentCsReq) GetEquipmentUniqueId() uint32

func (*LockEquipmentCsReq) GetIsProtected ¶

func (x *LockEquipmentCsReq) GetIsProtected() bool

func (*LockEquipmentCsReq) ProtoMessage ¶

func (*LockEquipmentCsReq) ProtoMessage()

func (*LockEquipmentCsReq) ProtoReflect ¶

func (x *LockEquipmentCsReq) ProtoReflect() protoreflect.Message

func (*LockEquipmentCsReq) Reset ¶

func (x *LockEquipmentCsReq) Reset()

func (*LockEquipmentCsReq) String ¶

func (x *LockEquipmentCsReq) String() string

type LockEquipmentScRsp ¶

type LockEquipmentScRsp struct {
	Retcode           uint32 `protobuf:"varint,6,opt,name=retcode,proto3" json:"retcode,omitempty"`
	EquipmentUniqueId uint32 `protobuf:"varint,13,opt,name=equipment_unique_id,json=equipmentUniqueId,proto3" json:"equipment_unique_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LockEquipmentScRsp) Descriptor deprecated

func (*LockEquipmentScRsp) Descriptor() ([]byte, []int)

Deprecated: Use LockEquipmentScRsp.ProtoReflect.Descriptor instead.

func (*LockEquipmentScRsp) GetEquipmentUniqueId ¶

func (x *LockEquipmentScRsp) GetEquipmentUniqueId() uint32

func (*LockEquipmentScRsp) GetRetcode ¶

func (x *LockEquipmentScRsp) GetRetcode() uint32

func (*LockEquipmentScRsp) ProtoMessage ¶

func (*LockEquipmentScRsp) ProtoMessage()

func (*LockEquipmentScRsp) ProtoReflect ¶

func (x *LockEquipmentScRsp) ProtoReflect() protoreflect.Message

func (*LockEquipmentScRsp) Reset ¶

func (x *LockEquipmentScRsp) Reset()

func (*LockEquipmentScRsp) String ¶

func (x *LockEquipmentScRsp) String() string

type LockRelicCsReq ¶

type LockRelicCsReq struct {
	RelicUniqueId uint32 `protobuf:"varint,14,opt,name=relic_unique_id,json=relicUniqueId,proto3" json:"relic_unique_id,omitempty"`
	IsProtected   bool   `protobuf:"varint,1,opt,name=is_protected,json=isProtected,proto3" json:"is_protected,omitempty"`
	// contains filtered or unexported fields
}

func (*LockRelicCsReq) Descriptor deprecated

func (*LockRelicCsReq) Descriptor() ([]byte, []int)

Deprecated: Use LockRelicCsReq.ProtoReflect.Descriptor instead.

func (*LockRelicCsReq) GetIsProtected ¶

func (x *LockRelicCsReq) GetIsProtected() bool

func (*LockRelicCsReq) GetRelicUniqueId ¶

func (x *LockRelicCsReq) GetRelicUniqueId() uint32

func (*LockRelicCsReq) ProtoMessage ¶

func (*LockRelicCsReq) ProtoMessage()

func (*LockRelicCsReq) ProtoReflect ¶

func (x *LockRelicCsReq) ProtoReflect() protoreflect.Message

func (*LockRelicCsReq) Reset ¶

func (x *LockRelicCsReq) Reset()

func (*LockRelicCsReq) String ¶

func (x *LockRelicCsReq) String() string

type LockRelicScRsp ¶

type LockRelicScRsp struct {
	Retcode       uint32 `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	RelicUniqueId uint32 `protobuf:"varint,3,opt,name=relic_unique_id,json=relicUniqueId,proto3" json:"relic_unique_id,omitempty"`
	// contains filtered or unexported fields
}

func (*LockRelicScRsp) Descriptor deprecated

func (*LockRelicScRsp) Descriptor() ([]byte, []int)

Deprecated: Use LockRelicScRsp.ProtoReflect.Descriptor instead.

func (*LockRelicScRsp) GetRelicUniqueId ¶

func (x *LockRelicScRsp) GetRelicUniqueId() uint32

func (*LockRelicScRsp) GetRetcode ¶

func (x *LockRelicScRsp) GetRetcode() uint32

func (*LockRelicScRsp) ProtoMessage ¶

func (*LockRelicScRsp) ProtoMessage()

func (*LockRelicScRsp) ProtoReflect ¶

func (x *LockRelicScRsp) ProtoReflect() protoreflect.Message

func (*LockRelicScRsp) Reset ¶

func (x *LockRelicScRsp) Reset()

func (*LockRelicScRsp) String ¶

func (x *LockRelicScRsp) String() string

type MailType ¶

type MailType int32
const (
	MailType_MAIL_TYPE_NORMAL MailType = 0
	MailType_MAIL_TYPE_STAR   MailType = 1
)

func (MailType) Descriptor ¶

func (MailType) Descriptor() protoreflect.EnumDescriptor

func (MailType) Enum ¶

func (x MailType) Enum() *MailType

func (MailType) EnumDescriptor deprecated

func (MailType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MailType.Descriptor instead.

func (MailType) Number ¶

func (x MailType) Number() protoreflect.EnumNumber

func (MailType) String ¶

func (x MailType) String() string

func (MailType) Type ¶

type MapInfoChestType ¶

type MapInfoChestType int32
const (
	MapInfoChestType_MAP_INFO_CHEST_TYPE_NONE      MapInfoChestType = 0
	MapInfoChestType_MAP_INFO_CHEST_TYPE_NORMAL    MapInfoChestType = 101
	MapInfoChestType_MAP_INFO_CHEST_TYPE_CHALLENGE MapInfoChestType = 102
	MapInfoChestType_MAP_INFO_CHEST_TYPE_PUZZLE    MapInfoChestType = 104
)

func (MapInfoChestType) Descriptor ¶

func (MapInfoChestType) Enum ¶

func (MapInfoChestType) EnumDescriptor deprecated

func (MapInfoChestType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MapInfoChestType.Descriptor instead.

func (MapInfoChestType) Number ¶

func (MapInfoChestType) String ¶

func (x MapInfoChestType) String() string

func (MapInfoChestType) Type ¶

type MarkReadMailCsReq ¶

type MarkReadMailCsReq struct {
	Id uint32 `protobuf:"varint,14,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*MarkReadMailCsReq) Descriptor deprecated

func (*MarkReadMailCsReq) Descriptor() ([]byte, []int)

Deprecated: Use MarkReadMailCsReq.ProtoReflect.Descriptor instead.

func (*MarkReadMailCsReq) GetId ¶

func (x *MarkReadMailCsReq) GetId() uint32

func (*MarkReadMailCsReq) ProtoMessage ¶

func (*MarkReadMailCsReq) ProtoMessage()

func (*MarkReadMailCsReq) ProtoReflect ¶

func (x *MarkReadMailCsReq) ProtoReflect() protoreflect.Message

func (*MarkReadMailCsReq) Reset ¶

func (x *MarkReadMailCsReq) Reset()

func (*MarkReadMailCsReq) String ¶

func (x *MarkReadMailCsReq) String() string

type MarkReadMailScRsp ¶

type MarkReadMailScRsp struct {
	Retcode uint32 `protobuf:"varint,1,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Id      uint32 `protobuf:"varint,5,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*MarkReadMailScRsp) Descriptor deprecated

func (*MarkReadMailScRsp) Descriptor() ([]byte, []int)

Deprecated: Use MarkReadMailScRsp.ProtoReflect.Descriptor instead.

func (*MarkReadMailScRsp) GetId ¶

func (x *MarkReadMailScRsp) GetId() uint32

func (*MarkReadMailScRsp) GetRetcode ¶

func (x *MarkReadMailScRsp) GetRetcode() uint32

func (*MarkReadMailScRsp) ProtoMessage ¶

func (*MarkReadMailScRsp) ProtoMessage()

func (*MarkReadMailScRsp) ProtoReflect ¶

func (x *MarkReadMailScRsp) ProtoReflect() protoreflect.Message

func (*MarkReadMailScRsp) Reset ¶

func (x *MarkReadMailScRsp) Reset()

func (*MarkReadMailScRsp) String ¶

func (x *MarkReadMailScRsp) String() string

type Material ¶

type Material struct {
	Tid uint32 `protobuf:"varint,8,opt,name=tid,proto3" json:"tid,omitempty"`
	Num uint32 `protobuf:"varint,15,opt,name=num,proto3" json:"num,omitempty"`
	// contains filtered or unexported fields
}

func (*Material) Descriptor deprecated

func (*Material) Descriptor() ([]byte, []int)

Deprecated: Use Material.ProtoReflect.Descriptor instead.

func (*Material) GetNum ¶

func (x *Material) GetNum() uint32

func (*Material) GetTid ¶

func (x *Material) GetTid() uint32

func (*Material) ProtoMessage ¶

func (*Material) ProtoMessage()

func (*Material) ProtoReflect ¶

func (x *Material) ProtoReflect() protoreflect.Message

func (*Material) Reset ¶

func (x *Material) Reset()

func (*Material) String ¶

func (x *Material) String() string

type MazeChest ¶

type MazeChest struct {
	MapInfoChestType MapInfoChestType `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*MazeChest) Descriptor deprecated

func (*MazeChest) Descriptor() ([]byte, []int)

Deprecated: Use MazeChest.ProtoReflect.Descriptor instead.

func (*MazeChest) GetMapInfoChestType ¶

func (x *MazeChest) GetMapInfoChestType() MapInfoChestType

func (*MazeChest) ProtoMessage ¶

func (*MazeChest) ProtoMessage()

func (*MazeChest) ProtoReflect ¶

func (x *MazeChest) ProtoReflect() protoreflect.Message

func (*MazeChest) Reset ¶

func (x *MazeChest) Reset()

func (*MazeChest) String ¶

func (x *MazeChest) String() string

type MazeGroup ¶

type MazeGroup struct {
	GroupId uint32 `protobuf:"varint,6,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MazeGroup) Descriptor deprecated

func (*MazeGroup) Descriptor() ([]byte, []int)

Deprecated: Use MazeGroup.ProtoReflect.Descriptor instead.

func (*MazeGroup) GetGroupId ¶

func (x *MazeGroup) GetGroupId() uint32

func (*MazeGroup) ProtoMessage ¶

func (*MazeGroup) ProtoMessage()

func (*MazeGroup) ProtoReflect ¶

func (x *MazeGroup) ProtoReflect() protoreflect.Message

func (*MazeGroup) Reset ¶

func (x *MazeGroup) Reset()

func (*MazeGroup) String ¶

func (x *MazeGroup) String() string

type MazeMapData ¶

type MazeMapData struct {
	UnlockedChestList    []*MazeChest `protobuf:"bytes,11,rep,name=unlocked_chest_list,json=unlockedChestList,proto3" json:"unlocked_chest_list,omitempty"`
	MazeGroupList        []*MazeGroup `protobuf:"bytes,1,rep,name=maze_group_list,json=mazeGroupList,proto3" json:"maze_group_list,omitempty"`
	Retcode              uint32       `protobuf:"varint,5,opt,name=retcode,proto3" json:"retcode,omitempty"`
	MazePropList         []*MazeProp  `protobuf:"bytes,4,rep,name=maze_prop_list,json=mazePropList,proto3" json:"maze_prop_list,omitempty"`
	LightenSectionList   []uint32     `protobuf:"varint,2,rep,packed,name=lighten_section_list,json=lightenSectionList,proto3" json:"lighten_section_list,omitempty"`
	UnlockedTeleportList []uint32     `` /* 131-byte string literal not displayed */
	CurMapEntryId        uint32       `protobuf:"varint,10,opt,name=cur_map_entry_id,json=curMapEntryId,proto3" json:"cur_map_entry_id,omitempty"`
	EntryId              uint32       `protobuf:"varint,13,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MazeMapData) Descriptor deprecated

func (*MazeMapData) Descriptor() ([]byte, []int)

Deprecated: Use MazeMapData.ProtoReflect.Descriptor instead.

func (*MazeMapData) GetCurMapEntryId ¶

func (x *MazeMapData) GetCurMapEntryId() uint32

func (*MazeMapData) GetEntryId ¶

func (x *MazeMapData) GetEntryId() uint32

func (*MazeMapData) GetLightenSectionList ¶

func (x *MazeMapData) GetLightenSectionList() []uint32

func (*MazeMapData) GetMazeGroupList ¶

func (x *MazeMapData) GetMazeGroupList() []*MazeGroup

func (*MazeMapData) GetMazePropList ¶

func (x *MazeMapData) GetMazePropList() []*MazeProp

func (*MazeMapData) GetRetcode ¶

func (x *MazeMapData) GetRetcode() uint32

func (*MazeMapData) GetUnlockedChestList ¶

func (x *MazeMapData) GetUnlockedChestList() []*MazeChest

func (*MazeMapData) GetUnlockedTeleportList ¶

func (x *MazeMapData) GetUnlockedTeleportList() []uint32

func (*MazeMapData) ProtoMessage ¶

func (*MazeMapData) ProtoMessage()

func (*MazeMapData) ProtoReflect ¶

func (x *MazeMapData) ProtoReflect() protoreflect.Message

func (*MazeMapData) Reset ¶

func (x *MazeMapData) Reset()

func (*MazeMapData) String ¶

func (x *MazeMapData) String() string

type MazeProp ¶

type MazeProp struct {
	State    uint32 `protobuf:"varint,11,opt,name=state,proto3" json:"state,omitempty"`
	GroupId  uint32 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	ConfigId uint32 `protobuf:"varint,8,opt,name=config_id,json=configId,proto3" json:"config_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MazeProp) Descriptor deprecated

func (*MazeProp) Descriptor() ([]byte, []int)

Deprecated: Use MazeProp.ProtoReflect.Descriptor instead.

func (*MazeProp) GetConfigId ¶

func (x *MazeProp) GetConfigId() uint32

func (*MazeProp) GetGroupId ¶

func (x *MazeProp) GetGroupId() uint32

func (*MazeProp) GetState ¶

func (x *MazeProp) GetState() uint32

func (*MazeProp) ProtoMessage ¶

func (*MazeProp) ProtoMessage()

func (*MazeProp) ProtoReflect ¶

func (x *MazeProp) ProtoReflect() protoreflect.Message

func (*MazeProp) Reset ¶

func (x *MazeProp) Reset()

func (*MazeProp) String ¶

func (x *MazeProp) String() string

type Mission ¶

type Mission struct {
	Progress uint32        `protobuf:"varint,14,opt,name=progress,proto3" json:"progress,omitempty"`
	Id       uint32        `protobuf:"varint,15,opt,name=id,proto3" json:"id,omitempty"`
	Status   MissionStatus `protobuf:"varint,11,opt,name=status,proto3,enum=proto.MissionStatus" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*Mission) Descriptor deprecated

func (*Mission) Descriptor() ([]byte, []int)

Deprecated: Use Mission.ProtoReflect.Descriptor instead.

func (*Mission) GetId ¶

func (x *Mission) GetId() uint32

func (*Mission) GetProgress ¶

func (x *Mission) GetProgress() uint32

func (*Mission) GetStatus ¶

func (x *Mission) GetStatus() MissionStatus

func (*Mission) ProtoMessage ¶

func (*Mission) ProtoMessage()

func (*Mission) ProtoReflect ¶

func (x *Mission) ProtoReflect() protoreflect.Message

func (*Mission) Reset ¶

func (x *Mission) Reset()

func (*Mission) String ¶

func (x *Mission) String() string

type MissionStatus ¶

type MissionStatus int32
const (
	MissionStatus_MISSION_NONE     MissionStatus = 0
	MissionStatus_MISSION_DOING    MissionStatus = 1
	MissionStatus_MISSION_FINISH   MissionStatus = 2
	MissionStatus_MISSION_PREPARED MissionStatus = 3
)

func (MissionStatus) Descriptor ¶

func (MissionStatus) Enum ¶

func (x MissionStatus) Enum() *MissionStatus

func (MissionStatus) EnumDescriptor deprecated

func (MissionStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use MissionStatus.Descriptor instead.

func (MissionStatus) Number ¶

func (MissionStatus) String ¶

func (x MissionStatus) String() string

func (MissionStatus) Type ¶

type MonsterArchive ¶

type MonsterArchive struct {
	Num       uint32 `protobuf:"varint,14,opt,name=num,proto3" json:"num,omitempty"`
	MonsterId uint32 `protobuf:"varint,8,opt,name=monster_id,json=monsterId,proto3" json:"monster_id,omitempty"`
	// contains filtered or unexported fields
}

func (*MonsterArchive) Descriptor deprecated

func (*MonsterArchive) Descriptor() ([]byte, []int)

Deprecated: Use MonsterArchive.ProtoReflect.Descriptor instead.

func (*MonsterArchive) GetMonsterId ¶

func (x *MonsterArchive) GetMonsterId() uint32

func (*MonsterArchive) GetNum ¶

func (x *MonsterArchive) GetNum() uint32

func (*MonsterArchive) ProtoMessage ¶

func (*MonsterArchive) ProtoMessage()

func (*MonsterArchive) ProtoReflect ¶

func (x *MonsterArchive) ProtoReflect() protoreflect.Message

func (*MonsterArchive) Reset ¶

func (x *MonsterArchive) Reset()

func (*MonsterArchive) String ¶

func (x *MonsterArchive) String() string

type MotionInfo ¶

type MotionInfo struct {
	Pos *Vector `protobuf:"bytes,12,opt,name=pos,proto3" json:"pos,omitempty"`
	Rot *Vector `protobuf:"bytes,9,opt,name=rot,proto3" json:"rot,omitempty"`
	// contains filtered or unexported fields
}

func (*MotionInfo) Descriptor deprecated

func (*MotionInfo) Descriptor() ([]byte, []int)

Deprecated: Use MotionInfo.ProtoReflect.Descriptor instead.

func (*MotionInfo) GetPos ¶

func (x *MotionInfo) GetPos() *Vector

func (*MotionInfo) GetRot ¶

func (x *MotionInfo) GetRot() *Vector

func (*MotionInfo) ProtoMessage ¶

func (*MotionInfo) ProtoMessage()

func (*MotionInfo) ProtoReflect ¶

func (x *MotionInfo) ProtoReflect() protoreflect.Message

func (*MotionInfo) Reset ¶

func (x *MotionInfo) Reset()

func (*MotionInfo) String ¶

func (x *MotionInfo) String() string

type MsgType ¶

type MsgType int32
const (
	MsgType_MSG_TYPE_NONE        MsgType = 0
	MsgType_MSG_TYPE_CUSTOM_TEXT MsgType = 1
	MsgType_MSG_TYPE_EMOJI       MsgType = 2
)

func (MsgType) Descriptor ¶

func (MsgType) Descriptor() protoreflect.EnumDescriptor

func (MsgType) Enum ¶

func (x MsgType) Enum() *MsgType

func (MsgType) EnumDescriptor deprecated

func (MsgType) EnumDescriptor() ([]byte, []int)

Deprecated: Use MsgType.Descriptor instead.

func (MsgType) Number ¶

func (x MsgType) Number() protoreflect.EnumNumber

func (MsgType) String ¶

func (x MsgType) String() string

func (MsgType) Type ¶

func (MsgType) Type() protoreflect.EnumType

type NewMailScNotify ¶

type NewMailScNotify struct {
	MailIdList []uint32 `protobuf:"varint,10,rep,packed,name=mail_id_list,json=mailIdList,proto3" json:"mail_id_list,omitempty"`
	// contains filtered or unexported fields
}

func (*NewMailScNotify) Descriptor deprecated

func (*NewMailScNotify) Descriptor() ([]byte, []int)

Deprecated: Use NewMailScNotify.ProtoReflect.Descriptor instead.

func (*NewMailScNotify) GetMailIdList ¶

func (x *NewMailScNotify) GetMailIdList() []uint32

func (*NewMailScNotify) ProtoMessage ¶

func (*NewMailScNotify) ProtoMessage()

func (*NewMailScNotify) ProtoReflect ¶

func (x *NewMailScNotify) ProtoReflect() protoreflect.Message

func (*NewMailScNotify) Reset ¶

func (x *NewMailScNotify) Reset()

func (*NewMailScNotify) String ¶

func (x *NewMailScNotify) String() string

type NpcExtraInfo ¶

type NpcExtraInfo struct {
	RogueInfo *NpcRogueInfo `protobuf:"bytes,12,opt,name=rogue_info,json=rogueInfo,proto3" json:"rogue_info,omitempty"`
	// contains filtered or unexported fields
}

func (*NpcExtraInfo) Descriptor deprecated

func (*NpcExtraInfo) Descriptor() ([]byte, []int)

Deprecated: Use NpcExtraInfo.ProtoReflect.Descriptor instead.

func (*NpcExtraInfo) GetRogueInfo ¶

func (x *NpcExtraInfo) GetRogueInfo() *NpcRogueInfo

func (*NpcExtraInfo) ProtoMessage ¶

func (*NpcExtraInfo) ProtoMessage()

func (*NpcExtraInfo) ProtoReflect ¶

func (x *NpcExtraInfo) ProtoReflect() protoreflect.Message

func (*NpcExtraInfo) Reset ¶

func (x *NpcExtraInfo) Reset()

func (*NpcExtraInfo) String ¶

func (x *NpcExtraInfo) String() string

type NpcRogueInfo ¶

type NpcRogueInfo struct {
	DialogueGroupId uint32 `protobuf:"varint,12,opt,name=dialogue_group_id,json=dialogueGroupId,proto3" json:"dialogue_group_id,omitempty"`
	RogueNpcId      uint32 `protobuf:"varint,4,opt,name=rogue_npc_id,json=rogueNpcId,proto3" json:"rogue_npc_id,omitempty"`
	// contains filtered or unexported fields
}

func (*NpcRogueInfo) Descriptor deprecated

func (*NpcRogueInfo) Descriptor() ([]byte, []int)

Deprecated: Use NpcRogueInfo.ProtoReflect.Descriptor instead.

func (*NpcRogueInfo) GetDialogueGroupId ¶

func (x *NpcRogueInfo) GetDialogueGroupId() uint32

func (*NpcRogueInfo) GetRogueNpcId ¶

func (x *NpcRogueInfo) GetRogueNpcId() uint32

func (*NpcRogueInfo) ProtoMessage ¶

func (*NpcRogueInfo) ProtoMessage()

func (*NpcRogueInfo) ProtoReflect ¶

func (x *NpcRogueInfo) ProtoReflect() protoreflect.Message

func (*NpcRogueInfo) Reset ¶

func (x *NpcRogueInfo) Reset()

func (*NpcRogueInfo) String ¶

func (x *NpcRogueInfo) String() string

type NpcTalkInfo ¶

type NpcTalkInfo struct {
	NpcTalkId uint32 `protobuf:"varint,4,opt,name=npc_talk_id,json=npcTalkId,proto3" json:"npc_talk_id,omitempty"`
	// contains filtered or unexported fields
}

func (*NpcTalkInfo) Descriptor deprecated

func (*NpcTalkInfo) Descriptor() ([]byte, []int)

Deprecated: Use NpcTalkInfo.ProtoReflect.Descriptor instead.

func (*NpcTalkInfo) GetNpcTalkId ¶

func (x *NpcTalkInfo) GetNpcTalkId() uint32

func (*NpcTalkInfo) ProtoMessage ¶

func (*NpcTalkInfo) ProtoMessage()

func (*NpcTalkInfo) ProtoReflect ¶

func (x *NpcTalkInfo) ProtoReflect() protoreflect.Message

func (*NpcTalkInfo) Reset ¶

func (x *NpcTalkInfo) Reset()

func (*NpcTalkInfo) String ¶

func (x *NpcTalkInfo) String() string

type PVEBattleResultCsReq ¶

type PVEBattleResultCsReq struct {
	TurnSnapshotHash       []byte            `protobuf:"bytes,3,opt,name=turn_snapshot_hash,json=turnSnapshotHash,proto3" json:"turn_snapshot_hash,omitempty"`
	ClientResVersion       uint32            `protobuf:"varint,12,opt,name=client_res_version,json=clientResVersion,proto3" json:"client_res_version,omitempty"`
	Stt                    *BattleStatistics `protobuf:"bytes,1,opt,name=stt,proto3" json:"stt,omitempty"`
	StageId                uint32            `protobuf:"varint,2,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	BattleId               uint32            `protobuf:"varint,10,opt,name=battle_id,json=battleId,proto3" json:"battle_id,omitempty"`
	EndStatus              BattleEndStatus   `protobuf:"varint,11,opt,name=end_status,json=endStatus,proto3,enum=proto.BattleEndStatus" json:"end_status,omitempty"`
	IsAiConsiderUltraSkill bool              `` /* 135-byte string literal not displayed */
	CostTime               uint32            `protobuf:"varint,14,opt,name=cost_time,json=costTime,proto3" json:"cost_time,omitempty"`
	OpList                 []*BattleOp       `protobuf:"bytes,4,rep,name=op_list,json=opList,proto3" json:"op_list,omitempty"`
	// contains filtered or unexported fields
}

func (*PVEBattleResultCsReq) Descriptor deprecated

func (*PVEBattleResultCsReq) Descriptor() ([]byte, []int)

Deprecated: Use PVEBattleResultCsReq.ProtoReflect.Descriptor instead.

func (*PVEBattleResultCsReq) GetBattleId ¶

func (x *PVEBattleResultCsReq) GetBattleId() uint32

func (*PVEBattleResultCsReq) GetClientResVersion ¶

func (x *PVEBattleResultCsReq) GetClientResVersion() uint32

func (*PVEBattleResultCsReq) GetCostTime ¶

func (x *PVEBattleResultCsReq) GetCostTime() uint32

func (*PVEBattleResultCsReq) GetEndStatus ¶

func (x *PVEBattleResultCsReq) GetEndStatus() BattleEndStatus

func (*PVEBattleResultCsReq) GetIsAiConsiderUltraSkill ¶

func (x *PVEBattleResultCsReq) GetIsAiConsiderUltraSkill() bool

func (*PVEBattleResultCsReq) GetOpList ¶

func (x *PVEBattleResultCsReq) GetOpList() []*BattleOp

func (*PVEBattleResultCsReq) GetStageId ¶

func (x *PVEBattleResultCsReq) GetStageId() uint32

func (*PVEBattleResultCsReq) GetStt ¶

func (*PVEBattleResultCsReq) GetTurnSnapshotHash ¶

func (x *PVEBattleResultCsReq) GetTurnSnapshotHash() []byte

func (*PVEBattleResultCsReq) ProtoMessage ¶

func (*PVEBattleResultCsReq) ProtoMessage()

func (*PVEBattleResultCsReq) ProtoReflect ¶

func (x *PVEBattleResultCsReq) ProtoReflect() protoreflect.Message

func (*PVEBattleResultCsReq) Reset ¶

func (x *PVEBattleResultCsReq) Reset()

func (*PVEBattleResultCsReq) String ¶

func (x *PVEBattleResultCsReq) String() string

type PVEBattleResultScRsp ¶

type PVEBattleResultScRsp struct {
	MismatchTurnCount uint32          `protobuf:"varint,2,opt,name=mismatch_turn_count,json=mismatchTurnCount,proto3" json:"mismatch_turn_count,omitempty"`
	BattleAvatarList  []*BattleAvatar `protobuf:"bytes,4,rep,name=battle_avatar_list,json=battleAvatarList,proto3" json:"battle_avatar_list,omitempty"`
	StageId           uint32          `protobuf:"varint,15,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	ResVersion        string          `protobuf:"bytes,13,opt,name=res_version,json=resVersion,proto3" json:"res_version,omitempty"`
	DropData          *ItemList       `protobuf:"bytes,8,opt,name=drop_data,json=dropData,proto3" json:"drop_data,omitempty"`
	Retcode           uint32          `protobuf:"varint,3,opt,name=retcode,proto3" json:"retcode,omitempty"`
	BinVersion        string          `protobuf:"bytes,11,opt,name=bin_version,json=binVersion,proto3" json:"bin_version,omitempty"`
	EventId           uint32          `protobuf:"varint,12,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	EndStatus         BattleEndStatus `protobuf:"varint,5,opt,name=end_status,json=endStatus,proto3,enum=proto.BattleEndStatus" json:"end_status,omitempty"`
	BattleId          uint32          `protobuf:"varint,10,opt,name=battle_id,json=battleId,proto3" json:"battle_id,omitempty"`
	CheckIdentical    bool            `protobuf:"varint,1,opt,name=check_identical,json=checkIdentical,proto3" json:"check_identical,omitempty"`
	Unk1              *ItemList       `protobuf:"bytes,9,opt,name=unk1,proto3" json:"unk1,omitempty"`
	Unk2              *ItemList       `protobuf:"bytes,14,opt,name=unk2,proto3" json:"unk2,omitempty"`
	Unk3              *ItemList       `protobuf:"bytes,743,opt,name=unk3,proto3" json:"unk3,omitempty"`
	// contains filtered or unexported fields
}

func (*PVEBattleResultScRsp) Descriptor deprecated

func (*PVEBattleResultScRsp) Descriptor() ([]byte, []int)

Deprecated: Use PVEBattleResultScRsp.ProtoReflect.Descriptor instead.

func (*PVEBattleResultScRsp) GetBattleAvatarList ¶

func (x *PVEBattleResultScRsp) GetBattleAvatarList() []*BattleAvatar

func (*PVEBattleResultScRsp) GetBattleId ¶

func (x *PVEBattleResultScRsp) GetBattleId() uint32

func (*PVEBattleResultScRsp) GetBinVersion ¶

func (x *PVEBattleResultScRsp) GetBinVersion() string

func (*PVEBattleResultScRsp) GetCheckIdentical ¶

func (x *PVEBattleResultScRsp) GetCheckIdentical() bool

func (*PVEBattleResultScRsp) GetDropData ¶

func (x *PVEBattleResultScRsp) GetDropData() *ItemList

func (*PVEBattleResultScRsp) GetEndStatus ¶

func (x *PVEBattleResultScRsp) GetEndStatus() BattleEndStatus

func (*PVEBattleResultScRsp) GetEventId ¶

func (x *PVEBattleResultScRsp) GetEventId() uint32

func (*PVEBattleResultScRsp) GetMismatchTurnCount ¶

func (x *PVEBattleResultScRsp) GetMismatchTurnCount() uint32

func (*PVEBattleResultScRsp) GetResVersion ¶

func (x *PVEBattleResultScRsp) GetResVersion() string

func (*PVEBattleResultScRsp) GetRetcode ¶

func (x *PVEBattleResultScRsp) GetRetcode() uint32

func (*PVEBattleResultScRsp) GetStageId ¶

func (x *PVEBattleResultScRsp) GetStageId() uint32

func (*PVEBattleResultScRsp) GetUnk1 ¶

func (x *PVEBattleResultScRsp) GetUnk1() *ItemList

func (*PVEBattleResultScRsp) GetUnk2 ¶

func (x *PVEBattleResultScRsp) GetUnk2() *ItemList

func (*PVEBattleResultScRsp) GetUnk3 ¶

func (x *PVEBattleResultScRsp) GetUnk3() *ItemList

func (*PVEBattleResultScRsp) ProtoMessage ¶

func (*PVEBattleResultScRsp) ProtoMessage()

func (*PVEBattleResultScRsp) ProtoReflect ¶

func (x *PVEBattleResultScRsp) ProtoReflect() protoreflect.Message

func (*PVEBattleResultScRsp) Reset ¶

func (x *PVEBattleResultScRsp) Reset()

func (*PVEBattleResultScRsp) String ¶

func (x *PVEBattleResultScRsp) String() string

type PileItem ¶

type PileItem struct {
	ItemNum uint32 `protobuf:"varint,12,opt,name=item_num,json=itemNum,proto3" json:"item_num,omitempty"`
	ItemId  uint32 `protobuf:"varint,10,opt,name=item_id,json=itemId,proto3" json:"item_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PileItem) Descriptor deprecated

func (*PileItem) Descriptor() ([]byte, []int)

Deprecated: Use PileItem.ProtoReflect.Descriptor instead.

func (*PileItem) GetItemId ¶

func (x *PileItem) GetItemId() uint32

func (*PileItem) GetItemNum ¶

func (x *PileItem) GetItemNum() uint32

func (*PileItem) ProtoMessage ¶

func (*PileItem) ProtoMessage()

func (*PileItem) ProtoReflect ¶

func (x *PileItem) ProtoReflect() protoreflect.Message

func (*PileItem) Reset ¶

func (x *PileItem) Reset()

func (*PileItem) String ¶

func (x *PileItem) String() string

type PlatformType ¶

type PlatformType int32
const (
	PlatformType_EDITOR             PlatformType = 0
	PlatformType_IOS                PlatformType = 1
	PlatformType_ANDROID            PlatformType = 2
	PlatformType_PC                 PlatformType = 3
	PlatformType_WEB                PlatformType = 4
	PlatformType_WAP                PlatformType = 5
	PlatformType_PS4                PlatformType = 6
	PlatformType_NINTENDO           PlatformType = 7
	PlatformType_CLOUD_ANDROID      PlatformType = 8
	PlatformType_CLOUD_PC           PlatformType = 9
	PlatformType_CLOUD_IOS          PlatformType = 10
	PlatformType_PS5                PlatformType = 11
	PlatformType_MAC                PlatformType = 12
	PlatformType_CLOUD_MAC          PlatformType = 13
	PlatformType_CLOUD_WEB_ANDROID  PlatformType = 20
	PlatformType_CLOUD_WEB_IOS      PlatformType = 21
	PlatformType_CLOUD_WEB_PC       PlatformType = 22
	PlatformType_CLOUD_WEB_MAC      PlatformType = 23
	PlatformType_CLOUD_WEB_TOUCH    PlatformType = 24
	PlatformType_CLOUD_WEB_KEYBOARD PlatformType = 25
)

func (PlatformType) Descriptor ¶

func (PlatformType) Enum ¶

func (x PlatformType) Enum() *PlatformType

func (PlatformType) EnumDescriptor deprecated

func (PlatformType) EnumDescriptor() ([]byte, []int)

Deprecated: Use PlatformType.Descriptor instead.

func (PlatformType) Number ¶

func (PlatformType) String ¶

func (x PlatformType) String() string

func (PlatformType) Type ¶

type PlayBackGroundMusicCsReq ¶

type PlayBackGroundMusicCsReq struct {
	PlayMusicId uint32 `protobuf:"varint,9,opt,name=play_music_id,json=playMusicId,proto3" json:"play_music_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayBackGroundMusicCsReq) Descriptor deprecated

func (*PlayBackGroundMusicCsReq) Descriptor() ([]byte, []int)

Deprecated: Use PlayBackGroundMusicCsReq.ProtoReflect.Descriptor instead.

func (*PlayBackGroundMusicCsReq) GetPlayMusicId ¶

func (x *PlayBackGroundMusicCsReq) GetPlayMusicId() uint32

func (*PlayBackGroundMusicCsReq) ProtoMessage ¶

func (*PlayBackGroundMusicCsReq) ProtoMessage()

func (*PlayBackGroundMusicCsReq) ProtoReflect ¶

func (x *PlayBackGroundMusicCsReq) ProtoReflect() protoreflect.Message

func (*PlayBackGroundMusicCsReq) Reset ¶

func (x *PlayBackGroundMusicCsReq) Reset()

func (*PlayBackGroundMusicCsReq) String ¶

func (x *PlayBackGroundMusicCsReq) String() string

type PlayBackGroundMusicScRsp ¶

type PlayBackGroundMusicScRsp struct {
	PlayMusicId uint32 `protobuf:"varint,9,opt,name=play_music_id,json=playMusicId,proto3" json:"play_music_id,omitempty"`
	Retcode     uint32 `protobuf:"varint,10,opt,name=retcode,proto3" json:"retcode,omitempty"`
	PlayingId   uint32 `protobuf:"varint,6,opt,name=playing_id,json=playingId,proto3" json:"playing_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayBackGroundMusicScRsp) Descriptor deprecated

func (*PlayBackGroundMusicScRsp) Descriptor() ([]byte, []int)

Deprecated: Use PlayBackGroundMusicScRsp.ProtoReflect.Descriptor instead.

func (*PlayBackGroundMusicScRsp) GetPlayMusicId ¶

func (x *PlayBackGroundMusicScRsp) GetPlayMusicId() uint32

func (*PlayBackGroundMusicScRsp) GetPlayingId ¶

func (x *PlayBackGroundMusicScRsp) GetPlayingId() uint32

func (*PlayBackGroundMusicScRsp) GetRetcode ¶

func (x *PlayBackGroundMusicScRsp) GetRetcode() uint32

func (*PlayBackGroundMusicScRsp) ProtoMessage ¶

func (*PlayBackGroundMusicScRsp) ProtoMessage()

func (*PlayBackGroundMusicScRsp) ProtoReflect ¶

func (x *PlayBackGroundMusicScRsp) ProtoReflect() protoreflect.Message

func (*PlayBackGroundMusicScRsp) Reset ¶

func (x *PlayBackGroundMusicScRsp) Reset()

func (*PlayBackGroundMusicScRsp) String ¶

func (x *PlayBackGroundMusicScRsp) String() string

type PlayerBasicInfo ¶

type PlayerBasicInfo struct {
	Nickname   string `protobuf:"bytes,1,opt,name=nickname,proto3" json:"nickname,omitempty"`
	Level      uint32 `protobuf:"varint,2,opt,name=level,proto3" json:"level,omitempty"`
	Exp        uint32 `protobuf:"varint,3,opt,name=exp,proto3" json:"exp,omitempty"`
	Stamina    uint32 `protobuf:"varint,4,opt,name=stamina,proto3" json:"stamina,omitempty"`
	Mcoin      uint32 `protobuf:"varint,5,opt,name=mcoin,proto3" json:"mcoin,omitempty"`
	Hcoin      uint32 `protobuf:"varint,6,opt,name=hcoin,proto3" json:"hcoin,omitempty"`
	Scoin      uint32 `protobuf:"varint,7,opt,name=scoin,proto3" json:"scoin,omitempty"`
	WorldLevel uint32 `protobuf:"varint,8,opt,name=world_level,json=worldLevel,proto3" json:"world_level,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayerBasicInfo) Descriptor deprecated

func (*PlayerBasicInfo) Descriptor() ([]byte, []int)

Deprecated: Use PlayerBasicInfo.ProtoReflect.Descriptor instead.

func (*PlayerBasicInfo) GetExp ¶

func (x *PlayerBasicInfo) GetExp() uint32

func (*PlayerBasicInfo) GetHcoin ¶

func (x *PlayerBasicInfo) GetHcoin() uint32

func (*PlayerBasicInfo) GetLevel ¶

func (x *PlayerBasicInfo) GetLevel() uint32

func (*PlayerBasicInfo) GetMcoin ¶

func (x *PlayerBasicInfo) GetMcoin() uint32

func (*PlayerBasicInfo) GetNickname ¶

func (x *PlayerBasicInfo) GetNickname() string

func (*PlayerBasicInfo) GetScoin ¶

func (x *PlayerBasicInfo) GetScoin() uint32

func (*PlayerBasicInfo) GetStamina ¶

func (x *PlayerBasicInfo) GetStamina() uint32

func (*PlayerBasicInfo) GetWorldLevel ¶

func (x *PlayerBasicInfo) GetWorldLevel() uint32

func (*PlayerBasicInfo) ProtoMessage ¶

func (*PlayerBasicInfo) ProtoMessage()

func (*PlayerBasicInfo) ProtoReflect ¶

func (x *PlayerBasicInfo) ProtoReflect() protoreflect.Message

func (*PlayerBasicInfo) Reset ¶

func (x *PlayerBasicInfo) Reset()

func (*PlayerBasicInfo) String ¶

func (x *PlayerBasicInfo) String() string

type PlayerDetailInfo ¶

type PlayerDetailInfo struct {
	WorldLevel        uint32       `protobuf:"varint,10,opt,name=world_level,json=worldLevel,proto3" json:"world_level,omitempty"`
	Signature         string       `protobuf:"bytes,2,opt,name=signature,proto3" json:"signature,omitempty"`
	PlatformType      PlatformType `protobuf:"varint,4,opt,name=platform_type,json=platformType,proto3,enum=proto.PlatformType" json:"platform_type,omitempty"`
	Level             uint32       `protobuf:"varint,9,opt,name=level,proto3" json:"level,omitempty"`
	HeadIcon          uint32       `protobuf:"varint,7,opt,name=head_icon,json=headIcon,proto3" json:"head_icon,omitempty"`
	Uid               uint32       `protobuf:"varint,13,opt,name=uid,proto3" json:"uid,omitempty"`
	Nickname          string       `protobuf:"bytes,6,opt,name=nickname,proto3" json:"nickname,omitempty"`
	DisplayAvatarInfo string       `protobuf:"bytes,14,opt,name=display_avatar_info,json=displayAvatarInfo,proto3" json:"display_avatar_info,omitempty"`
	RecordInfo        string       `protobuf:"bytes,15,opt,name=record_info,json=recordInfo,proto3" json:"record_info,omitempty"` //DisplayAvatarDetailInfo display_avatar_info = 14;
	// contains filtered or unexported fields
}

func (*PlayerDetailInfo) Descriptor deprecated

func (*PlayerDetailInfo) Descriptor() ([]byte, []int)

Deprecated: Use PlayerDetailInfo.ProtoReflect.Descriptor instead.

func (*PlayerDetailInfo) GetDisplayAvatarInfo ¶

func (x *PlayerDetailInfo) GetDisplayAvatarInfo() string

func (*PlayerDetailInfo) GetHeadIcon ¶

func (x *PlayerDetailInfo) GetHeadIcon() uint32

func (*PlayerDetailInfo) GetLevel ¶

func (x *PlayerDetailInfo) GetLevel() uint32

func (*PlayerDetailInfo) GetNickname ¶

func (x *PlayerDetailInfo) GetNickname() string

func (*PlayerDetailInfo) GetPlatformType ¶

func (x *PlayerDetailInfo) GetPlatformType() PlatformType

func (*PlayerDetailInfo) GetRecordInfo ¶

func (x *PlayerDetailInfo) GetRecordInfo() string

func (*PlayerDetailInfo) GetSignature ¶

func (x *PlayerDetailInfo) GetSignature() string

func (*PlayerDetailInfo) GetUid ¶

func (x *PlayerDetailInfo) GetUid() uint32

func (*PlayerDetailInfo) GetWorldLevel ¶

func (x *PlayerDetailInfo) GetWorldLevel() uint32

func (*PlayerDetailInfo) ProtoMessage ¶

func (*PlayerDetailInfo) ProtoMessage()

func (*PlayerDetailInfo) ProtoReflect ¶

func (x *PlayerDetailInfo) ProtoReflect() protoreflect.Message

func (*PlayerDetailInfo) Reset ¶

func (x *PlayerDetailInfo) Reset()

func (*PlayerDetailInfo) String ¶

func (x *PlayerDetailInfo) String() string

type PlayerGetTokenCsReq ¶

type PlayerGetTokenCsReq struct {
	AccountUid   string `protobuf:"bytes,7,opt,name=account_uid,json=accountUid,proto3" json:"account_uid,omitempty"`
	PlatformType uint32 `protobuf:"varint,11,opt,name=platform_type,json=platformType,proto3" json:"platform_type,omitempty"`
	Token        string `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayerGetTokenCsReq) Descriptor deprecated

func (*PlayerGetTokenCsReq) Descriptor() ([]byte, []int)

Deprecated: Use PlayerGetTokenCsReq.ProtoReflect.Descriptor instead.

func (*PlayerGetTokenCsReq) GetAccountUid ¶

func (x *PlayerGetTokenCsReq) GetAccountUid() string

func (*PlayerGetTokenCsReq) GetPlatformType ¶

func (x *PlayerGetTokenCsReq) GetPlatformType() uint32

func (*PlayerGetTokenCsReq) GetToken ¶

func (x *PlayerGetTokenCsReq) GetToken() string

func (*PlayerGetTokenCsReq) ProtoMessage ¶

func (*PlayerGetTokenCsReq) ProtoMessage()

func (*PlayerGetTokenCsReq) ProtoReflect ¶

func (x *PlayerGetTokenCsReq) ProtoReflect() protoreflect.Message

func (*PlayerGetTokenCsReq) Reset ¶

func (x *PlayerGetTokenCsReq) Reset()

func (*PlayerGetTokenCsReq) String ¶

func (x *PlayerGetTokenCsReq) String() string

type PlayerGetTokenScRsp ¶

type PlayerGetTokenScRsp struct {
	SecretKeySeed uint64     `protobuf:"varint,11,opt,name=secret_key_seed,json=secretKeySeed,proto3" json:"secret_key_seed,omitempty"`
	BlackInfo     *BlackInfo `protobuf:"bytes,12,opt,name=black_info,json=blackInfo,proto3" json:"black_info,omitempty"`
	Uid           uint32     `protobuf:"varint,8,opt,name=uid,proto3" json:"uid,omitempty"`
	Msg           string     `protobuf:"bytes,14,opt,name=msg,proto3" json:"msg,omitempty"`
	Retcode       uint32     `protobuf:"varint,13,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayerGetTokenScRsp) Descriptor deprecated

func (*PlayerGetTokenScRsp) Descriptor() ([]byte, []int)

Deprecated: Use PlayerGetTokenScRsp.ProtoReflect.Descriptor instead.

func (*PlayerGetTokenScRsp) GetBlackInfo ¶

func (x *PlayerGetTokenScRsp) GetBlackInfo() *BlackInfo

func (*PlayerGetTokenScRsp) GetMsg ¶

func (x *PlayerGetTokenScRsp) GetMsg() string

func (*PlayerGetTokenScRsp) GetRetcode ¶

func (x *PlayerGetTokenScRsp) GetRetcode() uint32

func (*PlayerGetTokenScRsp) GetSecretKeySeed ¶

func (x *PlayerGetTokenScRsp) GetSecretKeySeed() uint64

func (*PlayerGetTokenScRsp) GetUid ¶

func (x *PlayerGetTokenScRsp) GetUid() uint32

func (*PlayerGetTokenScRsp) ProtoMessage ¶

func (*PlayerGetTokenScRsp) ProtoMessage()

func (*PlayerGetTokenScRsp) ProtoReflect ¶

func (x *PlayerGetTokenScRsp) ProtoReflect() protoreflect.Message

func (*PlayerGetTokenScRsp) Reset ¶

func (x *PlayerGetTokenScRsp) Reset()

func (*PlayerGetTokenScRsp) String ¶

func (x *PlayerGetTokenScRsp) String() string

type PlayerHeartbeatCsReq ¶

type PlayerHeartbeatCsReq struct {
	ClientTimeMs uint64 `protobuf:"varint,12,opt,name=client_time_ms,json=clientTimeMs,proto3" json:"client_time_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayerHeartbeatCsReq) Descriptor deprecated

func (*PlayerHeartbeatCsReq) Descriptor() ([]byte, []int)

Deprecated: Use PlayerHeartbeatCsReq.ProtoReflect.Descriptor instead.

func (*PlayerHeartbeatCsReq) GetClientTimeMs ¶

func (x *PlayerHeartbeatCsReq) GetClientTimeMs() uint64

func (*PlayerHeartbeatCsReq) ProtoMessage ¶

func (*PlayerHeartbeatCsReq) ProtoMessage()

func (*PlayerHeartbeatCsReq) ProtoReflect ¶

func (x *PlayerHeartbeatCsReq) ProtoReflect() protoreflect.Message

func (*PlayerHeartbeatCsReq) Reset ¶

func (x *PlayerHeartbeatCsReq) Reset()

func (*PlayerHeartbeatCsReq) String ¶

func (x *PlayerHeartbeatCsReq) String() string

type PlayerHeartbeatScRsp ¶

type PlayerHeartbeatScRsp struct {
	ClientTimeMs uint64 `protobuf:"varint,8,opt,name=client_time_ms,json=clientTimeMs,proto3" json:"client_time_ms,omitempty"`
	Retcode      uint32 `protobuf:"varint,4,opt,name=retcode,proto3" json:"retcode,omitempty"`
	ServerTimeMs uint64 `protobuf:"varint,6,opt,name=server_time_ms,json=serverTimeMs,proto3" json:"server_time_ms,omitempty"` //ClientDownloadData download_data = 13;
	// contains filtered or unexported fields
}

func (*PlayerHeartbeatScRsp) Descriptor deprecated

func (*PlayerHeartbeatScRsp) Descriptor() ([]byte, []int)

Deprecated: Use PlayerHeartbeatScRsp.ProtoReflect.Descriptor instead.

func (*PlayerHeartbeatScRsp) GetClientTimeMs ¶

func (x *PlayerHeartbeatScRsp) GetClientTimeMs() uint64

func (*PlayerHeartbeatScRsp) GetRetcode ¶

func (x *PlayerHeartbeatScRsp) GetRetcode() uint32

func (*PlayerHeartbeatScRsp) GetServerTimeMs ¶

func (x *PlayerHeartbeatScRsp) GetServerTimeMs() uint64

func (*PlayerHeartbeatScRsp) ProtoMessage ¶

func (*PlayerHeartbeatScRsp) ProtoMessage()

func (*PlayerHeartbeatScRsp) ProtoReflect ¶

func (x *PlayerHeartbeatScRsp) ProtoReflect() protoreflect.Message

func (*PlayerHeartbeatScRsp) Reset ¶

func (x *PlayerHeartbeatScRsp) Reset()

func (*PlayerHeartbeatScRsp) String ¶

func (x *PlayerHeartbeatScRsp) String() string

type PlayerLoginScRsp ¶

type PlayerLoginScRsp struct {
	Retcode           uint32           `protobuf:"varint,13,opt,name=retcode,proto3" json:"retcode,omitempty"`
	ServerTimestampMs uint64           `protobuf:"varint,8,opt,name=server_timestamp_ms,json=serverTimestampMs,proto3" json:"server_timestamp_ms,omitempty"`
	LoginRandom       uint64           `protobuf:"varint,14,opt,name=login_random,json=loginRandom,proto3" json:"login_random,omitempty"`
	BasicInfo         *PlayerBasicInfo `protobuf:"bytes,11,opt,name=basic_info,json=basicInfo,proto3" json:"basic_info,omitempty"`
	Stamina           uint32           `protobuf:"varint,7,opt,name=stamina,proto3" json:"stamina,omitempty"`
	CurTimezone       int32            `protobuf:"zigzag32,1,opt,name=cur_timezone,json=curTimezone,proto3" json:"cur_timezone,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayerLoginScRsp) Descriptor deprecated

func (*PlayerLoginScRsp) Descriptor() ([]byte, []int)

Deprecated: Use PlayerLoginScRsp.ProtoReflect.Descriptor instead.

func (*PlayerLoginScRsp) GetBasicInfo ¶

func (x *PlayerLoginScRsp) GetBasicInfo() *PlayerBasicInfo

func (*PlayerLoginScRsp) GetCurTimezone ¶

func (x *PlayerLoginScRsp) GetCurTimezone() int32

func (*PlayerLoginScRsp) GetLoginRandom ¶

func (x *PlayerLoginScRsp) GetLoginRandom() uint64

func (*PlayerLoginScRsp) GetRetcode ¶

func (x *PlayerLoginScRsp) GetRetcode() uint32

func (*PlayerLoginScRsp) GetServerTimestampMs ¶

func (x *PlayerLoginScRsp) GetServerTimestampMs() uint64

func (*PlayerLoginScRsp) GetStamina ¶

func (x *PlayerLoginScRsp) GetStamina() uint32

func (*PlayerLoginScRsp) ProtoMessage ¶

func (*PlayerLoginScRsp) ProtoMessage()

func (*PlayerLoginScRsp) ProtoReflect ¶

func (x *PlayerLoginScRsp) ProtoReflect() protoreflect.Message

func (*PlayerLoginScRsp) Reset ¶

func (x *PlayerLoginScRsp) Reset()

func (*PlayerLoginScRsp) String ¶

func (x *PlayerLoginScRsp) String() string

type PlayerSettingInfo ¶

type PlayerSettingInfo struct {
	FFIJPBKIGPJ bool `protobuf:"varint,11,opt,name=FFIJPBKIGPJ,proto3" json:"FFIJPBKIGPJ,omitempty"`
	MDJEPNGEHFN bool `protobuf:"varint,14,opt,name=MDJEPNGEHFN,proto3" json:"MDJEPNGEHFN,omitempty"`
	OFOCDABPBEN bool `protobuf:"varint,6,opt,name=OFOCDABPBEN,proto3" json:"OFOCDABPBEN,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayerSettingInfo) Descriptor deprecated

func (*PlayerSettingInfo) Descriptor() ([]byte, []int)

Deprecated: Use PlayerSettingInfo.ProtoReflect.Descriptor instead.

func (*PlayerSettingInfo) GetFFIJPBKIGPJ ¶

func (x *PlayerSettingInfo) GetFFIJPBKIGPJ() bool

func (*PlayerSettingInfo) GetMDJEPNGEHFN ¶

func (x *PlayerSettingInfo) GetMDJEPNGEHFN() bool

func (*PlayerSettingInfo) GetOFOCDABPBEN ¶

func (x *PlayerSettingInfo) GetOFOCDABPBEN() bool

func (*PlayerSettingInfo) ProtoMessage ¶

func (*PlayerSettingInfo) ProtoMessage()

func (*PlayerSettingInfo) ProtoReflect ¶

func (x *PlayerSettingInfo) ProtoReflect() protoreflect.Message

func (*PlayerSettingInfo) Reset ¶

func (x *PlayerSettingInfo) Reset()

func (*PlayerSettingInfo) String ¶

func (x *PlayerSettingInfo) String() string

type PlayerSyncScNotify ¶

type PlayerSyncScNotify struct {
	EquipmentList     []*Equipment         `protobuf:"bytes,5,rep,name=equipment_list,json=equipmentList,proto3" json:"equipment_list,omitempty"`
	RelicList         []*Relic             `protobuf:"bytes,2,rep,name=relic_list,json=relicList,proto3" json:"relic_list,omitempty"`
	DelRelicList      []uint32             `protobuf:"varint,14,rep,packed,name=del_relic_list,json=delRelicList,proto3" json:"del_relic_list,omitempty"`
	BasicTypeInfoList []*HeroBasicTypeInfo `protobuf:"bytes,15,rep,name=basic_type_info_list,json=basicTypeInfoList,proto3" json:"basic_type_info_list,omitempty"`
	AvatarSync        *AvatarSync          `protobuf:"bytes,1,opt,name=avatar_sync,json=avatarSync,proto3" json:"avatar_sync,omitempty"`
	MaterialList      []*Material          `protobuf:"bytes,11,rep,name=material_list,json=materialList,proto3" json:"material_list,omitempty"`
	BasicInfo         *PlayerBasicInfo     `protobuf:"bytes,6,opt,name=basic_info,json=basicInfo,proto3" json:"basic_info,omitempty"`
	DelEquipmentList  []uint32             `protobuf:"varint,10,rep,packed,name=del_equipment_list,json=delEquipmentList,proto3" json:"del_equipment_list,omitempty"`
	BoardDataSync     *BoardDataSync       `protobuf:"bytes,2034,opt,name=board_data_sync,json=boardDataSync,proto3" json:"board_data_sync,omitempty"`
	// contains filtered or unexported fields
}

func (*PlayerSyncScNotify) Descriptor deprecated

func (*PlayerSyncScNotify) Descriptor() ([]byte, []int)

Deprecated: Use PlayerSyncScNotify.ProtoReflect.Descriptor instead.

func (*PlayerSyncScNotify) GetAvatarSync ¶

func (x *PlayerSyncScNotify) GetAvatarSync() *AvatarSync

func (*PlayerSyncScNotify) GetBasicInfo ¶

func (x *PlayerSyncScNotify) GetBasicInfo() *PlayerBasicInfo

func (*PlayerSyncScNotify) GetBasicTypeInfoList ¶

func (x *PlayerSyncScNotify) GetBasicTypeInfoList() []*HeroBasicTypeInfo

func (*PlayerSyncScNotify) GetBoardDataSync ¶

func (x *PlayerSyncScNotify) GetBoardDataSync() *BoardDataSync

func (*PlayerSyncScNotify) GetDelEquipmentList ¶

func (x *PlayerSyncScNotify) GetDelEquipmentList() []uint32

func (*PlayerSyncScNotify) GetDelRelicList ¶

func (x *PlayerSyncScNotify) GetDelRelicList() []uint32

func (*PlayerSyncScNotify) GetEquipmentList ¶

func (x *PlayerSyncScNotify) GetEquipmentList() []*Equipment

func (*PlayerSyncScNotify) GetMaterialList ¶

func (x *PlayerSyncScNotify) GetMaterialList() []*Material

func (*PlayerSyncScNotify) GetRelicList ¶

func (x *PlayerSyncScNotify) GetRelicList() []*Relic

func (*PlayerSyncScNotify) ProtoMessage ¶

func (*PlayerSyncScNotify) ProtoMessage()

func (*PlayerSyncScNotify) ProtoReflect ¶

func (x *PlayerSyncScNotify) ProtoReflect() protoreflect.Message

func (*PlayerSyncScNotify) Reset ¶

func (x *PlayerSyncScNotify) Reset()

func (*PlayerSyncScNotify) String ¶

func (x *PlayerSyncScNotify) String() string

type PromoteAvatarCsReq ¶

type PromoteAvatarCsReq struct {
	BaseAvatarId uint32      `protobuf:"varint,14,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	ItemList     []*ItemCost `protobuf:"bytes,7,rep,name=item_list,json=itemList,proto3" json:"item_list,omitempty"`
	// contains filtered or unexported fields
}

func (*PromoteAvatarCsReq) Descriptor deprecated

func (*PromoteAvatarCsReq) Descriptor() ([]byte, []int)

Deprecated: Use PromoteAvatarCsReq.ProtoReflect.Descriptor instead.

func (*PromoteAvatarCsReq) GetBaseAvatarId ¶

func (x *PromoteAvatarCsReq) GetBaseAvatarId() uint32

func (*PromoteAvatarCsReq) GetItemList ¶

func (x *PromoteAvatarCsReq) GetItemList() []*ItemCost

func (*PromoteAvatarCsReq) ProtoMessage ¶

func (*PromoteAvatarCsReq) ProtoMessage()

func (*PromoteAvatarCsReq) ProtoReflect ¶

func (x *PromoteAvatarCsReq) ProtoReflect() protoreflect.Message

func (*PromoteAvatarCsReq) Reset ¶

func (x *PromoteAvatarCsReq) Reset()

func (*PromoteAvatarCsReq) String ¶

func (x *PromoteAvatarCsReq) String() string

type PromoteEquipmentCsReq ¶

type PromoteEquipmentCsReq struct {
	ItemCostList      *ItemCostList `protobuf:"bytes,2,opt,name=item_cost_list,json=itemCostList,proto3" json:"item_cost_list,omitempty"`
	EquipmentUniqueId uint32        `protobuf:"varint,7,opt,name=equipment_unique_id,json=equipmentUniqueId,proto3" json:"equipment_unique_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PromoteEquipmentCsReq) Descriptor deprecated

func (*PromoteEquipmentCsReq) Descriptor() ([]byte, []int)

Deprecated: Use PromoteEquipmentCsReq.ProtoReflect.Descriptor instead.

func (*PromoteEquipmentCsReq) GetEquipmentUniqueId ¶

func (x *PromoteEquipmentCsReq) GetEquipmentUniqueId() uint32

func (*PromoteEquipmentCsReq) GetItemCostList ¶

func (x *PromoteEquipmentCsReq) GetItemCostList() *ItemCostList

func (*PromoteEquipmentCsReq) ProtoMessage ¶

func (*PromoteEquipmentCsReq) ProtoMessage()

func (*PromoteEquipmentCsReq) ProtoReflect ¶

func (x *PromoteEquipmentCsReq) ProtoReflect() protoreflect.Message

func (*PromoteEquipmentCsReq) Reset ¶

func (x *PromoteEquipmentCsReq) Reset()

func (*PromoteEquipmentCsReq) String ¶

func (x *PromoteEquipmentCsReq) String() string

type PropExtraInfo ¶

type PropExtraInfo struct {
	RogueInfo *PropRogueInfo `protobuf:"bytes,11,opt,name=rogue_info,json=rogueInfo,proto3" json:"rogue_info,omitempty"`
	// contains filtered or unexported fields
}

func (*PropExtraInfo) Descriptor deprecated

func (*PropExtraInfo) Descriptor() ([]byte, []int)

Deprecated: Use PropExtraInfo.ProtoReflect.Descriptor instead.

func (*PropExtraInfo) GetRogueInfo ¶

func (x *PropExtraInfo) GetRogueInfo() *PropRogueInfo

func (*PropExtraInfo) ProtoMessage ¶

func (*PropExtraInfo) ProtoMessage()

func (*PropExtraInfo) ProtoReflect ¶

func (x *PropExtraInfo) ProtoReflect() protoreflect.Message

func (*PropExtraInfo) Reset ¶

func (x *PropExtraInfo) Reset()

func (*PropExtraInfo) String ¶

func (x *PropExtraInfo) String() string

type PropRogueInfo ¶

type PropRogueInfo struct {
	RoomId uint32 `protobuf:"varint,2,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	SiteId uint32 `protobuf:"varint,10,opt,name=site_id,json=siteId,proto3" json:"site_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PropRogueInfo) Descriptor deprecated

func (*PropRogueInfo) Descriptor() ([]byte, []int)

Deprecated: Use PropRogueInfo.ProtoReflect.Descriptor instead.

func (*PropRogueInfo) GetRoomId ¶

func (x *PropRogueInfo) GetRoomId() uint32

func (*PropRogueInfo) GetSiteId ¶

func (x *PropRogueInfo) GetSiteId() uint32

func (*PropRogueInfo) ProtoMessage ¶

func (*PropRogueInfo) ProtoMessage()

func (*PropRogueInfo) ProtoReflect ¶

func (x *PropRogueInfo) ProtoReflect() protoreflect.Message

func (*PropRogueInfo) Reset ¶

func (x *PropRogueInfo) Reset()

func (*PropRogueInfo) String ¶

func (x *PropRogueInfo) String() string

type Quest ¶

type Quest struct {
	Progress                  uint32      `protobuf:"varint,8,opt,name=progress,proto3" json:"progress,omitempty"`
	Status                    QuestStatus `protobuf:"varint,13,opt,name=status,proto3,enum=proto.QuestStatus" json:"status,omitempty"`
	Id                        uint32      `protobuf:"varint,11,opt,name=id,proto3" json:"id,omitempty"`
	FinishTime                int64       `protobuf:"varint,12,opt,name=finish_time,json=finishTime,proto3" json:"finish_time,omitempty"`
	TakenAchievementLevelList []uint32    `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Quest) Descriptor deprecated

func (*Quest) Descriptor() ([]byte, []int)

Deprecated: Use Quest.ProtoReflect.Descriptor instead.

func (*Quest) GetFinishTime ¶

func (x *Quest) GetFinishTime() int64

func (*Quest) GetId ¶

func (x *Quest) GetId() uint32

func (*Quest) GetProgress ¶

func (x *Quest) GetProgress() uint32

func (*Quest) GetStatus ¶

func (x *Quest) GetStatus() QuestStatus

func (*Quest) GetTakenAchievementLevelList ¶

func (x *Quest) GetTakenAchievementLevelList() []uint32

func (*Quest) ProtoMessage ¶

func (*Quest) ProtoMessage()

func (*Quest) ProtoReflect ¶

func (x *Quest) ProtoReflect() protoreflect.Message

func (*Quest) Reset ¶

func (x *Quest) Reset()

func (*Quest) String ¶

func (x *Quest) String() string

type QuestStatus ¶

type QuestStatus int32
const (
	QuestStatus_QUEST_NONE   QuestStatus = 0
	QuestStatus_QUEST_DOING  QuestStatus = 1
	QuestStatus_QUEST_FINISH QuestStatus = 2
	QuestStatus_QUEST_CLOSE  QuestStatus = 3
	QuestStatus_QUEST_DELETE QuestStatus = 4
)

func (QuestStatus) Descriptor ¶

func (QuestStatus) Enum ¶

func (x QuestStatus) Enum() *QuestStatus

func (QuestStatus) EnumDescriptor deprecated

func (QuestStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use QuestStatus.Descriptor instead.

func (QuestStatus) Number ¶

func (x QuestStatus) Number() protoreflect.EnumNumber

func (QuestStatus) String ¶

func (x QuestStatus) String() string

func (QuestStatus) Type ¶

type QuitLineupCsReq ¶

type QuitLineupCsReq struct {
	ExtraLineupType ExtraLineupType `` /* 136-byte string literal not displayed */
	Index           uint32          `protobuf:"varint,1,opt,name=index,proto3" json:"index,omitempty"`
	AvatarType      AvatarType      `protobuf:"varint,6,opt,name=avatar_type,json=avatarType,proto3,enum=proto.AvatarType" json:"avatar_type,omitempty"`
	IsVirtual       bool            `protobuf:"varint,2,opt,name=is_virtual,json=isVirtual,proto3" json:"is_virtual,omitempty"`
	PlaneId         uint32          `protobuf:"varint,5,opt,name=plane_id,json=planeId,proto3" json:"plane_id,omitempty"`
	BaseAvatarId    uint32          `protobuf:"varint,7,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	// contains filtered or unexported fields
}

func (*QuitLineupCsReq) Descriptor deprecated

func (*QuitLineupCsReq) Descriptor() ([]byte, []int)

Deprecated: Use QuitLineupCsReq.ProtoReflect.Descriptor instead.

func (*QuitLineupCsReq) GetAvatarType ¶

func (x *QuitLineupCsReq) GetAvatarType() AvatarType

func (*QuitLineupCsReq) GetBaseAvatarId ¶

func (x *QuitLineupCsReq) GetBaseAvatarId() uint32

func (*QuitLineupCsReq) GetExtraLineupType ¶

func (x *QuitLineupCsReq) GetExtraLineupType() ExtraLineupType

func (*QuitLineupCsReq) GetIndex ¶

func (x *QuitLineupCsReq) GetIndex() uint32

func (*QuitLineupCsReq) GetIsVirtual ¶

func (x *QuitLineupCsReq) GetIsVirtual() bool

func (*QuitLineupCsReq) GetPlaneId ¶

func (x *QuitLineupCsReq) GetPlaneId() uint32

func (*QuitLineupCsReq) ProtoMessage ¶

func (*QuitLineupCsReq) ProtoMessage()

func (*QuitLineupCsReq) ProtoReflect ¶

func (x *QuitLineupCsReq) ProtoReflect() protoreflect.Message

func (*QuitLineupCsReq) Reset ¶

func (x *QuitLineupCsReq) Reset()

func (*QuitLineupCsReq) String ¶

func (x *QuitLineupCsReq) String() string

type RankUpAvatarCsReq ¶

type RankUpAvatarCsReq struct {
	ItemCostList *ItemCostList `protobuf:"bytes,8,opt,name=item_cost_list,json=itemCostList,proto3" json:"item_cost_list,omitempty"`
	BaseAvatarId uint32        `protobuf:"varint,10,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	Rank         uint32        `protobuf:"varint,6,opt,name=rank,proto3" json:"rank,omitempty"`
	// contains filtered or unexported fields
}

func (*RankUpAvatarCsReq) Descriptor deprecated

func (*RankUpAvatarCsReq) Descriptor() ([]byte, []int)

Deprecated: Use RankUpAvatarCsReq.ProtoReflect.Descriptor instead.

func (*RankUpAvatarCsReq) GetBaseAvatarId ¶

func (x *RankUpAvatarCsReq) GetBaseAvatarId() uint32

func (*RankUpAvatarCsReq) GetItemCostList ¶

func (x *RankUpAvatarCsReq) GetItemCostList() *ItemCostList

func (*RankUpAvatarCsReq) GetRank ¶

func (x *RankUpAvatarCsReq) GetRank() uint32

func (*RankUpAvatarCsReq) ProtoMessage ¶

func (*RankUpAvatarCsReq) ProtoMessage()

func (*RankUpAvatarCsReq) ProtoReflect ¶

func (x *RankUpAvatarCsReq) ProtoReflect() protoreflect.Message

func (*RankUpAvatarCsReq) Reset ¶

func (x *RankUpAvatarCsReq) Reset()

func (*RankUpAvatarCsReq) String ¶

func (x *RankUpAvatarCsReq) String() string

type RankUpEquipmentCsReq ¶

type RankUpEquipmentCsReq struct {
	ItemCostList      *ItemCostList `protobuf:"bytes,9,opt,name=item_cost_list,json=itemCostList,proto3" json:"item_cost_list,omitempty"`
	EquipmentUniqueId uint32        `protobuf:"varint,1,opt,name=equipment_unique_id,json=equipmentUniqueId,proto3" json:"equipment_unique_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RankUpEquipmentCsReq) Descriptor deprecated

func (*RankUpEquipmentCsReq) Descriptor() ([]byte, []int)

Deprecated: Use RankUpEquipmentCsReq.ProtoReflect.Descriptor instead.

func (*RankUpEquipmentCsReq) GetEquipmentUniqueId ¶

func (x *RankUpEquipmentCsReq) GetEquipmentUniqueId() uint32

func (*RankUpEquipmentCsReq) GetItemCostList ¶

func (x *RankUpEquipmentCsReq) GetItemCostList() *ItemCostList

func (*RankUpEquipmentCsReq) ProtoMessage ¶

func (*RankUpEquipmentCsReq) ProtoMessage()

func (*RankUpEquipmentCsReq) ProtoReflect ¶

func (x *RankUpEquipmentCsReq) ProtoReflect() protoreflect.Message

func (*RankUpEquipmentCsReq) Reset ¶

func (x *RankUpEquipmentCsReq) Reset()

func (*RankUpEquipmentCsReq) String ¶

func (x *RankUpEquipmentCsReq) String() string

type ReEnterLastElementStageCsReq ¶

type ReEnterLastElementStageCsReq struct {
	StageId uint32 `protobuf:"varint,4,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ReEnterLastElementStageCsReq) Descriptor deprecated

func (*ReEnterLastElementStageCsReq) Descriptor() ([]byte, []int)

Deprecated: Use ReEnterLastElementStageCsReq.ProtoReflect.Descriptor instead.

func (*ReEnterLastElementStageCsReq) GetStageId ¶

func (x *ReEnterLastElementStageCsReq) GetStageId() uint32

func (*ReEnterLastElementStageCsReq) ProtoMessage ¶

func (*ReEnterLastElementStageCsReq) ProtoMessage()

func (*ReEnterLastElementStageCsReq) ProtoReflect ¶

func (*ReEnterLastElementStageCsReq) Reset ¶

func (x *ReEnterLastElementStageCsReq) Reset()

func (*ReEnterLastElementStageCsReq) String ¶

type ReEnterLastElementStageScRsp ¶

type ReEnterLastElementStageScRsp struct {
	StageId    uint32           `protobuf:"varint,10,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	Retcode    uint32           `protobuf:"varint,3,opt,name=retcode,proto3" json:"retcode,omitempty"`
	BattleInfo *SceneBattleInfo `protobuf:"bytes,15,opt,name=battle_info,json=battleInfo,proto3" json:"battle_info,omitempty"`
	// contains filtered or unexported fields
}

func (*ReEnterLastElementStageScRsp) Descriptor deprecated

func (*ReEnterLastElementStageScRsp) Descriptor() ([]byte, []int)

Deprecated: Use ReEnterLastElementStageScRsp.ProtoReflect.Descriptor instead.

func (*ReEnterLastElementStageScRsp) GetBattleInfo ¶

func (x *ReEnterLastElementStageScRsp) GetBattleInfo() *SceneBattleInfo

func (*ReEnterLastElementStageScRsp) GetRetcode ¶

func (x *ReEnterLastElementStageScRsp) GetRetcode() uint32

func (*ReEnterLastElementStageScRsp) GetStageId ¶

func (x *ReEnterLastElementStageScRsp) GetStageId() uint32

func (*ReEnterLastElementStageScRsp) ProtoMessage ¶

func (*ReEnterLastElementStageScRsp) ProtoMessage()

func (*ReEnterLastElementStageScRsp) ProtoReflect ¶

func (*ReEnterLastElementStageScRsp) Reset ¶

func (x *ReEnterLastElementStageScRsp) Reset()

func (*ReEnterLastElementStageScRsp) String ¶

type RefreshTriggerByClientCsReq ¶

type RefreshTriggerByClientCsReq struct {
	TriggerMotion       *MotionInfo `protobuf:"bytes,6,opt,name=trigger_motion,json=triggerMotion,proto3" json:"trigger_motion,omitempty"`
	TriggerTargetIdList []uint32    `` /* 131-byte string literal not displayed */
	TriggerName         string      `protobuf:"bytes,3,opt,name=trigger_name,json=triggerName,proto3" json:"trigger_name,omitempty"`
	TriggerEntityId     uint32      `protobuf:"varint,4,opt,name=trigger_entity_id,json=triggerEntityId,proto3" json:"trigger_entity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshTriggerByClientCsReq) Descriptor deprecated

func (*RefreshTriggerByClientCsReq) Descriptor() ([]byte, []int)

Deprecated: Use RefreshTriggerByClientCsReq.ProtoReflect.Descriptor instead.

func (*RefreshTriggerByClientCsReq) GetTriggerEntityId ¶

func (x *RefreshTriggerByClientCsReq) GetTriggerEntityId() uint32

func (*RefreshTriggerByClientCsReq) GetTriggerMotion ¶

func (x *RefreshTriggerByClientCsReq) GetTriggerMotion() *MotionInfo

func (*RefreshTriggerByClientCsReq) GetTriggerName ¶

func (x *RefreshTriggerByClientCsReq) GetTriggerName() string

func (*RefreshTriggerByClientCsReq) GetTriggerTargetIdList ¶

func (x *RefreshTriggerByClientCsReq) GetTriggerTargetIdList() []uint32

func (*RefreshTriggerByClientCsReq) ProtoMessage ¶

func (*RefreshTriggerByClientCsReq) ProtoMessage()

func (*RefreshTriggerByClientCsReq) ProtoReflect ¶

func (*RefreshTriggerByClientCsReq) Reset ¶

func (x *RefreshTriggerByClientCsReq) Reset()

func (*RefreshTriggerByClientCsReq) String ¶

func (x *RefreshTriggerByClientCsReq) String() string

type RefreshTriggerByClientScNotify ¶

type RefreshTriggerByClientScNotify struct {
	TriggerName         string   `protobuf:"bytes,14,opt,name=trigger_name,json=triggerName,proto3" json:"trigger_name,omitempty"`
	TriggerTargetIdList []uint32 `` /* 131-byte string literal not displayed */
	TriggerEntityId     uint32   `protobuf:"varint,4,opt,name=trigger_entity_id,json=triggerEntityId,proto3" json:"trigger_entity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshTriggerByClientScNotify) Descriptor deprecated

func (*RefreshTriggerByClientScNotify) Descriptor() ([]byte, []int)

Deprecated: Use RefreshTriggerByClientScNotify.ProtoReflect.Descriptor instead.

func (*RefreshTriggerByClientScNotify) GetTriggerEntityId ¶

func (x *RefreshTriggerByClientScNotify) GetTriggerEntityId() uint32

func (*RefreshTriggerByClientScNotify) GetTriggerName ¶

func (x *RefreshTriggerByClientScNotify) GetTriggerName() string

func (*RefreshTriggerByClientScNotify) GetTriggerTargetIdList ¶

func (x *RefreshTriggerByClientScNotify) GetTriggerTargetIdList() []uint32

func (*RefreshTriggerByClientScNotify) ProtoMessage ¶

func (*RefreshTriggerByClientScNotify) ProtoMessage()

func (*RefreshTriggerByClientScNotify) ProtoReflect ¶

func (*RefreshTriggerByClientScNotify) Reset ¶

func (x *RefreshTriggerByClientScNotify) Reset()

func (*RefreshTriggerByClientScNotify) String ¶

type RefreshTriggerByClientScRsp ¶

type RefreshTriggerByClientScRsp struct {
	TriggerEntityId uint32 `protobuf:"varint,13,opt,name=trigger_entity_id,json=triggerEntityId,proto3" json:"trigger_entity_id,omitempty"`
	TriggerName     string `protobuf:"bytes,12,opt,name=trigger_name,json=triggerName,proto3" json:"trigger_name,omitempty"`
	RefreshTrigger  bool   `protobuf:"varint,8,opt,name=refresh_trigger,json=refreshTrigger,proto3" json:"refresh_trigger,omitempty"`
	Retcode         uint32 `protobuf:"varint,10,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*RefreshTriggerByClientScRsp) Descriptor deprecated

func (*RefreshTriggerByClientScRsp) Descriptor() ([]byte, []int)

Deprecated: Use RefreshTriggerByClientScRsp.ProtoReflect.Descriptor instead.

func (*RefreshTriggerByClientScRsp) GetRefreshTrigger ¶

func (x *RefreshTriggerByClientScRsp) GetRefreshTrigger() bool

func (*RefreshTriggerByClientScRsp) GetRetcode ¶

func (x *RefreshTriggerByClientScRsp) GetRetcode() uint32

func (*RefreshTriggerByClientScRsp) GetTriggerEntityId ¶

func (x *RefreshTriggerByClientScRsp) GetTriggerEntityId() uint32

func (*RefreshTriggerByClientScRsp) GetTriggerName ¶

func (x *RefreshTriggerByClientScRsp) GetTriggerName() string

func (*RefreshTriggerByClientScRsp) ProtoMessage ¶

func (*RefreshTriggerByClientScRsp) ProtoMessage()

func (*RefreshTriggerByClientScRsp) ProtoReflect ¶

func (*RefreshTriggerByClientScRsp) Reset ¶

func (x *RefreshTriggerByClientScRsp) Reset()

func (*RefreshTriggerByClientScRsp) String ¶

func (x *RefreshTriggerByClientScRsp) String() string

type RegionEntry ¶

type RegionEntry struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title       string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	DispatchUrl string `protobuf:"bytes,3,opt,name=dispatch_url,json=dispatchUrl,proto3" json:"dispatch_url,omitempty"`
	EnvType     string `protobuf:"bytes,4,opt,name=env_type,json=envType,proto3" json:"env_type,omitempty"`
	DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Msg         string `protobuf:"bytes,6,opt,name=msg,proto3" json:"msg,omitempty"`
	// contains filtered or unexported fields
}

func (*RegionEntry) Descriptor deprecated

func (*RegionEntry) Descriptor() ([]byte, []int)

Deprecated: Use RegionEntry.ProtoReflect.Descriptor instead.

func (*RegionEntry) GetDispatchUrl ¶

func (x *RegionEntry) GetDispatchUrl() string

func (*RegionEntry) GetDisplayName ¶

func (x *RegionEntry) GetDisplayName() string

func (*RegionEntry) GetEnvType ¶

func (x *RegionEntry) GetEnvType() string

func (*RegionEntry) GetMsg ¶

func (x *RegionEntry) GetMsg() string

func (*RegionEntry) GetName ¶

func (x *RegionEntry) GetName() string

func (*RegionEntry) GetTitle ¶

func (x *RegionEntry) GetTitle() string

func (*RegionEntry) ProtoMessage ¶

func (*RegionEntry) ProtoMessage()

func (*RegionEntry) ProtoReflect ¶

func (x *RegionEntry) ProtoReflect() protoreflect.Message

func (*RegionEntry) Reset ¶

func (x *RegionEntry) Reset()

func (*RegionEntry) String ¶

func (x *RegionEntry) String() string

type Relic ¶

type Relic struct {
	Tid          uint32        `protobuf:"varint,12,opt,name=tid,proto3" json:"tid,omitempty"`
	SubAffixList []*RelicAffix `protobuf:"bytes,10,rep,name=sub_affix_list,json=subAffixList,proto3" json:"sub_affix_list,omitempty"`
	BaseAvatarId uint32        `protobuf:"varint,5,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	UniqueId     uint32        `protobuf:"varint,9,opt,name=unique_id,json=uniqueId,proto3" json:"unique_id,omitempty"`
	Level        uint32        `protobuf:"varint,15,opt,name=level,proto3" json:"level,omitempty"`
	IsProtected  bool          `protobuf:"varint,13,opt,name=is_protected,json=isProtected,proto3" json:"is_protected,omitempty"`
	MainAffixId  uint32        `protobuf:"varint,4,opt,name=main_affix_id,json=mainAffixId,proto3" json:"main_affix_id,omitempty"`
	Exp          uint32        `protobuf:"varint,3,opt,name=exp,proto3" json:"exp,omitempty"`
	// contains filtered or unexported fields
}

func (*Relic) Descriptor deprecated

func (*Relic) Descriptor() ([]byte, []int)

Deprecated: Use Relic.ProtoReflect.Descriptor instead.

func (*Relic) GetBaseAvatarId ¶

func (x *Relic) GetBaseAvatarId() uint32

func (*Relic) GetExp ¶

func (x *Relic) GetExp() uint32

func (*Relic) GetIsProtected ¶

func (x *Relic) GetIsProtected() bool

func (*Relic) GetLevel ¶

func (x *Relic) GetLevel() uint32

func (*Relic) GetMainAffixId ¶

func (x *Relic) GetMainAffixId() uint32

func (*Relic) GetSubAffixList ¶

func (x *Relic) GetSubAffixList() []*RelicAffix

func (*Relic) GetTid ¶

func (x *Relic) GetTid() uint32

func (*Relic) GetUniqueId ¶

func (x *Relic) GetUniqueId() uint32

func (*Relic) ProtoMessage ¶

func (*Relic) ProtoMessage()

func (*Relic) ProtoReflect ¶

func (x *Relic) ProtoReflect() protoreflect.Message

func (*Relic) Reset ¶

func (x *Relic) Reset()

func (*Relic) String ¶

func (x *Relic) String() string

type RelicAffix ¶

type RelicAffix struct {
	AffixId uint32 `protobuf:"varint,1,opt,name=affix_id,json=affixId,proto3" json:"affix_id,omitempty"`
	Cnt     uint32 `protobuf:"varint,2,opt,name=cnt,proto3" json:"cnt,omitempty"`
	Step    uint32 `protobuf:"varint,3,opt,name=step,proto3" json:"step,omitempty"`
	// contains filtered or unexported fields
}

func (*RelicAffix) Descriptor deprecated

func (*RelicAffix) Descriptor() ([]byte, []int)

Deprecated: Use RelicAffix.ProtoReflect.Descriptor instead.

func (*RelicAffix) GetAffixId ¶

func (x *RelicAffix) GetAffixId() uint32

func (*RelicAffix) GetCnt ¶

func (x *RelicAffix) GetCnt() uint32

func (*RelicAffix) GetStep ¶

func (x *RelicAffix) GetStep() uint32

func (*RelicAffix) ProtoMessage ¶

func (*RelicAffix) ProtoMessage()

func (*RelicAffix) ProtoReflect ¶

func (x *RelicAffix) ProtoReflect() protoreflect.Message

func (*RelicAffix) Reset ¶

func (x *RelicAffix) Reset()

func (*RelicAffix) String ¶

func (x *RelicAffix) String() string

type RelicArchive ¶

type RelicArchive struct {
	Slot    uint32 `protobuf:"varint,1,opt,name=slot,proto3" json:"slot,omitempty"`
	RelicId uint32 `protobuf:"varint,12,opt,name=relic_id,json=relicId,proto3" json:"relic_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RelicArchive) Descriptor deprecated

func (*RelicArchive) Descriptor() ([]byte, []int)

Deprecated: Use RelicArchive.ProtoReflect.Descriptor instead.

func (*RelicArchive) GetRelicId ¶

func (x *RelicArchive) GetRelicId() uint32

func (*RelicArchive) GetSlot ¶

func (x *RelicArchive) GetSlot() uint32

func (*RelicArchive) ProtoMessage ¶

func (*RelicArchive) ProtoMessage()

func (*RelicArchive) ProtoReflect ¶

func (x *RelicArchive) ProtoReflect() protoreflect.Message

func (*RelicArchive) Reset ¶

func (x *RelicArchive) Reset()

func (*RelicArchive) String ¶

func (x *RelicArchive) String() string

type RelicParam ¶

type RelicParam struct {
	Slot          uint32 `protobuf:"varint,3,opt,name=slot,proto3" json:"slot,omitempty"`
	RelicUniqueId uint32 `protobuf:"varint,15,opt,name=relic_unique_id,json=relicUniqueId,proto3" json:"relic_unique_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RelicParam) Descriptor deprecated

func (*RelicParam) Descriptor() ([]byte, []int)

Deprecated: Use RelicParam.ProtoReflect.Descriptor instead.

func (*RelicParam) GetRelicUniqueId ¶

func (x *RelicParam) GetRelicUniqueId() uint32

func (*RelicParam) GetSlot ¶

func (x *RelicParam) GetSlot() uint32

func (*RelicParam) ProtoMessage ¶

func (*RelicParam) ProtoMessage()

func (*RelicParam) ProtoReflect ¶

func (x *RelicParam) ProtoReflect() protoreflect.Message

func (*RelicParam) Reset ¶

func (x *RelicParam) Reset()

func (*RelicParam) String ¶

func (x *RelicParam) String() string

type ReplaceLineupCsReq ¶

type ReplaceLineupCsReq struct {
	PlaneId         uint32            `protobuf:"varint,12,opt,name=plane_id,json=planeId,proto3" json:"plane_id,omitempty"`
	ExtraLineupType ExtraLineupType   `` /* 136-byte string literal not displayed */
	LeaderSlot      uint32            `protobuf:"varint,10,opt,name=leader_slot,json=leaderSlot,proto3" json:"leader_slot,omitempty"`
	IsVirtual       bool              `protobuf:"varint,5,opt,name=is_virtual,json=isVirtual,proto3" json:"is_virtual,omitempty"`
	Index           uint32            `protobuf:"varint,9,opt,name=index,proto3" json:"index,omitempty"`
	Slots           []*LineupSlotData `protobuf:"bytes,11,rep,name=slots,proto3" json:"slots,omitempty"`
	// contains filtered or unexported fields
}

func (*ReplaceLineupCsReq) Descriptor deprecated

func (*ReplaceLineupCsReq) Descriptor() ([]byte, []int)

Deprecated: Use ReplaceLineupCsReq.ProtoReflect.Descriptor instead.

func (*ReplaceLineupCsReq) GetExtraLineupType ¶

func (x *ReplaceLineupCsReq) GetExtraLineupType() ExtraLineupType

func (*ReplaceLineupCsReq) GetIndex ¶

func (x *ReplaceLineupCsReq) GetIndex() uint32

func (*ReplaceLineupCsReq) GetIsVirtual ¶

func (x *ReplaceLineupCsReq) GetIsVirtual() bool

func (*ReplaceLineupCsReq) GetLeaderSlot ¶

func (x *ReplaceLineupCsReq) GetLeaderSlot() uint32

func (*ReplaceLineupCsReq) GetPlaneId ¶

func (x *ReplaceLineupCsReq) GetPlaneId() uint32

func (*ReplaceLineupCsReq) GetSlots ¶

func (x *ReplaceLineupCsReq) GetSlots() []*LineupSlotData

func (*ReplaceLineupCsReq) ProtoMessage ¶

func (*ReplaceLineupCsReq) ProtoMessage()

func (*ReplaceLineupCsReq) ProtoReflect ¶

func (x *ReplaceLineupCsReq) ProtoReflect() protoreflect.Message

func (*ReplaceLineupCsReq) Reset ¶

func (x *ReplaceLineupCsReq) Reset()

func (*ReplaceLineupCsReq) String ¶

func (x *ReplaceLineupCsReq) String() string

type ReserveStaminaExchangeCsReq ¶

type ReserveStaminaExchangeCsReq struct {
	Num uint32 `protobuf:"varint,7,opt,name=num,proto3" json:"num,omitempty"`
	// contains filtered or unexported fields
}

func (*ReserveStaminaExchangeCsReq) Descriptor deprecated

func (*ReserveStaminaExchangeCsReq) Descriptor() ([]byte, []int)

Deprecated: Use ReserveStaminaExchangeCsReq.ProtoReflect.Descriptor instead.

func (*ReserveStaminaExchangeCsReq) GetNum ¶

func (x *ReserveStaminaExchangeCsReq) GetNum() uint32

func (*ReserveStaminaExchangeCsReq) ProtoMessage ¶

func (*ReserveStaminaExchangeCsReq) ProtoMessage()

func (*ReserveStaminaExchangeCsReq) ProtoReflect ¶

func (*ReserveStaminaExchangeCsReq) Reset ¶

func (x *ReserveStaminaExchangeCsReq) Reset()

func (*ReserveStaminaExchangeCsReq) String ¶

func (x *ReserveStaminaExchangeCsReq) String() string

type ReserveStaminaExchangeScRsp ¶

type ReserveStaminaExchangeScRsp struct {
	Num     uint32 `protobuf:"varint,4,opt,name=num,proto3" json:"num,omitempty"`
	Retcode uint32 `protobuf:"varint,3,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*ReserveStaminaExchangeScRsp) Descriptor deprecated

func (*ReserveStaminaExchangeScRsp) Descriptor() ([]byte, []int)

Deprecated: Use ReserveStaminaExchangeScRsp.ProtoReflect.Descriptor instead.

func (*ReserveStaminaExchangeScRsp) GetNum ¶

func (x *ReserveStaminaExchangeScRsp) GetNum() uint32

func (*ReserveStaminaExchangeScRsp) GetRetcode ¶

func (x *ReserveStaminaExchangeScRsp) GetRetcode() uint32

func (*ReserveStaminaExchangeScRsp) ProtoMessage ¶

func (*ReserveStaminaExchangeScRsp) ProtoMessage()

func (*ReserveStaminaExchangeScRsp) ProtoReflect ¶

func (*ReserveStaminaExchangeScRsp) Reset ¶

func (x *ReserveStaminaExchangeScRsp) Reset()

func (*ReserveStaminaExchangeScRsp) String ¶

func (x *ReserveStaminaExchangeScRsp) String() string

type Retcode ¶

type Retcode int32
const (
	Retcode_RET_SUCC                                                 Retcode = 0
	Retcode_RET_FAIL                                                 Retcode = 1
	Retcode_RET_SERVER_INTERNAL_ERROR                                Retcode = 2
	Retcode_RET_TIMEOUT                                              Retcode = 3
	Retcode_RET_REPEATED_REQ                                         Retcode = 4
	Retcode_RET_REQ_PARA_INVALID                                     Retcode = 5
	Retcode_RET_PLAYER_DATA_ERROR                                    Retcode = 6
	Retcode_RET_PLAYER_CLIENT_PAUSED                                 Retcode = 7
	Retcode_RET_FUNC_CHECK_FAILED                                    Retcode = 8
	Retcode_RET_FEATURE_SWITCH_CLOSED                                Retcode = 9
	Retcode_RET_FREQ_OVER_LIMIT                                      Retcode = 10
	Retcode_RET_SYSTEM_BUSY                                          Retcode = 11
	Retcode_RET_PLAYER_NOT_ONLINE                                    Retcode = 12
	Retcode_RET_REPEATE_LOGIN                                        Retcode = 1000
	Retcode_RET_RETRY_LOGIN                                          Retcode = 1001
	Retcode_RET_WAIT_LOGIN                                           Retcode = 1002
	Retcode_RET_NOT_IN_WHITE_LIST                                    Retcode = 1003
	Retcode_RET_IN_BLACK_LIST                                        Retcode = 1004
	Retcode_RET_ACCOUNT_VERIFY_ERROR                                 Retcode = 1005
	Retcode_RET_ACCOUNT_PARA_ERROR                                   Retcode = 1006
	Retcode_RET_ANTI_ADDICT_LOGIN                                    Retcode = 1007
	Retcode_RET_CHECK_SUM_ERROR                                      Retcode = 1008
	Retcode_RET_REACH_MAX_PLAYER_NUM                                 Retcode = 1009
	Retcode_RET_ALREADY_REGISTERED                                   Retcode = 1010
	Retcode_RET_GENDER_ERROR                                         Retcode = 1011
	Retcode_SET_NICKNAME_RET_CALLBACK_PROCESSING                     Retcode = 1012
	Retcode_RET_IN_GM_BIND_ACCESS                                    Retcode = 1013
	Retcode_RET_QUEST_REWARD_ALREADY_TAKEN                           Retcode = 1100
	Retcode_RET_QUEST_NOT_ACCEPT                                     Retcode = 1101
	Retcode_RET_QUEST_NOT_FINISH                                     Retcode = 1102
	Retcode_RET_QUEST_STATUS_ERROR                                   Retcode = 1103
	Retcode_RET_ACHIEVEMENT_LEVEL_NOT_REACH                          Retcode = 1104
	Retcode_RET_ACHIEVEMENT_LEVEL_ALREADY_TAKEN                      Retcode = 1105
	Retcode_RET_AVATAR_NOT_EXIST                                     Retcode = 1200
	Retcode_RET_AVATAR_RES_EXP_NOT_ENOUGH                            Retcode = 1201
	Retcode_RET_AVATAR_EXP_REACH_PROMOTION_LIMIT                     Retcode = 1202
	Retcode_RET_AVATAR_REACH_MAX_PROMOTION                           Retcode = 1203
	Retcode_RET_SKILLTREE_CONFIG_NOT_EXIST                           Retcode = 1204
	Retcode_RET_SKILLTREE_ALREADY_UNLOCK                             Retcode = 1205
	Retcode_RET_SKILLTREE_PRE_LOCKED                                 Retcode = 1206
	Retcode_RET_SKILLTREE_LEVEL_NOT_MEET                             Retcode = 1207
	Retcode_RET_SKILLTREE_RANK_NOT_MEET                              Retcode = 1208
	Retcode_RET_AVATAR_DRESS_NO_EQUIPMENT                            Retcode = 1209
	Retcode_RET_AVATAR_EXP_ITEM_NOT_EXIST                            Retcode = 1210
	Retcode_RET_SKILLTREE_POINT_UNLOCK                               Retcode = 1211
	Retcode_RET_SKILLTREE_POINT_LEVEL_UPGRADE_NOT_MATCH              Retcode = 1212
	Retcode_RET_SKILLTREE_POINT_LEVEL_REACH_MAX                      Retcode = 1213
	Retcode_RET_WORLD_LEVEL_NOT_MEET                                 Retcode = 1214
	Retcode_RET_PLAYER_LEVEL_NOT_MEET                                Retcode = 1215
	Retcode_RET_AVATAR_RANK_NOT_MATCH                                Retcode = 1216
	Retcode_RET_AVATAR_RANK_REACH_MAX                                Retcode = 1217
	Retcode_RET_HERO_BASIC_TYPE_NOT_MATCH                            Retcode = 1218
	Retcode_RET_AVATAR_PROMOTION_NOT_MEET                            Retcode = 1219
	Retcode_RET_PROMOTION_REWARD_CONFIG_NOT_EXIST                    Retcode = 1220
	Retcode_RET_PROMOTION_REWARD_ALREADY_TAKEN                       Retcode = 1221
	Retcode_RET_AVATAR_SKIN_ITEM_NOT_EXIST                           Retcode = 1222
	Retcode_RET_AVATAR_SKIN_ALREADY_DRESSED                          Retcode = 1223
	Retcode_RET_AVATAR_NOT_DRESS_SKIN                                Retcode = 1224
	Retcode_RET_AVATAR_SKIN_NOT_MATCH_AVATAR                         Retcode = 1225
	Retcode_RET_ITEM_NOT_EXIST                                       Retcode = 1300
	Retcode_RET_ITEM_COST_NOT_ENOUGH                                 Retcode = 1301
	Retcode_RET_ITEM_COST_TOO_MUCH                                   Retcode = 1302
	Retcode_RET_ITEM_NO_COST                                         Retcode = 1303
	Retcode_RET_ITEM_NOT_ENOUGH                                      Retcode = 1304
	Retcode_RET_ITEM_INVALID                                         Retcode = 1305
	Retcode_RET_ITEM_CONFIG_NOT_EXIST                                Retcode = 1306
	Retcode_RET_SCOIN_NOT_ENOUGH                                     Retcode = 1307
	Retcode_RET_ITEM_REWARD_EXCEED_LIMIT                             Retcode = 1308
	Retcode_RET_ITEM_INVALID_USE                                     Retcode = 1309
	Retcode_RET_ITEM_USE_CONFIG_NOT_EXIST                            Retcode = 1310
	Retcode_RET_REWARD_CONFIG_NOT_EXIST                              Retcode = 1311
	Retcode_RET_ITEM_EXCEED_LIMIT                                    Retcode = 1312
	Retcode_RET_ITEM_COUNT_INVALID                                   Retcode = 1313
	Retcode_RET_ITEM_USE_TARGET_TYPE_INVALID                         Retcode = 1314
	Retcode_RET_ITEM_USE_SATIETY_FULL                                Retcode = 1315
	Retcode_RET_ITEM_COMPOSE_NOT_EXIST                               Retcode = 1316
	Retcode_RET_RELIC_COMPOSE_NOT_EXIST                              Retcode = 1317
	Retcode_RET_ITEM_CAN_NOT_SELL                                    Retcode = 1318
	Retcode_RET_ITEM_SELL_EXCEDD_LIMIT                               Retcode = 1319
	Retcode_RET_ITEM_NOT_IN_COST_LIST                                Retcode = 1320
	Retcode_RET_ITEM_SPECIAL_COST_NOT_ENOUGH                         Retcode = 1321
	Retcode_RET_ITEM_SPECIAL_COST_TOO_MUCH                           Retcode = 1322
	Retcode_RET_ITEM_FORMULA_NOT_EXIST                               Retcode = 1323
	Retcode_RET_ITEM_AUTO_GIFT_OPTIONAL_NOT_EXIST                    Retcode = 1324
	Retcode_RET_RELIC_COMPOSE_RELIC_INVALID                          Retcode = 1325
	Retcode_RET_RELIC_COMPOSE_MAIN_AFFIX_ID_INVALID                  Retcode = 1326
	Retcode_RET_RELIC_COMPOSE_WRONG_FORMULA_TYPE                     Retcode = 1327
	Retcode_RET_RELIC_COMPOSE_RELIC_NOT_EXIST                        Retcode = 1328
	Retcode_RET_RELIC_COMPOSE_BLACK_GOLD_COUNT_INVALID               Retcode = 1329
	Retcode_RET_RELIC_COMPOSE_BLACK_GOLD_NOT_NEED                    Retcode = 1330
	Retcode_RET_MONTH_CARD_CANNOT_USE                                Retcode = 1331
	Retcode_RET_ITEM_REWARD_EXCEED_DISAPPEAR                         Retcode = 1332
	Retcode_RET_ITEM_NEED_RECYCLE                                    Retcode = 1333
	Retcode_RET_ITEM_COMPOSE_EXCEED_LIMIT                            Retcode = 1334
	Retcode_RET_ITEM_CAN_NOT_DESTROY                                 Retcode = 1335
	Retcode_RET_ITEM_ALREADY_MARK                                    Retcode = 1336
	Retcode_RET_ITEM_MARK_EXCEED_LIMIT                               Retcode = 1337
	Retcode_RET_ITEM_NOT_MARK                                        Retcode = 1338
	Retcode_RET_ITEN_TURN_FOOD_NOT_SET                               Retcode = 1339
	Retcode_RET_ITEM_TURN_FOOD_ALREADY_SET                           Retcode = 1340
	Retcode_RET_ITEM_TURN_FOOD_CONSUME_TYPE_ERROR                    Retcode = 1341
	Retcode_RET_ITEM_TURN_FOOD_SWITCH_ALREADY_OPEN                   Retcode = 1342
	Retcode_RET_ITEM_TURN_FOOD_SWITCH_ALREADY_CLOSE                  Retcode = 1343
	Retcode_RET_HCOIN_EXCHANGE_TOO_MUCH                              Retcode = 1344
	Retcode_RET_ITEM_TURN_FOOD_SCENE_TYPE_ERROR                      Retcode = 1345
	Retcode_RET_EQUIPMENT_ALREADY_DRESSED                            Retcode = 1350
	Retcode_RET_EQUIPMENT_NOT_EXIST                                  Retcode = 1351
	Retcode_RET_EQUIPMENT_REACH_LEVEL_LIMIT                          Retcode = 1352
	Retcode_RET_EQUIPMENT_CONSUME_SELF                               Retcode = 1353
	Retcode_RET_EQUIPMENT_ALREADY_LOCKED                             Retcode = 1354
	Retcode_RET_EQUIPMENT_ALREADY_UNLOCKED                           Retcode = 1355
	Retcode_RET_EQUIPMENT_LOCKED                                     Retcode = 1356
	Retcode_RET_EQUIPMENT_SELECT_NUM_OVER_LIMIT                      Retcode = 1357
	Retcode_RET_EQUIPMENT_RANK_UP_MUST_CONSUME_SAME_TID              Retcode = 1358
	Retcode_RET_EQUIPMENT_PROMOTION_REACH_MAX                        Retcode = 1359
	Retcode_RET_EQUIPMENT_RANK_UP_REACH_MAX                          Retcode = 1360
	Retcode_RET_EQUIPMENT_LEVEL_REACH_MAX                            Retcode = 1361
	Retcode_RET_EQUIPMENT_EXCEED_LIMIT                               Retcode = 1362
	Retcode_RET_RELIC_NOT_EXIST                                      Retcode = 1363
	Retcode_RET_RELIC_REACH_LEVEL_LIMIT                              Retcode = 1364
	Retcode_RET_RELIC_CONSUME_SELF                                   Retcode = 1365
	Retcode_RET_RELIC_ALREADY_DRESSED                                Retcode = 1366
	Retcode_RET_RELIC_LOCKED                                         Retcode = 1367
	Retcode_RET_RELIC_ALREADY_LOCKED                                 Retcode = 1368
	Retcode_RET_RELIC_ALREADY_UNLOCKED                               Retcode = 1369
	Retcode_RET_RELIC_LEVEL_IS_NOT_ZERO                              Retcode = 1370
	Retcode_RET_UNIQUE_ID_REPEATED                                   Retcode = 1371
	Retcode_RET_EQUIPMENT_LEVEL_NOT_MEET                             Retcode = 1372
	Retcode_RET_EQUIPMENT_ITEM_NOT_IN_COST_LIST                      Retcode = 1373
	Retcode_RET_EQUIPMENT_LEVEL_GREATER_THAN_ONE                     Retcode = 1374
	Retcode_RET_EQUIPMENT_ALREADY_RANKED                             Retcode = 1375
	Retcode_RET_RELIC_EXCEED_LIMIT                                   Retcode = 1376
	Retcode_RET_RELIC_ALREADY_DISCARDED                              Retcode = 1377
	Retcode_RET_RELIC_ALREADY_UNDISCARDED                            Retcode = 1378
	Retcode_RET_LINEUP_INVALID_INDEX                                 Retcode = 1400
	Retcode_RET_LINEUP_INVALID_MEMBER_POS                            Retcode = 1401
	Retcode_RET_LINEUP_SWAP_NOT_EXIST                                Retcode = 1402
	Retcode_RET_LINEUP_AVATAR_ALREADY_IN                             Retcode = 1403
	Retcode_RET_LINEUP_CREATE_AVATAR_ERROR                           Retcode = 1404
	Retcode_RET_LINEUP_AVATAR_INIT_ERROR                             Retcode = 1405
	Retcode_RET_LINEUP_NOT_EXIST                                     Retcode = 1406
	Retcode_RET_LINEUP_ONLY_ONE_MEMBER                               Retcode = 1407
	Retcode_RET_LINEUP_SAME_LEADER_SLOT                              Retcode = 1408
	Retcode_RET_LINEUP_NO_LEADER_SELECT                              Retcode = 1409
	Retcode_RET_LINEUP_SWAP_SAME_SLOT                                Retcode = 1410
	Retcode_RET_LINEUP_AVATAR_NOT_EXIST                              Retcode = 1411
	Retcode_RET_LINEUP_TRIAL_AVATAR_CAN_NOT_QUIT                     Retcode = 1412
	Retcode_RET_LINEUP_VIRTUAL_LINEUP_PLANE_NOT_MATCH                Retcode = 1413
	Retcode_RET_LINEUP_NOT_VALID_LEADER                              Retcode = 1414
	Retcode_RET_LINEUP_SAME_INDEX                                    Retcode = 1415
	Retcode_RET_LINEUP_IS_EMPTY                                      Retcode = 1416
	Retcode_RET_LINEUP_NAME_FORMAT_ERROR                             Retcode = 1417
	Retcode_RET_LINEUP_TYPE_NOT_MATCH                                Retcode = 1418
	Retcode_RET_LINEUP_REPLACE_ALL_FAILED                            Retcode = 1419
	Retcode_RET_LINEUP_NOT_ALLOW_EDIT                                Retcode = 1420
	Retcode_RET_LINEUP_AVATAR_IS_ALIVE                               Retcode = 1421
	Retcode_RET_LINEUP_ASSIST_HAS_ONLY_MEMBER                        Retcode = 1422
	Retcode_RET_LINEUP_ASSIST_CANNOT_SWITCH                          Retcode = 1423
	Retcode_RET_LINEUP_AVATAR_TYPE_INVALID                           Retcode = 1424
	Retcode_RET_LINEUP_NAME_UTF8_ERROR                               Retcode = 1425
	Retcode_RET_LINEUP_LEADER_LOCK                                   Retcode = 1426
	Retcode_RET_LINEUP_STORY_LINE_NOT_MATCH                          Retcode = 1427
	Retcode_RET_LINEUP_AVATAR_LOCK                                   Retcode = 1428
	Retcode_RET_LINEUP_AVATAR_INVALID                                Retcode = 1429
	Retcode_RET_LINEUP_AVATAR_ALREADY_INIT                           Retcode = 1430
	Retcode_RET_MAIL_NOT_EXIST                                       Retcode = 1700
	Retcode_RET_MAIL_RANGE_INVALID                                   Retcode = 1701
	Retcode_RET_MAIL_MAIL_ID_INVALID                                 Retcode = 1702
	Retcode_RET_MAIL_NO_MAIL_TAKE_ATTACHMENT                         Retcode = 1703
	Retcode_RET_MAIL_NO_MAIL_TO_DEL                                  Retcode = 1704
	Retcode_RET_MAIL_TYPE_INVALID                                    Retcode = 1705
	Retcode_RET_MAIL_PARA_INVALID                                    Retcode = 1706
	Retcode_RET_MAIL_ATTACHEMENT_INVALID                             Retcode = 1707
	Retcode_RET_MAIL_TICKET_INVALID                                  Retcode = 1708
	Retcode_RET_MAIL_TICKET_REPEATED                                 Retcode = 1709
	Retcode_RET_STAGE_SETTLE_ERROR                                   Retcode = 1800
	Retcode_RET_STAGE_CONFIG_NOT_EXIST                               Retcode = 1801
	Retcode_RET_STAGE_NOT_FOUND                                      Retcode = 1802
	Retcode_RET_STAGE_COCOON_PROP_NOT_VALID                          Retcode = 1804
	Retcode_RET_STAGE_COCOON_WAVE_NOT_VALID                          Retcode = 1805
	Retcode_RET_STAGE_PROP_ID_NOT_EQUAL                              Retcode = 1806
	Retcode_RET_STAGE_COCOON_WAVE_OVER                               Retcode = 1807
	Retcode_RET_STAGE_WEEK_COCOON_OVER_CNT                           Retcode = 1808
	Retcode_RET_STAGE_COCOON_NOT_OPEN                                Retcode = 1809
	Retcode_RET_STAGE_TRIAL_NOT_OPEN                                 Retcode = 1810
	Retcode_RET_STAGE_FARM_NOT_OPEN                                  Retcode = 1811
	Retcode_RET_STAGE_FARM_TYPE_ERROR                                Retcode = 1812
	Retcode_RET_CHAPTER_LOCK                                         Retcode = 1900
	Retcode_RET_CHAPTER_CHALLENGE_NUM_NOT_ENOUGH                     Retcode = 1901
	Retcode_RET_CHAPTER_REWARD_ID_NOT_EXIST                          Retcode = 1902
	Retcode_RET_CHAPTER_REWARD_ALREADY_TAKEN                         Retcode = 1903
	Retcode_RET_BATTLE_STAGE_NOT_MATCH                               Retcode = 2000
	Retcode_RET_IN_BATTLE_NOW                                        Retcode = 2001
	Retcode_RET_BATTLE_CHEAT                                         Retcode = 2002
	Retcode_RET_BATTLE_FAIL                                          Retcode = 2003
	Retcode_RET_BATTLE_NO_LINEUP                                     Retcode = 2004
	Retcode_RET_BATTLE_LINEUP_EMPTY                                  Retcode = 2005
	Retcode_RET_BATTLE_VERSION_NOT_MATCH                             Retcode = 2006
	Retcode_RET_BATTLE_QUIT_BY_SERVER                                Retcode = 2007
	Retcode_RET_IN_BATTLE_CHECK                                      Retcode = 2008
	Retcode_RET_BATTLE_CHECK_NEED_RETRY                              Retcode = 2009
	Retcode_RET_BATTLE_COST_TIME_CHECK_FAIL                          Retcode = 2010
	Retcode_RET_LACK_EXCHANGE_STAMINA_TIMES                          Retcode = 2100
	Retcode_RET_LACK_STAMINA                                         Retcode = 2101
	Retcode_RET_STAMINA_FULL                                         Retcode = 2102
	Retcode_RET_AUTHKEY_SIGN_TYPE_ERROR                              Retcode = 2103
	Retcode_RET_AUTHKEY_SIGN_VER_ERROR                               Retcode = 2104
	Retcode_RET_NICKNAME_FORMAT_ERROR                                Retcode = 2105
	Retcode_RET_SENSITIVE_WORDS                                      Retcode = 2106
	Retcode_RET_LEVEL_REWARD_HAS_TAKEN                               Retcode = 2107
	Retcode_RET_LEVEL_REWARD_LEVEL_ERROR                             Retcode = 2108
	Retcode_RET_LANGUAGE_INVALID                                     Retcode = 2109
	Retcode_RET_NICKNAME_IN_CD                                       Retcode = 2110
	Retcode_RET_GAMEPLAY_BIRTHDAY_INVALID                            Retcode = 2111
	Retcode_RET_GAMEPLAY_BIRTHDAY_ALREADY_SET                        Retcode = 2112
	Retcode_RET_NICKNAME_UTF8_ERROR                                  Retcode = 2113
	Retcode_RET_NICKNAME_DIGIT_LIMIT_ERROR                           Retcode = 2114
	Retcode_RET_SENSITIVE_WORDS_PLATFORM_ERROR                       Retcode = 2115
	Retcode_RET_PLAYER_SETTING_TYPE_INVALID                          Retcode = 2116
	Retcode_RET_MAZE_LACK_TICKET                                     Retcode = 2201
	Retcode_RET_MAZE_NOT_UNLOCK                                      Retcode = 2202
	Retcode_RET_MAZE_NO_ABILITY                                      Retcode = 2204
	Retcode_RET_MAZE_NO_PLANE                                        Retcode = 2205
	Retcode_RET_MAZE_MAP_NOT_EXIST                                   Retcode = 2207
	Retcode_RET_MAZE_MP_NOT_ENOUGH                                   Retcode = 2213
	Retcode_RET_SPRING_NOT_ENABLE                                    Retcode = 2214
	Retcode_RET_SPRING_TOO_FAR                                       Retcode = 2216
	Retcode_RET_NOT_IN_MAZE                                          Retcode = 2218
	Retcode_RET_MAZE_TIME_OF_DAY_TYPE_ERROR                          Retcode = 2223
	Retcode_RET_PLOT_NOT_UNLOCK                                      Retcode = 2300
	Retcode_RET_MISSION_NOT_EXIST                                    Retcode = 2400
	Retcode_RET_MISSION_ALREADY_DONE                                 Retcode = 2401
	Retcode_RET_DAILY_TASK_NOT_FINISH                                Retcode = 2402
	Retcode_RET_DAILY_TASK_REWARD_HAS_TAKEN                          Retcode = 2403
	Retcode_RET_MISSION_NOT_FINISH                                   Retcode = 2404
	Retcode_RET_MISSION_NOT_DOING                                    Retcode = 2405
	Retcode_RET_MISSION_FINISH_WAY_NOT_MATCH                         Retcode = 2406
	Retcode_RET_MISSION_SCENE_NOT_MATCH                              Retcode = 2407
	Retcode_RET_MISSION_CUSTOM_VALUE_NOT_VALID                       Retcode = 2408
	Retcode_RET_MISSION_SUB_MISSION_NOT_MATCH                        Retcode = 2409
	Retcode_RET_ADVENTURE_MAP_NOT_EXIST                              Retcode = 2500
	Retcode_RET_SCENE_ENTITY_NOT_EXIST                               Retcode = 2600
	Retcode_RET_NOT_IN_SCENE                                         Retcode = 2601
	Retcode_RET_SCENE_MONSTER_NOT_EXIST                              Retcode = 2602
	Retcode_RET_INTERACT_CONFIG_NOT_EXIST                            Retcode = 2603
	Retcode_RET_UNSUPPORTED_PROP_STATE                               Retcode = 2604
	Retcode_RET_SCENE_ENTRY_ID_NOT_MATCH                             Retcode = 2605
	Retcode_RET_SCENE_ENTITY_MOVE_CHECK_FAILED                       Retcode = 2606
	Retcode_RET_ASSIST_MONSTER_COUNT_LIMIT                           Retcode = 2607
	Retcode_RET_SCENE_USE_SKILL_FAIL                                 Retcode = 2608
	Retcode_RET_PROP_IS_HIDDEN                                       Retcode = 2609
	Retcode_RET_LOADING_SUCC_ALREADY                                 Retcode = 2610
	Retcode_RET_SCENE_ENTITY_TYPE_INVALID                            Retcode = 2611
	Retcode_RET_INTERACT_TYPE_INVALID                                Retcode = 2612
	Retcode_RET_INTERACT_NOT_IN_REGION                               Retcode = 2613
	Retcode_RET_INTERACT_SUB_TYPE_INVALID                            Retcode = 2614
	Retcode_RET_NOT_LEADER_ENTITY                                    Retcode = 2615
	Retcode_RET_MONSTER_IS_NOT_FARM_ELEMENT                          Retcode = 2616
	Retcode_RET_MONSTER_CONFIG_NOT_EXIST                             Retcode = 2617
	Retcode_RET_AVATAR_HP_ALREADY_FULL                               Retcode = 2618
	Retcode_RET_CUR_INTERACT_ENTITY_NOT_MATCH                        Retcode = 2619
	Retcode_RET_PLANE_TYPE_NOT_ALLOW                                 Retcode = 2620
	Retcode_RET_GROUP_NOT_EXIST                                      Retcode = 2621
	Retcode_RET_GROUP_SAVE_DATA_IN_CD                                Retcode = 2622
	Retcode_RET_GROUP_SAVE_LENGH_REACH_MAX                           Retcode = 2623
	Retcode_RET_RECENT_ELEMENT_NOT_EXIST                             Retcode = 2624
	Retcode_RET_RECENT_ELEMENT_STAGE_NOT_MATCH                       Retcode = 2625
	Retcode_RET_SCENE_POSITION_VERSION_NOT_MATCH                     Retcode = 2626
	Retcode_RET_GAMEPLAY_COUNTER_NOT_EXIST                           Retcode = 2627
	Retcode_RET_GAMEPLAY_COUNTER_NOT_ENOUGH                          Retcode = 2628
	Retcode_RET_GROUP_STATE_NOT_MATCH                                Retcode = 2629
	Retcode_RET_SCENE_ENTITY_POS_NOT_MATCH                           Retcode = 2630
	Retcode_RET_GROUP_STATE_CUSTOM_SAVE_DATA_OFF                     Retcode = 2631
	Retcode_RET_BUY_TIMES_LIMIT                                      Retcode = 2700
	Retcode_RET_BUY_LIMIT_TYPE                                       Retcode = 2701
	Retcode_RET_SHOP_NOT_OPEN                                        Retcode = 2702
	Retcode_RET_GOODS_NOT_OPEN                                       Retcode = 2703
	Retcode_RET_CITY_LEVEL_REWARD_TAKEN                              Retcode = 2704
	Retcode_RET_CITY_LEVEL_NOT_MEET                                  Retcode = 2705
	Retcode_RET_SINGLE_BUY_LIMIT                                     Retcode = 2706
	Retcode_RET_TUTORIAL_NOT_UNLOCK                                  Retcode = 2751
	Retcode_RET_TUTORIAL_UNLOCK_ALREADY                              Retcode = 2752
	Retcode_RET_TUTORIAL_FINISH_ALREADY                              Retcode = 2753
	Retcode_RET_TUTORIAL_PRE_NOT_UNLOCK                              Retcode = 2754
	Retcode_RET_TUTORIAL_PLAYER_LEVEL_NOT_MATCH                      Retcode = 2755
	Retcode_RET_TUTORIAL_TUTORIAL_NOT_FOUND                          Retcode = 2756
	Retcode_RET_CHALLENGE_NOT_EXIST                                  Retcode = 2801
	Retcode_RET_CHALLENGE_NOT_UNLOCK                                 Retcode = 2802
	Retcode_RET_CHALLENGE_ALREADY                                    Retcode = 2803
	Retcode_RET_CHALLENGE_LINEUP_EDIT_FORBIDDEN                      Retcode = 2804
	Retcode_RET_CHALLENGE_LINEUP_EMPTY                               Retcode = 2805
	Retcode_RET_CHALLENGE_NOT_DOING                                  Retcode = 2806
	Retcode_RET_CHALLENGE_NOT_FINISH                                 Retcode = 2807
	Retcode_RET_CHALLENGE_TARGET_NOT_FINISH                          Retcode = 2808
	Retcode_RET_CHALLENGE_TARGET_REWARD_TAKEN                        Retcode = 2809
	Retcode_RET_CHALLENGE_TIME_NOT_VALID                             Retcode = 2810
	Retcode_RET_CHALLENGE_STARS_COUNT_NOT_MEET                       Retcode = 2811
	Retcode_RET_CHALLENGE_STARS_REWARD_TAKEN                         Retcode = 2812
	Retcode_RET_CHALLENGE_STARS_NOT_EXIST                            Retcode = 2813
	Retcode_RET_BASIC_TYPE_ALREADY                                   Retcode = 2850
	Retcode_RET_NO_BASIC_TYPE                                        Retcode = 2851
	Retcode_RET_NOT_CHOOSE_BASIC_TYPE                                Retcode = 2852
	Retcode_RET_NOT_FUNC_CLOSE                                       Retcode = 2853
	Retcode_RET_NOT_CHOOSE_GENDER                                    Retcode = 2854
	Retcode_RET_ROGUE_STATUS_NOT_MATCH                               Retcode = 2901
	Retcode_RET_ROGUE_SELECT_BUFF_NOT_EXIST                          Retcode = 2902
	Retcode_RET_ROGUE_COIN_NOT_ENOUGH                                Retcode = 2903
	Retcode_RET_ROGUE_STAMINA_NOT_ENOUGH                             Retcode = 2904
	Retcode_RET_ROGUE_APPRAISAL_COUNT_NOT_ENOUGH                     Retcode = 2905
	Retcode_RET_ROGUE_PROP_ALREADY_USED                              Retcode = 2906
	Retcode_RET_ROGUE_RECORD_ALREADY_SAVED                           Retcode = 2907
	Retcode_RET_ROGUE_ROLL_BUFF_MAX_COUNT                            Retcode = 2908
	Retcode_RET_ROGUE_PICK_AVATAR_INVALID                            Retcode = 2909
	Retcode_RET_ROGUE_QUEST_EXPIRE                                   Retcode = 2910
	Retcode_RET_ROGUE_QUEST_REWARD_ALREADY                           Retcode = 2911
	Retcode_RET_ROGUE_REVIVE_COUNT_NOT_ENOUGH                        Retcode = 2912
	Retcode_RET_ROGUE_AREA_INVALID                                   Retcode = 2913
	Retcode_RET_ROGUE_SCORE_REWARD_POOL_INVALID                      Retcode = 2914
	Retcode_RET_ROGUE_SCORE_REWARD_ROW_INVALID                       Retcode = 2915
	Retcode_RET_ROGUE_AEON_LEVEL_NOT_MEET                            Retcode = 2916
	Retcode_RET_ROGUE_AEON_LEVEL_REWARD_ALREADY_TAKEN                Retcode = 2917
	Retcode_RET_ROGUE_AEON_CONFIG_NOT_EXIST                          Retcode = 2918
	Retcode_RET_ROGUE_TRIAL_AVATAR_INVALID                           Retcode = 2919
	Retcode_RET_ROGUE_HANDBOOK_REWARD_ALREADY_TAKEN                  Retcode = 2920
	Retcode_RET_ROGUE_ROOM_TYPE_NOT_MATCH                            Retcode = 2921
	Retcode_RET_ROGUE_SHOP_GOOD_NOT_FOUND                            Retcode = 2922
	Retcode_RET_ROGUE_SHOP_GOOD_ALREADY_BOUGHT                       Retcode = 2923
	Retcode_RET_ROGUE_SHOP_GOOD_ALREADY_OWN                          Retcode = 2924
	Retcode_RET_ROGUE_SHOP_MIRACLE_NOT_EXIST                         Retcode = 2925
	Retcode_RET_ROGUE_SHOP_NOT_EXIST                                 Retcode = 2926
	Retcode_RET_ROGUE_SHOP_CANNOT_REFRESH                            Retcode = 2927
	Retcode_RET_MISSION_EVENT_CONFIG_NOT_EXIST                       Retcode = 2951
	Retcode_RET_MISSION_EVENT_NOT_CLIENT                             Retcode = 2952
	Retcode_RET_MISSION_EVENT_FINISHED                               Retcode = 2953
	Retcode_RET_MISSION_EVENT_DOING                                  Retcode = 2954
	Retcode_RET_HAS_CHALLENGE_MISSION_EVENT                          Retcode = 2955
	Retcode_RET_NOT_CHALLENGE_MISSION_EVENT                          Retcode = 2956
	Retcode_RET_GACHA_ID_NOT_EXIST                                   Retcode = 3001
	Retcode_RET_GACHA_NUM_INVALID                                    Retcode = 3002
	Retcode_RET_GACHA_FIRST_GACHA_MUST_ONE                           Retcode = 3003
	Retcode_RET_GACHA_REQ_DUPLICATED                                 Retcode = 3004
	Retcode_RET_GACHA_NOT_IN_SCHEDULE                                Retcode = 3005
	Retcode_RET_GACHA_NEWBIE_CLOSE                                   Retcode = 3006
	Retcode_RET_GACHA_TODAY_LIMITED                                  Retcode = 3007
	Retcode_RET_GACHA_NOT_SUPPORT                                    Retcode = 3008
	Retcode_RET_GACHA_CEILING_NOT_ENOUGH                             Retcode = 3009
	Retcode_RET_GACHA_CEILING_CLOSE                                  Retcode = 3010
	Retcode_RET_NOT_IN_RAID                                          Retcode = 3101
	Retcode_RET_RAID_DOING                                           Retcode = 3102
	Retcode_RET_NOT_PROP                                             Retcode = 3103
	Retcode_RET_RAID_ID_NOT_MATCH                                    Retcode = 3104
	Retcode_RET_RAID_RESTART_NOT_MATCH                               Retcode = 3105
	Retcode_RET_RAID_LIMIT                                           Retcode = 3106
	Retcode_RET_RAID_AVATAR_LIST_EMPTY                               Retcode = 3107
	Retcode_RET_RAID_AVATAR_NOT_EXIST                                Retcode = 3108
	Retcode_RET_CHALLENGE_RAID_REWARD_ALREADY                        Retcode = 3109
	Retcode_RET_CHALLENGE_RAID_SCORE_NOT_REACH                       Retcode = 3110
	Retcode_RET_CHALLENGE_RAID_NOT_OPEN                              Retcode = 3111
	Retcode_RET_RAID_FINISHED                                        Retcode = 3112
	Retcode_RET_RAID_WORLD_LEVEL_NOT_LOCK                            Retcode = 3113
	Retcode_RET_RAID_CANNOT_USE_ASSIST                               Retcode = 3114
	Retcode_RET_RAID_AVATAR_NOT_MATCH                                Retcode = 3115
	Retcode_RET_RAID_CAN_NOT_SAVE                                    Retcode = 3116
	Retcode_RET_RAID_NO_SAVE                                         Retcode = 3117
	Retcode_RET_ACTIVITY_RAID_NOT_OPEN                               Retcode = 3118
	Retcode_RET_RAID_AVATAR_CAPTAIN_NOT_EXIST                        Retcode = 3119
	Retcode_RET_RAID_STORY_LINE_NOT_MATCH                            Retcode = 3120
	Retcode_RET_TALK_EVENT_ALREADY_TAKEN                             Retcode = 3151
	Retcode_RET_NPC_ALREADY_MEET                                     Retcode = 3152
	Retcode_RET_NPC_NOT_IN_CONFIG                                    Retcode = 3153
	Retcode_RET_DIALOGUE_GROUP_DISMATCH                              Retcode = 3154
	Retcode_RET_DIALOGUE_EVENT_INVALID                               Retcode = 3155
	Retcode_RET_TALK_EVENT_TAKE_PROTO_NOT_MATCH                      Retcode = 3156
	Retcode_RET_TALK_EVENT_NOT_VALID                                 Retcode = 3157
	Retcode_RET_EXPEDITION_CONFIG_NOT_EXIST                          Retcode = 3201
	Retcode_RET_EXPEDITION_REWARD_CONFIG_NOT_EXIST                   Retcode = 3202
	Retcode_RET_EXPEDITION_NOT_UNLOCKED                              Retcode = 3203
	Retcode_RET_EXPEDITION_ALREADY_ACCEPTED                          Retcode = 3204
	Retcode_RET_EXPEDITION_REPEATED_AVATAR                           Retcode = 3205
	Retcode_RET_AVATAR_ALREADY_DISPATCHED                            Retcode = 3206
	Retcode_RET_EXPEDITION_NOT_ACCEPTED                              Retcode = 3207
	Retcode_RET_EXPEDITION_NOT_FINISH                                Retcode = 3208
	Retcode_RET_EXPEDITION_ALREADY_FINISH                            Retcode = 3209
	Retcode_RET_EXPEDITION_TEAM_COUNT_LIMIT                          Retcode = 3210
	Retcode_RET_EXPEDITION_AVATAR_NUM_NOT_MATCH                      Retcode = 3211
	Retcode_RET_EXPEDITION_NOT_OPEN                                  Retcode = 3212
	Retcode_RET_EXPEDITION_FRIEND_AVATAR_NOT_VALID                   Retcode = 3213
	Retcode_RET_EXPEDITION_NOT_PUBLISHED                             Retcode = 3214
	Retcode_RET_LOGIN_ACTIVITY_HAS_TAKEN                             Retcode = 3301
	Retcode_RET_LOGIN_ACTIVITY_DAYS_LACK                             Retcode = 3302
	Retcode_RET_TRIAL_ACTIVITY_REWARD_ALREADY_TAKE                   Retcode = 3303
	Retcode_RET_TRIAL_ACTIVITY_STAGE_NOT_FINISH                      Retcode = 3304
	Retcode_RET_MONSTER_RESEARCH_ACTIVITY_HAS_TAKEN                  Retcode = 3305
	Retcode_RET_MONSTER_RESEARCH_ACTIVITY_MATERIAL_NOT_SUBMITTED     Retcode = 3306
	Retcode_RET_MONSTER_RESEARCH_ACTIVITY_MATERIAL_ALREADY_SUBMITTED Retcode = 3307
	Retcode_RET_FANTASTIC_STORY_ACTIVITY_STORY_ERROR                 Retcode = 3308
	Retcode_RET_FANTASTIC_STORY_ACTIVITY_STORY_NOT_OPEN              Retcode = 3309
	Retcode_RET_FANTASTIC_STORY_ACTIVITY_BATTLE_ERROR                Retcode = 3310
	Retcode_RET_FANTASTIC_STORY_ACTIVITY_BATTLE_NOT_OPEN             Retcode = 3311
	Retcode_RET_FANTASTIC_STORY_ACTIVITY_BATTLE_AVATAR_ERROR         Retcode = 3312
	Retcode_RET_FANTASTIC_STORY_ACTIVITY_BATTLE_BUFF_ERROR           Retcode = 3313
	Retcode_RET_FANTASTIC_STORY_ACTIVITY_PRE_BATTLE_SCORE_NOT_ENOUGH Retcode = 3314
	Retcode_RET_TRIAL_ACTIVITY_ALREADY_IN_TRIAL_ACTIVITY             Retcode = 3315
	Retcode_RET_MESSAGE_CONFIG_NOT_EXIST                             Retcode = 3501
	Retcode_RET_MESSAGE_SECTION_NOT_TAKE                             Retcode = 3502
	Retcode_RET_MESSAGE_GROUP_NOT_TAKE                               Retcode = 3503
	Retcode_RET_MESSAGE_SECTION_ID_NOT_MATCH                         Retcode = 3504
	Retcode_RET_MESSAGE_SECTION_CAN_NOT_FINISH                       Retcode = 3505
	Retcode_RET_MESSAGE_ITEM_CAN_NOT_FINISH                          Retcode = 3506
	Retcode_RET_MESSAGE_ITEM_RAID_CAN_NOT_FINISH                     Retcode = 3507
	Retcode_RET_FRIEND_ALREADY_IS_FRIEND                             Retcode = 3601
	Retcode_RET_FRIEND_IS_NOT_FRIEND                                 Retcode = 3602
	Retcode_RET_FRIEND_APPLY_EXPIRE                                  Retcode = 3603
	Retcode_RET_FRIEND_IN_BLACKLIST                                  Retcode = 3604
	Retcode_RET_FRIEND_NOT_IN_BLACKLIST                              Retcode = 3605
	Retcode_RET_FRIEND_NUMBER_LIMIT                                  Retcode = 3606
	Retcode_RET_FRIEND_BLACKLIST_NUMBER_LIMIT                        Retcode = 3607
	Retcode_RET_FRIEND_DAILY_APPLY_LIMIT                             Retcode = 3608
	Retcode_RET_FRIEND_IN_HANDLE_LIMIT                               Retcode = 3609
	Retcode_RET_FRIEND_APPLY_IN_CD                                   Retcode = 3610
	Retcode_RET_FRIEND_REMARK_NAME_FORMAT_ERROR                      Retcode = 3611
	Retcode_RET_FRIEND_PLAYER_NOT_FOUND                              Retcode = 3612
	Retcode_RET_FRIEND_IN_TARGET_BLACKLIST                           Retcode = 3613
	Retcode_RET_FRIEND_TARGET_NUMBER_LIMIT                           Retcode = 3614
	Retcode_RET_ASSIST_QUERY_TOO_FAST                                Retcode = 3615
	Retcode_RET_ASSIST_NOT_EXIST                                     Retcode = 3616
	Retcode_RET_ASSIST_USED_ALREADY                                  Retcode = 3617
	Retcode_RET_FRIEND_REPORT_REASON_FORMAT_ERROR                    Retcode = 3618
	Retcode_RET_FRIEND_REPORT_SENSITIVE_WORDS                        Retcode = 3619
	Retcode_RET_ASSIST_USED_TIMES_OVER                               Retcode = 3620
	Retcode_RET_ASSIST_QUIT_ALREADY                                  Retcode = 3621
	Retcode_RET_ASSIST_AVATAR_IN_LINEUP                              Retcode = 3622
	Retcode_RET_ASSIST_NO_REWARD                                     Retcode = 3623
	Retcode_RET_FRIEND_SEARCH_NUM_LIMIT                              Retcode = 3624
	Retcode_RET_FRIEND_SEARCH_IN_CD                                  Retcode = 3625
	Retcode_RET_FRIEND_REMARK_NAME_UTF8_ERROR                        Retcode = 3626
	Retcode_RET_FRIEND_REPORT_REASON_UTF8_ERROR                      Retcode = 3627
	Retcode_RET_ASSIST_SET_ALREADY                                   Retcode = 3628
	Retcode_RET_FRIEND_TARGET_FORBID_OTHER_APPLY                     Retcode = 3629
	Retcode_RET_FRIEND_MARKED_CNT_MAX                                Retcode = 3630
	Retcode_RET_FRIEND_MARKED_ALREADY                                Retcode = 3631
	Retcode_RET_FRIEND_NOT_MARKED                                    Retcode = 3632
	Retcode_RET_PLAYER_BOARD_HEAD_ICON_NOT_EXIST                     Retcode = 3701
	Retcode_RET_PLAYER_BOARD_HEAD_ICON_LOCKED                        Retcode = 3702
	Retcode_RET_PLAYER_BOARD_HEAD_ICON_ALREADY_UNLOCKED              Retcode = 3703
	Retcode_RET_PLAYER_BOARD_DISPLAY_AVATAR_NOT_EXIST                Retcode = 3704
	Retcode_RET_PLAYER_BOARD_DISPLAY_AVATAR_EXCEED_LIMIT             Retcode = 3705
	Retcode_RET_PLAYER_BOARD_DISPLAY_REPEATED_AVATAR                 Retcode = 3706
	Retcode_RET_PLAYER_BOARD_DISPLAY_AVATAR_SAME_POS                 Retcode = 3707
	Retcode_RET_PLAYER_BOARD_DISPLAY_AVATAR_LOCKED                   Retcode = 3708
	Retcode_RET_SIGNATURE_LENGTH_EXCEED_LIMIT                        Retcode = 3709
	Retcode_RET_SIGNATURE_SENSITIVE_WORDS                            Retcode = 3710
	Retcode_RET_PLAYER_BOARD_ASSIST_AVATAR_NOT_EXIST                 Retcode = 3712
	Retcode_RET_PLAYER_BOARD_ASSIST_AVATAR_LOCKED                    Retcode = 3713
	Retcode_RET_SIGNATURE_UTF8_ERROR                                 Retcode = 3714
	Retcode_RET_PLAYER_BOARD_ASSIST_AVATAR_CNT_ERROR                 Retcode = 3715
	Retcode_RET_BATTLE_PASS_TIER_NOT_VALID                           Retcode = 3801
	Retcode_RET_BATTLE_PASS_LEVEL_NOT_MEET                           Retcode = 3802
	Retcode_RET_BATTLE_PASS_REWARD_TAKE_ALREADY                      Retcode = 3803
	Retcode_RET_BATTLE_PASS_NOT_PREMIUM                              Retcode = 3804
	Retcode_RET_BATTLE_PASS_NOT_DOING                                Retcode = 3805
	Retcode_RET_BATTLE_PASS_LEVEL_INVALID                            Retcode = 3806
	Retcode_RET_BATTLE_PASS_NOT_UNLOCK                               Retcode = 3807
	Retcode_RET_BATTLE_PASS_NO_REWARD                                Retcode = 3808
	Retcode_RET_BATTLE_PASS_QUEST_NOT_VALID                          Retcode = 3809
	Retcode_RET_BATTLE_PASS_NOT_CHOOSE_OPTIONAL                      Retcode = 3810
	Retcode_RET_BATTLE_PASS_NOT_TAKE_REWARD                          Retcode = 3811
	Retcode_RET_BATTLE_PASS_OPTIONAL_NOT_VALID                       Retcode = 3812
	Retcode_RET_BATTLE_PASS_BUY_ALREADY                              Retcode = 3813
	Retcode_RET_BATTLE_PASS_NEAR_END                                 Retcode = 3814
	Retcode_RET_MUSIC_LOCKED                                         Retcode = 3901
	Retcode_RET_MUSIC_NOT_EXIST                                      Retcode = 3902
	Retcode_RET_MUSIC_UNLOCK_FAILED                                  Retcode = 3903
	Retcode_RET_PUNK_LORD_LACK_SUMMON_TIMES                          Retcode = 4001
	Retcode_RET_PUNK_LORD_ATTACKING_MONSTER_LIMIT                    Retcode = 4002
	Retcode_RET_PUNK_LORD_MONSTER_NOT_EXIST                          Retcode = 4003
	Retcode_RET_PUNK_LORD_MONSTER_ALREADY_SHARED                     Retcode = 4004
	Retcode_RET_PUNK_LORD_MONSTER_EXPIRED                            Retcode = 4005
	Retcode_RET_PUNK_LORD_SELF_MONSTER_ATTACK_LIMIT                  Retcode = 4006
	Retcode_RET_PUNK_LORD_LACK_SUPPORT_TIMES                         Retcode = 4007
	Retcode_RET_PUNK_LORD_MONSTER_ALREADY_KILLED                     Retcode = 4008
	Retcode_RET_PUNK_LORD_MONSTER_ATTACKER_LIMIT                     Retcode = 4009
	Retcode_RET_PUNK_LORD_WORLD_LEVLE_NOT_VALID                      Retcode = 4010
	Retcode_RET_PUNK_LORD_REWARD_LEVLE_NOT_EXIST                     Retcode = 4011
	Retcode_RET_PUNK_LORD_POINT_NOT_MEET                             Retcode = 4012
	Retcode_RET_PUNK_LORD_IN_ATTACKING                               Retcode = 4013
	Retcode_RET_PUNK_LORD_OPERATION_IN_CD                            Retcode = 4014
	Retcode_RET_PUNK_LORD_REWARD_ALREADY_TAKEN                       Retcode = 4015
	Retcode_RET_PUNK_LORD_OVER_BONUS_REWARD_LIMIT                    Retcode = 4016
	Retcode_RET_PUNK_LORD_NOT_IN_SCHEDULE                            Retcode = 4017
	Retcode_RET_PUNK_LORD_MONSTER_NOT_ATTACKED                       Retcode = 4018
	Retcode_RET_PUNK_LORD_MONSTER_NOT_KILLED                         Retcode = 4019
	Retcode_RET_PUNK_LORD_MONSTER_KILLED_SCORE_ALREADY_TAKE          Retcode = 4020
	Retcode_RET_PUNK_LORD_REWARD_LEVLE_ALREADY_TAKE                  Retcode = 4021
	Retcode_RET_DAILY_ACTIVE_LEVEL_INVALID                           Retcode = 4101
	Retcode_RET_DAILY_ACTIVE_LEVEL_REWARD_ALREADY_TAKEN              Retcode = 4102
	Retcode_RET_DAILY_ACTIVE_LEVEL_AP_NOT_ENOUGH                     Retcode = 4103
	Retcode_RET_DAILY_MEET_PAM                                       Retcode = 4201
	Retcode_RET_REPLAY_ID_NOT_MATCH                                  Retcode = 4251
	Retcode_RET_REPLAY_REQ_NOT_VALID                                 Retcode = 4252
	Retcode_RET_FIGHT_ACTIVITY_DIFFICULTY_LEVEL_NOT_PASSED           Retcode = 4301
	Retcode_RET_FIGHT_ACTIVITY_DIFFICULTY_LEVEL_REWARD_ALREADY_TAKE  Retcode = 4302
	Retcode_RET_FIGHT_ACTIVITY_STAGE_NOT_OPEN                        Retcode = 4303
	Retcode_RET_TRAIN_VISITOR_VISITOR_NOT_EXIST                      Retcode = 4351
	Retcode_RET_TRAIN_VISITOR_BEHAVIOR_NOT_EXIST                     Retcode = 4352
	Retcode_RET_TRAIN_VISITOR_BEHAVIOR_FINISHED                      Retcode = 4353
	Retcode_RET_TRAIN_VISITOR_ALL_BEHAVIOR_REWARD_TAKEN              Retcode = 4354
	Retcode_RET_TRAIN_VISITOR_GET_ON_MISSION_NOT_FINISH              Retcode = 4355
	Retcode_RET_TRAIN_VISITOR_NOT_GET_OFF                            Retcode = 4356
	Retcode_RET_TEXT_JOIN_UNKNOW_IS_OVERRIDE                         Retcode = 4401
	Retcode_RET_TEXT_JOIN_ID_NOT_EXIST                               Retcode = 4402
	Retcode_RET_TEXT_JOIN_CAN_NOT_OVERRIDE                           Retcode = 4403
	Retcode_RET_TEXT_JOIN_ITEM_ID_ERROR                              Retcode = 4404
	Retcode_RET_TEXT_JOIN_SENSITIVE_CHECK_ERROR                      Retcode = 4405
	Retcode_RET_TEXT_JOIN_MUST_OVERRIDE                              Retcode = 4406
	Retcode_RET_TEXT_JOIN_TEXT_EMPTY                                 Retcode = 4407
	Retcode_RET_TEXT_JOIN_TEXT_FORMAT_ERROR                          Retcode = 4408
	Retcode_RET_TEXT_JOIN_TEXT_UTF8_ERROR                            Retcode = 4409
	Retcode_RET_TEXT_JOIN_BATCH_REQ_ID_REPEAT                        Retcode = 4410
	Retcode_RET_TEXT_JOIN_TYPE_NOT_SUPPORT_BATCH_REQ                 Retcode = 4411
	Retcode_RET_TEXT_JOIN_AVATAR_ID_NOT_EXIST                        Retcode = 4412
	Retcode_RET_TEXT_JOIN_UNKNOW_TYPE                                Retcode = 4413
	Retcode_RET_PAM_MISSION_MISSION_ID_ERROR                         Retcode = 4451
	Retcode_RET_PAM_MISSION_MISSION_EXPIRE                           Retcode = 4452
	Retcode_RET_CHAT_TYPE_NOT_EXIST                                  Retcode = 4501
	Retcode_RET_MSG_TYPE_NOT_EXIST                                   Retcode = 4502
	Retcode_RET_CHAT_NO_TARGET_UID                                   Retcode = 4503
	Retcode_RET_CHAT_MSG_EMPTY                                       Retcode = 4504
	Retcode_RET_CHAT_MSG_EXCEED_LIMIT                                Retcode = 4505
	Retcode_RET_CHAT_MSG_SENSITIVE_CHECK_ERROR                       Retcode = 4506
	Retcode_RET_CHAT_MSG_UTF8_ERROR                                  Retcode = 4507
	Retcode_RET_CHAT_FORBID_SWITCH_OPEN                              Retcode = 4508
	Retcode_RET_CHAT_FORBID                                          Retcode = 4509
	Retcode_RET_CHAT_MSG_INCLUDE_SPECIAL_STR                         Retcode = 4510
	Retcode_RET_CHAT_MSG_EMOJI_NOT_EXIST                             Retcode = 4511
	Retcode_RET_CHAT_MSG_EMOJI_GENDER_NOT_MATCH                      Retcode = 4512
	Retcode_RET_CHAT_MSG_EMOJI_NOT_MARKED                            Retcode = 4513
	Retcode_RET_CHAT_MSG_EMOJI_ALREADY_MARKED                        Retcode = 4514
	Retcode_RET_CHAT_MSG_EMOJI_MARKED_MAX_LIMIT                      Retcode = 4515
	Retcode_RET_BOXING_CLUB_CHALLENGE_NOT_OPEN                       Retcode = 4601
	Retcode_RET_MUSEUM_NOT_OPEN                                      Retcode = 4651
	Retcode_RET_MUSEUM_TURN_CNT_NOT_MATCH                            Retcode = 4652
	Retcode_RET_MUSEUM_PHASE_NOT_REACH                               Retcode = 4653
	Retcode_RET_MUSEUM_UNKNOW_STUFF                                  Retcode = 4654
	Retcode_RET_MUSEUM_UNKNOW_AREA                                   Retcode = 4655
	Retcode_RET_MUSEUM_UNKNOW_POS                                    Retcode = 4656
	Retcode_RET_MUSEUM_STUFF_ALREADY_IN_AREA                         Retcode = 4657
	Retcode_RET_MUSEUM_STUFF_NOT_IN_AREA                             Retcode = 4658
	Retcode_RET_MUSEUM_GET_NPC_REPEAT                                Retcode = 4659
	Retcode_RET_MUSEUM_GET_NPC_UNLOCK                                Retcode = 4660
	Retcode_RET_MUSEUM_GET_NPC_NOT_ENOUGH                            Retcode = 4661
	Retcode_RET_MUSEUM_CHANGE_STUFF_AREA_ERROR                       Retcode = 4662
	Retcode_RET_MUSEUM_NOT_INIT                                      Retcode = 4663
	Retcode_RET_MUSEUM_EVENT_ERROR                                   Retcode = 4664
	Retcode_RET_MUSEUM_UNKNOW_CHOOSE_EVENT_ID                        Retcode = 4665
	Retcode_RET_MUSEUM_EVENT_ORDER_NOT_MATCH                         Retcode = 4666
	Retcode_RET_MUSEUM_EVENT_PHASE_NOT_UNLOCK                        Retcode = 4667
	Retcode_RET_MUSEUM_EVENT_MISSION_NOT_FOUND                       Retcode = 4668
	Retcode_RET_MUSEUM_AREA_LEVEL_UP_ALREADY                         Retcode = 4669
	Retcode_RET_MUSEUM_STUFF_ALREADY_USED                            Retcode = 4670
	Retcode_RET_MUSEUM_EVENT_ROUND_NOT_UNLOCK                        Retcode = 4671
	Retcode_RET_MUSEUM_STUFF_IN_AREA                                 Retcode = 4672
	Retcode_RET_MUSEUM_STUFF_DISPATCH                                Retcode = 4673
	Retcode_RET_MUSEUM_IS_END                                        Retcode = 4674
	Retcode_RET_MUSEUM_STUFF_LEAVING                                 Retcode = 4675
	Retcode_RET_MUSEUM_EVENT_MISSION_NOT_FINISH                      Retcode = 4678
	Retcode_RET_MUSEUM_COLLECT_REWARD_NOT_EXIST                      Retcode = 4679
	Retcode_RET_MUSEUM_COLLECT_REWARD_ALREADY_TAKEN                  Retcode = 4680
	Retcode_RET_MUSEUM_ACCEPT_MISSION_MAX_LIMIT                      Retcode = 4681
	Retcode_RET_ROGUE_CHALLENGE_NOT_OPEN                             Retcode = 4701
	Retcode_RET_ROGUE_CHALLENGE_ASSIS_REFRESH_LIMIT                  Retcode = 4702
	Retcode_RET_ALLEY_NOT_INIT                                       Retcode = 4721
	Retcode_RET_ALLEY_NOT_OPEN                                       Retcode = 4722
	Retcode_RET_ALLEY_MAP_NOT_EXIST                                  Retcode = 4724
	Retcode_RET_ALLEY_EMPTY_POS_LIST                                 Retcode = 4725
	Retcode_RET_ALLEY_LINE_POS_INVALID                               Retcode = 4726
	Retcode_RET_ALLEY_SHOP_NOT_UNLOCK                                Retcode = 4727
	Retcode_RET_ALLEY_DEPOT_FULL                                     Retcode = 4728
	Retcode_RET_ALLEY_SHOP_NOT_INCLUDE                               Retcode = 4729
	Retcode_RET_ALLEY_EVENT_NOT_UNLOCK                               Retcode = 4730
	Retcode_RET_ALLEY_EVENT_NOT_REFRESH                              Retcode = 4731
	Retcode_RET_ALLEY_EVENT_STATE_DOING                              Retcode = 4732
	Retcode_RET_ALLEY_EVENT_STATE_FINISH                             Retcode = 4733
	Retcode_RET_ALLEY_EVENT_ERROR                                    Retcode = 4734
	Retcode_RET_ALLEY_REWARD_LEVEL_ERROR                             Retcode = 4735
	Retcode_RET_ALLEY_REWARD_PRESTIGE_NOT_ENOUGH                     Retcode = 4736
	Retcode_RET_ALLEY_SHIP_EMPTY                                     Retcode = 4737
	Retcode_RET_ALLEY_SHIP_ID_DISMATCH                               Retcode = 4738
	Retcode_RET_ALLEY_SHIP_NOT_EXIST                                 Retcode = 4739
	Retcode_RET_ALLEY_SHIP_NOT_UNLOCK                                Retcode = 4740
	Retcode_RET_ALLEY_GOODS_NOT_EXIST                                Retcode = 4741
	Retcode_RET_ALLEY_GOODS_NOT_UNLOCK                               Retcode = 4742
	Retcode_RET_ALLEY_PROFIT_NOT_POSITIVE                            Retcode = 4743
	Retcode_RET_ALLEY_SPECIAL_ORDER_DISMATCH                         Retcode = 4744
	Retcode_RET_ALLEY_ORDER_GOODS_OVER_LIMIT                         Retcode = 4745
	Retcode_RET_ALLEY_SPECIAL_ORDER_CONDITION_NOT_MEET               Retcode = 4746
	Retcode_RET_ALLEY_DEPOT_SIZE_OVER_LIMIT                          Retcode = 4747
	Retcode_RET_ALLEY_GOODS_NOT_ENOUGH                               Retcode = 4748
	Retcode_RET_ALLEY_ORDER_INDEX_INVALID                            Retcode = 4749
	Retcode_RET_ALLEY_REWARD_ALREADY_TAKE                            Retcode = 4750
	Retcode_RET_ALLEY_REWARD_NOT_EXIST                               Retcode = 4751
	Retcode_RET_ALLEY_MAIN_MISSION_NOT_DOING                         Retcode = 4752
	Retcode_RET_ALLEY_CRITICAL_EVENT_NOT_FINISH                      Retcode = 4753
	Retcode_RET_ALLEY_SHOP_GOODS_NOT_VALID                           Retcode = 4754
	Retcode_RET_ALLEY_SLASH_NOT_OPEN                                 Retcode = 4755
	Retcode_RET_ALLEY_PLACING_ANCHOR_INVALID                         Retcode = 4756
	Retcode_RET_ALLEY_PLACING_GOODS_INDEX_INVALID                    Retcode = 4757
	Retcode_RET_ALLEY_SAVE_MAP_TOO_QUICK                             Retcode = 4758
	Retcode_RET_ALLEY_MAP_NOT_LINK                                   Retcode = 4759
	Retcode_RET_ALLEY_FUNDS_NOT_LOWER_BASE                           Retcode = 4760
	Retcode_RET_ALLEY_EVENT_NOT_FINISH                               Retcode = 4761
	Retcode_RET_ALLEY_NORMAL_ORDER_NOT_MEET                          Retcode = 4762
	Retcode_RET_PLAYER_RETURN_NOT_OPEN                               Retcode = 4801
	Retcode_RET_PLAYER_RETURN_IS_SIGNED                              Retcode = 4802
	Retcode_RET_PLAYER_RETURN_POINT_NOT_ENOUGH                       Retcode = 4803
	Retcode_RET_PLAYER_RETURN_CONDITION_INVALID                      Retcode = 4804
	Retcode_RET_PLAYER_RETURN_HAS_SIGNED                             Retcode = 4805
	Retcode_RET_PLAYER_RETURN_REWARD_TAKEN                           Retcode = 4806
	Retcode_RET_AETHER_DIVIDE_NO_LINEUP                              Retcode = 4851
	Retcode_RET_AETHER_DIVIDE_LINEUP_INVALID                         Retcode = 4852
	Retcode_RET_CHAT_BUBBLE_ID_ERROR                                 Retcode = 4901
	Retcode_RET_CHAT_BUBBLE_ID_NOT_UNLOCK                            Retcode = 4902
	Retcode_RET_PHONE_THEME_ID_ERROR                                 Retcode = 4903
	Retcode_RET_PHONE_THEME_ID_NOT_UNLOCK                            Retcode = 4904
	Retcode_RET_CHAT_BUBBLE_SELECT_IS_CURRENT                        Retcode = 4905
	Retcode_RET_PHONE_THEME_SELECT_IS_CURRENT                        Retcode = 4906
	Retcode_RET_CHESS_ROGUE_CONFIG_NOT_FOUND                         Retcode = 4951
	Retcode_RET_CHESS_ROGUE_CONFIG_INVALID                           Retcode = 4952
	Retcode_RET_CHESS_ROGUE_NO_VALID_ROOM                            Retcode = 4963
	Retcode_RET_CHESS_ROGUE_NO_CELL_INFO                             Retcode = 4964
	Retcode_RET_CHESS_ROGUE_CELL_NOT_FINISH                          Retcode = 4965
	Retcode_RET_CHESS_ROGUE_CELL_IS_LOCKED                           Retcode = 4966
	Retcode_RET_CHESS_ROGUE_SCHEDULE_NOT_MATCH                       Retcode = 4967
	Retcode_RET_CHESS_ROGUE_STATUS_FAIL                              Retcode = 4968
	Retcode_RET_CHESS_ROGUE_AREA_NOT_EXIST                           Retcode = 4969
	Retcode_RET_CHESS_ROGUE_LINEUP_FAIL                              Retcode = 4970
	Retcode_RET_CHESS_ROGUE_AEON_FAIL                                Retcode = 4980
	Retcode_RET_CHESS_ROGUE_ENTER_CELL_FAIL                          Retcode = 4981
	Retcode_RET_CHESS_ROGUE_ROLL_DICE_FAIL                           Retcode = 4982
	Retcode_RET_CHESS_ROGUE_DICE_STATUS_FAIL                         Retcode = 4983
	Retcode_RET_CHESS_ROGUE_DICE_CNT_NOT_FULL                        Retcode = 4984
	Retcode_RET_CHESS_ROGUE_UNLOCK                                   Retcode = 4985
	Retcode_RET_CHESS_ROGUE_PICK_AVATAR_FAIL                         Retcode = 4986
	Retcode_RET_CHESS_ROGUE_AVATAR_INVALID                           Retcode = 4987
	Retcode_RET_CHESS_ROGUE_CELL_CAN_NOT_SELECT                      Retcode = 4988
	Retcode_RET_CHESS_ROGUE_DICE_CONFIRMED                           Retcode = 4989
	Retcode_RET_CHESS_ROGUE_NOUS_DICE_NOT_MATCH                      Retcode = 4990
	Retcode_RET_CHESS_ROGUE_NOUS_DICE_RARITY_FAIL                    Retcode = 4991
	Retcode_RET_CHESS_ROGUE_NOUS_DICE_SURFACE_DUPLICATE              Retcode = 4992
	Retcode_RET_CHESS_ROGUE_NOT_IN_ROGUE                             Retcode = 4993
	Retcode_RET_CHESS_ROGUE_NOUS_DICE_BRANCH_LIMIT                   Retcode = 4994
	Retcode_RET_HELIOBUS_NOT_OPEN                                    Retcode = 5101
	Retcode_RET_HELIOBUS_SNS_POST_NOT_UNLOCK                         Retcode = 5102
	Retcode_RET_HELIOBUS_SNS_ALREADY_READ                            Retcode = 5103
	Retcode_RET_HELIOBUS_SNS_ALREADY_LIKED                           Retcode = 5104
	Retcode_RET_HELIOBUS_SNS_ALREADY_COMMENTED                       Retcode = 5105
	Retcode_RET_HELIOBUS_SNS_IN_MISSION                              Retcode = 5106
	Retcode_RET_HELIOBUS_SNS_ALREADY_POSTED                          Retcode = 5107
	Retcode_RET_HELIOBUS_SNS_NOT_DOING_MISSION                       Retcode = 5108
	Retcode_RET_HELIOBUS_REWARD_LEVEL_MAX                            Retcode = 5109
	Retcode_RET_HELIOBUS_INCOME_NOT_ENOUGH                           Retcode = 5110
	Retcode_RET_HELIOBUS_SNS_COMMENT_NOT_UNLOCK                      Retcode = 5111
	Retcode_RET_HELIOBUS_CHALLENGE_NOT_UNLOCK                        Retcode = 5112
	Retcode_RET_HELIOBUS_CHALLENGE_ID_ERROR                          Retcode = 5113
	Retcode_RET_HELIOBUS_SKILL_NOT_UNLOCK                            Retcode = 5114
	Retcode_RET_HELIOBUS_ACCEPT_POST_MISSION_FAIL                    Retcode = 5115
	Retcode_RET_HELIOBUS_SKILL_NOT_SELECTED                          Retcode = 5116
	Retcode_RET_HELIOBUS_PLANE_TYPE_INVALID                          Retcode = 5117
	Retcode_RET_REDDOT_PARAM_INVALID                                 Retcode = 5151
	Retcode_RET_REDDOT_ACTIVITY_NOT_OPEN                             Retcode = 5152
	Retcode_RET_ROGUE_ENDLESS_ACTIVITY_CONFIG_ERROR                  Retcode = 5201
	Retcode_RET_ROGUE_ENDLESS_ACTIVITY_NOT_OPEN                      Retcode = 5202
	Retcode_RET_ROGUE_ENDLESS_ACTIVITY_OVER_BONUS_REWARD_LIMIT       Retcode = 5203
	Retcode_RET_ROGUE_ENDLESS_ACTIVITY_SCORE_NOT_MEET                Retcode = 5204
	Retcode_RET_ROGUE_ENDLESS_ACTIVITY_REWARD_LEVLE_ALREADY_TAKE     Retcode = 5205
	Retcode_RET_HEART_DIAL_SCRIPT_NOT_FOUND                          Retcode = 5251
	Retcode_RET_HEART_DIAL_SCRIPT_EMOTION_THE_SAME                   Retcode = 5252
	Retcode_RET_HEART_DIAL_SCRIPT_STEP_NOT_NORMAL                    Retcode = 5253
	Retcode_RET_HEART_DIAL_SCRIPT_CONDITION_NOT_MATCH                Retcode = 5254
	Retcode_RET_HEART_DIAL_SCRIPT_SUBMIT_ITEM_NUM_NOT_MATCH          Retcode = 5255
	Retcode_RET_HEART_DIAL_SCRIPT_SUBMIT_ITEM_ID_NOT_MATCH           Retcode = 5256
	Retcode_RET_HEART_DIAL_DIALOGUE_NOT_FOUND                        Retcode = 5257
	Retcode_RET_HEART_DIAL_DIALOGUE_ALREADY_PERFORMED                Retcode = 5258
	Retcode_RET_HEART_DIAL_NPC_NOT_FOUND                             Retcode = 5259
	Retcode_RET_HEART_DIAL_TRACE_CONFIG_NOT_FOUND                    Retcode = 5260
	Retcode_RET_HEART_DIAL_FLOOR_TRACE_EXIST                         Retcode = 5261
	Retcode_RET_HEART_DIAL_TRACE_FLOOR_NOT_MATCH                     Retcode = 5262
	Retcode_RET_TRAVEL_BROCHURE_CONFIG_ERROR                         Retcode = 5301
	Retcode_RET_TRAVEL_BROCHURE_PARAM_INVALID                        Retcode = 5302
	Retcode_RET_TRAVEL_BROCHURE_LOCKED                               Retcode = 5303
	Retcode_RET_TRAVEL_BROCHURE_CANNOT_OPERATE                       Retcode = 5304
	Retcode_RET_TRAVEL_BROCHURE_WORLD_ID_NOT_MATCH                   Retcode = 5305
	Retcode_RET_TRAVEL_BROCHURE_HAS_NO_WORLD_BOOK                    Retcode = 5306
	Retcode_RET_TRAVEL_BROCHURE_PAGE_FULL                            Retcode = 5307
	Retcode_RET_MAP_ROTATION_NOT_IN_REGION                           Retcode = 5351
	Retcode_RET_MAP_ROTATION_ROTATER_ALREADY_DEPLOYED                Retcode = 5352
	Retcode_RET_MAP_ROTATION_ENERGY_NOT_ENOUGH                       Retcode = 5353
	Retcode_RET_MAP_ROTATION_ENTITY_NOT_ON_CUR_POSE                  Retcode = 5354
	Retcode_RET_MAP_ROTATION_ROTATER_NOT_DEPLOYED                    Retcode = 5355
	Retcode_RET_MAP_ROTATION_POSE_ROTATER_MISMATCH                   Retcode = 5356
	Retcode_RET_SPACE_ZOO_ACTIVITY_CAT_NOT_FOUND                     Retcode = 5401
	Retcode_RET_SPACE_ZOO_ACTIVITY_CAT_PARAM_INVALID                 Retcode = 5402
	Retcode_RET_SPACE_ZOO_ACTIVITY_CAT_ITEM_NOT_ENOUGH               Retcode = 5403
	Retcode_RET_SPACE_ZOO_ACTIVITY_CAT_BAG_FULL                      Retcode = 5404
	Retcode_RET_SPACE_ZOO_ACTIVITY_CAT_NOT_TO_MUTATE                 Retcode = 5405
	Retcode_RET_SPACE_ZOO_ACTIVITY_CAT_STATE_ERROR                   Retcode = 5406
	Retcode_RET_SPACE_ZOO_ACTIVITY_CAT_CATTERY_LOCKED                Retcode = 5407
	Retcode_RET_SPACE_ZOO_ACTIVITY_CAT_OUT_NOW                       Retcode = 5408
	Retcode_RET_SPACE_ZOO_ACTIVITY_CAT_CONFIG_NOT_FOUND              Retcode = 5409
	Retcode_RET_SPACE_ZOO_ACTIVITY_CAT_FEATURE_NOT_FOUND             Retcode = 5410
	Retcode_RET_SPACE_ZOO_ACTIVITY_CAT_ADD_CAT_ERROR                 Retcode = 5411
	Retcode_RET_SPACE_ZOO_ACTIVITY_CAT_MONEY_NOT_ENOUGH              Retcode = 5412
	Retcode_RET_SPACE_ZOO_ACTIVITY_CAT_COND_NOT_MATCH                Retcode = 5413
	Retcode_RET_STRONG_CHALLENGE_ACTIVITY_STAGE_CFG_MISS             Retcode = 5501
	Retcode_RET_STRONG_CHALLENGE_ACTIVITY_STAGE_NOT_OPEN             Retcode = 5502
	Retcode_RET_STRONG_CHALLENGE_ACTIVITY_BUFF_ERROR                 Retcode = 5503
	Retcode_RET_ROLL_SHOP_NOT_FOUND                                  Retcode = 5551
	Retcode_RET_ROLL_SHOP_GROUP_EMPTY                                Retcode = 5552
	Retcode_RET_ROLL_SHOP_EMPTY                                      Retcode = 5553
	Retcode_RET_ROLL_SHOP_GACHA_REQ_DUPLICATED                       Retcode = 5554
	Retcode_RET_ROLL_SHOP_RANDOM_ERROR                               Retcode = 5555
	Retcode_RET_ROLL_SHOP_GROUP_TYPE_NOT_FOUND                       Retcode = 5556
	Retcode_RET_ROLL_SHOP_HAS_STORED_REWARD_ALREADY                  Retcode = 5557
	Retcode_RET_ROLL_SHOP_NO_STORED_REWARD                           Retcode = 5558
	Retcode_RET_ROLL_SHOP_NOT_IN_VALID_SCENE                         Retcode = 5559
	Retcode_RET_ROLL_SHOP_INVALID_ROLL_SHOP_TYPE                     Retcode = 5560
	Retcode_RET_ACTIVITY_RAID_COLLECTION_PREV_NOT_FINISH             Retcode = 5601
	Retcode_RET_OFFERING_NOT_UNLOCK                                  Retcode = 5651
	Retcode_RET_OFFERING_LEVEL_NOT_UNLOCK                            Retcode = 5652
	Retcode_RET_OFFERING_REACH_MAX_LEVEL                             Retcode = 5653
	Retcode_RET_OFFERING_ITEM_NOT_ENOUGH                             Retcode = 5654
	Retcode_RET_OFFERING_LONGTAIL_NOT_OPEN                           Retcode = 5655
	Retcode_RET_OFFERING_REWARD_CONDITION                            Retcode = 5656
)

func (Retcode) Descriptor ¶

func (Retcode) Descriptor() protoreflect.EnumDescriptor

func (Retcode) Enum ¶

func (x Retcode) Enum() *Retcode

func (Retcode) EnumDescriptor deprecated

func (Retcode) EnumDescriptor() ([]byte, []int)

Deprecated: Use Retcode.Descriptor instead.

func (Retcode) Number ¶

func (x Retcode) Number() protoreflect.EnumNumber

func (Retcode) String ¶

func (x Retcode) String() string

func (Retcode) Type ¶

func (Retcode) Type() protoreflect.EnumType

type RevcMsgScNotify ¶

type RevcMsgScNotify struct {
	ChatType ChatType `protobuf:"varint,1,opt,name=chat_type,json=chatType,proto3,enum=proto.ChatType" json:"chat_type,omitempty"`
	ToUid    uint32   `protobuf:"varint,11,opt,name=to_uid,json=toUid,proto3" json:"to_uid,omitempty"`
	MsgType  MsgType  `protobuf:"varint,12,opt,name=msg_type,json=msgType,proto3,enum=proto.MsgType" json:"msg_type,omitempty"`
	FromUid  uint32   `protobuf:"varint,15,opt,name=from_uid,json=fromUid,proto3" json:"from_uid,omitempty"`
	Emote    uint32   `protobuf:"varint,2,opt,name=emote,proto3" json:"emote,omitempty"`
	Text     string   `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

func (*RevcMsgScNotify) Descriptor deprecated

func (*RevcMsgScNotify) Descriptor() ([]byte, []int)

Deprecated: Use RevcMsgScNotify.ProtoReflect.Descriptor instead.

func (*RevcMsgScNotify) GetChatType ¶

func (x *RevcMsgScNotify) GetChatType() ChatType

func (*RevcMsgScNotify) GetEmote ¶

func (x *RevcMsgScNotify) GetEmote() uint32

func (*RevcMsgScNotify) GetFromUid ¶

func (x *RevcMsgScNotify) GetFromUid() uint32

func (*RevcMsgScNotify) GetMsgType ¶

func (x *RevcMsgScNotify) GetMsgType() MsgType

func (*RevcMsgScNotify) GetText ¶

func (x *RevcMsgScNotify) GetText() string

func (*RevcMsgScNotify) GetToUid ¶

func (x *RevcMsgScNotify) GetToUid() uint32

func (*RevcMsgScNotify) ProtoMessage ¶

func (*RevcMsgScNotify) ProtoMessage()

func (*RevcMsgScNotify) ProtoReflect ¶

func (x *RevcMsgScNotify) ProtoReflect() protoreflect.Message

func (*RevcMsgScNotify) Reset ¶

func (x *RevcMsgScNotify) Reset()

func (*RevcMsgScNotify) String ¶

func (x *RevcMsgScNotify) String() string

type RogueAchivedMiracleInfo ¶

type RogueAchivedMiracleInfo struct {
	RogueMiracleList []*RogueMiracle `protobuf:"bytes,13,rep,name=rogue_miracle_list,json=rogueMiracleList,proto3" json:"rogue_miracle_list,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueAchivedMiracleInfo) Descriptor deprecated

func (*RogueAchivedMiracleInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueAchivedMiracleInfo.ProtoReflect.Descriptor instead.

func (*RogueAchivedMiracleInfo) GetRogueMiracleList ¶

func (x *RogueAchivedMiracleInfo) GetRogueMiracleList() []*RogueMiracle

func (*RogueAchivedMiracleInfo) ProtoMessage ¶

func (*RogueAchivedMiracleInfo) ProtoMessage()

func (*RogueAchivedMiracleInfo) ProtoReflect ¶

func (x *RogueAchivedMiracleInfo) ProtoReflect() protoreflect.Message

func (*RogueAchivedMiracleInfo) Reset ¶

func (x *RogueAchivedMiracleInfo) Reset()

func (*RogueAchivedMiracleInfo) String ¶

func (x *RogueAchivedMiracleInfo) String() string

type RogueAeonInfo ¶

type RogueAeonInfo struct {
	UnlockAeonEnhanceNum uint32   `` /* 126-byte string literal not displayed */
	UnlockAeonNum        uint32   `protobuf:"varint,4,opt,name=unlock_aeon_num,json=unlockAeonNum,proto3" json:"unlock_aeon_num,omitempty"`
	SelectedAeonId       uint32   `protobuf:"varint,12,opt,name=selected_aeon_id,json=selectedAeonId,proto3" json:"selected_aeon_id,omitempty"`
	AeonIdList           []uint32 `protobuf:"varint,8,rep,packed,name=aeon_id_list,json=aeonIdList,proto3" json:"aeon_id_list,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueAeonInfo) Descriptor deprecated

func (*RogueAeonInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueAeonInfo.ProtoReflect.Descriptor instead.

func (*RogueAeonInfo) GetAeonIdList ¶

func (x *RogueAeonInfo) GetAeonIdList() []uint32

func (*RogueAeonInfo) GetSelectedAeonId ¶

func (x *RogueAeonInfo) GetSelectedAeonId() uint32

func (*RogueAeonInfo) GetUnlockAeonEnhanceNum ¶

func (x *RogueAeonInfo) GetUnlockAeonEnhanceNum() uint32

func (*RogueAeonInfo) GetUnlockAeonNum ¶

func (x *RogueAeonInfo) GetUnlockAeonNum() uint32

func (*RogueAeonInfo) ProtoMessage ¶

func (*RogueAeonInfo) ProtoMessage()

func (*RogueAeonInfo) ProtoReflect ¶

func (x *RogueAeonInfo) ProtoReflect() protoreflect.Message

func (*RogueAeonInfo) Reset ¶

func (x *RogueAeonInfo) Reset()

func (*RogueAeonInfo) String ¶

func (x *RogueAeonInfo) String() string

type RogueArea ¶

type RogueArea struct {
	CurReachRoomNum uint32          `protobuf:"varint,11,opt,name=cur_reach_room_num,json=curReachRoomNum,proto3" json:"cur_reach_room_num,omitempty"`
	MapId           uint32          `protobuf:"varint,6,opt,name=map_id,json=mapId,proto3" json:"map_id,omitempty"`
	IsRewardTaken   bool            `protobuf:"varint,14,opt,name=is_reward_taken,json=isRewardTaken,proto3" json:"is_reward_taken,omitempty"`
	RogueStatus     RogueStatus     `protobuf:"varint,9,opt,name=rogue_status,json=rogueStatus,proto3,enum=proto.RogueStatus" json:"rogue_status,omitempty"`
	RogueAreaStatus RogueAreaStatus `` /* 136-byte string literal not displayed */
	AreaId          uint32          `protobuf:"varint,12,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueArea) Descriptor deprecated

func (*RogueArea) Descriptor() ([]byte, []int)

Deprecated: Use RogueArea.ProtoReflect.Descriptor instead.

func (*RogueArea) GetAreaId ¶

func (x *RogueArea) GetAreaId() uint32

func (*RogueArea) GetCurReachRoomNum ¶

func (x *RogueArea) GetCurReachRoomNum() uint32

func (*RogueArea) GetIsRewardTaken ¶

func (x *RogueArea) GetIsRewardTaken() bool

func (*RogueArea) GetMapId ¶

func (x *RogueArea) GetMapId() uint32

func (*RogueArea) GetRogueAreaStatus ¶

func (x *RogueArea) GetRogueAreaStatus() RogueAreaStatus

func (*RogueArea) GetRogueStatus ¶

func (x *RogueArea) GetRogueStatus() RogueStatus

func (*RogueArea) ProtoMessage ¶

func (*RogueArea) ProtoMessage()

func (*RogueArea) ProtoReflect ¶

func (x *RogueArea) ProtoReflect() protoreflect.Message

func (*RogueArea) Reset ¶

func (x *RogueArea) Reset()

func (*RogueArea) String ¶

func (x *RogueArea) String() string

type RogueAreaStatus ¶

type RogueAreaStatus int32
const (
	RogueAreaStatus_ROGUE_AREA_STATUS_LOCK       RogueAreaStatus = 0
	RogueAreaStatus_ROGUE_AREA_STATUS_UNLOCK     RogueAreaStatus = 1
	RogueAreaStatus_ROGUE_AREA_STATUS_FIRST_PASS RogueAreaStatus = 2
	RogueAreaStatus_ROGUE_AREA_STATUS_CLOSE      RogueAreaStatus = 3
)

func (RogueAreaStatus) Descriptor ¶

func (RogueAreaStatus) Enum ¶

func (x RogueAreaStatus) Enum() *RogueAreaStatus

func (RogueAreaStatus) EnumDescriptor deprecated

func (RogueAreaStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use RogueAreaStatus.Descriptor instead.

func (RogueAreaStatus) Number ¶

func (RogueAreaStatus) String ¶

func (x RogueAreaStatus) String() string

func (RogueAreaStatus) Type ¶

type RogueAvatarInfo ¶

type RogueAvatarInfo struct {
	BaseAvatarIdList []uint32 `protobuf:"varint,14,rep,packed,name=base_avatar_id_list,json=baseAvatarIdList,proto3" json:"base_avatar_id_list,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueAvatarInfo) Descriptor deprecated

func (*RogueAvatarInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueAvatarInfo.ProtoReflect.Descriptor instead.

func (*RogueAvatarInfo) GetBaseAvatarIdList ¶

func (x *RogueAvatarInfo) GetBaseAvatarIdList() []uint32

func (*RogueAvatarInfo) ProtoMessage ¶

func (*RogueAvatarInfo) ProtoMessage()

func (*RogueAvatarInfo) ProtoReflect ¶

func (x *RogueAvatarInfo) ProtoReflect() protoreflect.Message

func (*RogueAvatarInfo) Reset ¶

func (x *RogueAvatarInfo) Reset()

func (*RogueAvatarInfo) String ¶

func (x *RogueAvatarInfo) String() string

type RogueBuff ¶

type RogueBuff struct {
	BuffId uint32 `protobuf:"varint,15,opt,name=buff_id,json=buffId,proto3" json:"buff_id,omitempty"`
	Level  uint32 `protobuf:"varint,8,opt,name=level,proto3" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueBuff) Descriptor deprecated

func (*RogueBuff) Descriptor() ([]byte, []int)

Deprecated: Use RogueBuff.ProtoReflect.Descriptor instead.

func (*RogueBuff) GetBuffId ¶

func (x *RogueBuff) GetBuffId() uint32

func (*RogueBuff) GetLevel ¶

func (x *RogueBuff) GetLevel() uint32

func (*RogueBuff) ProtoMessage ¶

func (*RogueBuff) ProtoMessage()

func (*RogueBuff) ProtoReflect ¶

func (x *RogueBuff) ProtoReflect() protoreflect.Message

func (*RogueBuff) Reset ¶

func (x *RogueBuff) Reset()

func (*RogueBuff) String ¶

func (x *RogueBuff) String() string

type RogueBuffInfo ¶

type RogueBuffInfo struct {
	BuffSelectInfo *RogueBuffSelectInfo `protobuf:"bytes,10,opt,name=buff_select_info,json=buffSelectInfo,proto3" json:"buff_select_info,omitempty"`
	MazeBuffList   []*RogueBuff         `protobuf:"bytes,7,rep,name=maze_buff_list,json=mazeBuffList,proto3" json:"maze_buff_list,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueBuffInfo) Descriptor deprecated

func (*RogueBuffInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueBuffInfo.ProtoReflect.Descriptor instead.

func (*RogueBuffInfo) GetBuffSelectInfo ¶

func (x *RogueBuffInfo) GetBuffSelectInfo() *RogueBuffSelectInfo

func (*RogueBuffInfo) GetMazeBuffList ¶

func (x *RogueBuffInfo) GetMazeBuffList() []*RogueBuff

func (*RogueBuffInfo) ProtoMessage ¶

func (*RogueBuffInfo) ProtoMessage()

func (*RogueBuffInfo) ProtoReflect ¶

func (x *RogueBuffInfo) ProtoReflect() protoreflect.Message

func (*RogueBuffInfo) Reset ¶

func (x *RogueBuffInfo) Reset()

func (*RogueBuffInfo) String ¶

func (x *RogueBuffInfo) String() string

type RogueBuffSelectInfo ¶

type RogueBuffSelectInfo struct {
	Source                     RogueCommonBuffSelectSource `protobuf:"varint,3,opt,name=source,proto3,enum=proto.RogueCommonBuffSelectSource" json:"source,omitempty"`
	SelectBuffSourceHint       uint32                      `` /* 126-byte string literal not displayed */
	RollBuffsCost              *ItemCostList               `protobuf:"bytes,11,opt,name=roll_buffs_cost,json=rollBuffsCost,proto3" json:"roll_buffs_cost,omitempty"`
	CanRoll                    bool                        `protobuf:"varint,10,opt,name=can_roll,json=canRoll,proto3" json:"can_roll,omitempty"`
	RollBuffMaxTimes           uint32                      `protobuf:"varint,15,opt,name=roll_buff_max_times,json=rollBuffMaxTimes,proto3" json:"roll_buff_max_times,omitempty"`
	SelectBuffSourceCurCount   uint32                      `` /* 140-byte string literal not displayed */
	SelectFirstBuffList        []uint32                    `` /* 131-byte string literal not displayed */
	ShowHandbookHint           bool                        `protobuf:"varint,8,opt,name=show_handbook_hint,json=showHandbookHint,proto3" json:"show_handbook_hint,omitempty"`
	SelectBuffSourceTotalCount uint32                      `` /* 146-byte string literal not displayed */
	MazeBuffList               []*RogueBuff                `protobuf:"bytes,14,rep,name=maze_buff_list,json=mazeBuffList,proto3" json:"maze_buff_list,omitempty"`
	RollBuffTimes              uint32                      `protobuf:"varint,2,opt,name=roll_buff_times,json=rollBuffTimes,proto3" json:"roll_buff_times,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueBuffSelectInfo) Descriptor deprecated

func (*RogueBuffSelectInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueBuffSelectInfo.ProtoReflect.Descriptor instead.

func (*RogueBuffSelectInfo) GetCanRoll ¶

func (x *RogueBuffSelectInfo) GetCanRoll() bool

func (*RogueBuffSelectInfo) GetMazeBuffList ¶

func (x *RogueBuffSelectInfo) GetMazeBuffList() []*RogueBuff

func (*RogueBuffSelectInfo) GetRollBuffMaxTimes ¶

func (x *RogueBuffSelectInfo) GetRollBuffMaxTimes() uint32

func (*RogueBuffSelectInfo) GetRollBuffTimes ¶

func (x *RogueBuffSelectInfo) GetRollBuffTimes() uint32

func (*RogueBuffSelectInfo) GetRollBuffsCost ¶

func (x *RogueBuffSelectInfo) GetRollBuffsCost() *ItemCostList

func (*RogueBuffSelectInfo) GetSelectBuffSourceCurCount ¶

func (x *RogueBuffSelectInfo) GetSelectBuffSourceCurCount() uint32

func (*RogueBuffSelectInfo) GetSelectBuffSourceHint ¶

func (x *RogueBuffSelectInfo) GetSelectBuffSourceHint() uint32

func (*RogueBuffSelectInfo) GetSelectBuffSourceTotalCount ¶

func (x *RogueBuffSelectInfo) GetSelectBuffSourceTotalCount() uint32

func (*RogueBuffSelectInfo) GetSelectFirstBuffList ¶

func (x *RogueBuffSelectInfo) GetSelectFirstBuffList() []uint32

func (*RogueBuffSelectInfo) GetShowHandbookHint ¶

func (x *RogueBuffSelectInfo) GetShowHandbookHint() bool

func (*RogueBuffSelectInfo) GetSource ¶

func (*RogueBuffSelectInfo) ProtoMessage ¶

func (*RogueBuffSelectInfo) ProtoMessage()

func (*RogueBuffSelectInfo) ProtoReflect ¶

func (x *RogueBuffSelectInfo) ProtoReflect() protoreflect.Message

func (*RogueBuffSelectInfo) Reset ¶

func (x *RogueBuffSelectInfo) Reset()

func (*RogueBuffSelectInfo) String ¶

func (x *RogueBuffSelectInfo) String() string

type RogueBuffSource ¶

type RogueBuffSource int32
const (
	RogueBuffSource_ROGUE_BUFF_SOURCE_TYPE_NONE                RogueBuffSource = 0
	RogueBuffSource_ROGUE_BUFF_SOURCE_TYPE_SELECT              RogueBuffSource = 1
	RogueBuffSource_ROGUE_BUFF_SOURCE_TYPE_ENHANCE             RogueBuffSource = 2
	RogueBuffSource_ROGUE_BUFF_SOURCE_TYPE_MIRACLE             RogueBuffSource = 3
	RogueBuffSource_ROGUE_BUFF_SOURCE_TYPE_DIALOGUE            RogueBuffSource = 4
	RogueBuffSource_ROGUE_BUFF_SOURCE_TYPE_BONUS               RogueBuffSource = 5
	RogueBuffSource_ROGUE_BUFF_SOURCE_TYPE_MAZE_SKILL          RogueBuffSource = 6
	RogueBuffSource_ROGUE_BUFF_SOURCE_TYPE_SHOP                RogueBuffSource = 7
	RogueBuffSource_ROGUE_BUFF_SOURCE_TYPE_LEVEL_MECHANISM     RogueBuffSource = 8
	RogueBuffSource_ROGUE_BUFF_SOURCE_TYPE_ENDLESS_LEVEL_START RogueBuffSource = 9
)

func (RogueBuffSource) Descriptor ¶

func (RogueBuffSource) Enum ¶

func (x RogueBuffSource) Enum() *RogueBuffSource

func (RogueBuffSource) EnumDescriptor deprecated

func (RogueBuffSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use RogueBuffSource.Descriptor instead.

func (RogueBuffSource) Number ¶

func (RogueBuffSource) String ¶

func (x RogueBuffSource) String() string

func (RogueBuffSource) Type ¶

type RogueCommonBuffSelectSource ¶

type RogueCommonBuffSelectSource int32
const (
	RogueCommonBuffSelectSource_ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_NONE            RogueCommonBuffSelectSource = 0
	RogueCommonBuffSelectSource_ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_DICE_ROLL       RogueCommonBuffSelectSource = 1
	RogueCommonBuffSelectSource_ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_AEON            RogueCommonBuffSelectSource = 2
	RogueCommonBuffSelectSource_ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_BOARD_EVENT     RogueCommonBuffSelectSource = 3
	RogueCommonBuffSelectSource_ROGUE_COMMON_BUFF_SELECT_SOURCE_TYPE_LEVEL_MECHANISM RogueCommonBuffSelectSource = 4
)

func (RogueCommonBuffSelectSource) Descriptor ¶

func (RogueCommonBuffSelectSource) Enum ¶

func (RogueCommonBuffSelectSource) EnumDescriptor deprecated

func (RogueCommonBuffSelectSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use RogueCommonBuffSelectSource.Descriptor instead.

func (RogueCommonBuffSelectSource) Number ¶

func (RogueCommonBuffSelectSource) String ¶

func (RogueCommonBuffSelectSource) Type ¶

type RogueCurrentInfo ¶

type RogueCurrentInfo struct {
	RogueAvatarInfo  *RogueAvatarInfo  `protobuf:"bytes,15,opt,name=rogue_avatar_info,json=rogueAvatarInfo,proto3" json:"rogue_avatar_info,omitempty"`
	RoomMap          *RogueMapInfo     `protobuf:"bytes,4,opt,name=room_map,json=roomMap,proto3" json:"room_map,omitempty"`
	Status           RogueStatus       `protobuf:"varint,14,opt,name=status,proto3,enum=proto.RogueStatus" json:"status,omitempty"`
	RogueBuffInfo    *RogueBuffInfo    `protobuf:"bytes,6,opt,name=rogue_buff_info,json=rogueBuffInfo,proto3" json:"rogue_buff_info,omitempty"`
	RogueMiracleInfo *RogueMiracleInfo `protobuf:"bytes,10,opt,name=rogue_miracle_info,json=rogueMiracleInfo,proto3" json:"rogue_miracle_info,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueCurrentInfo) Descriptor deprecated

func (*RogueCurrentInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueCurrentInfo.ProtoReflect.Descriptor instead.

func (*RogueCurrentInfo) GetRogueAvatarInfo ¶

func (x *RogueCurrentInfo) GetRogueAvatarInfo() *RogueAvatarInfo

func (*RogueCurrentInfo) GetRogueBuffInfo ¶

func (x *RogueCurrentInfo) GetRogueBuffInfo() *RogueBuffInfo

func (*RogueCurrentInfo) GetRogueMiracleInfo ¶

func (x *RogueCurrentInfo) GetRogueMiracleInfo() *RogueMiracleInfo

func (*RogueCurrentInfo) GetRoomMap ¶

func (x *RogueCurrentInfo) GetRoomMap() *RogueMapInfo

func (*RogueCurrentInfo) GetStatus ¶

func (x *RogueCurrentInfo) GetStatus() RogueStatus

func (*RogueCurrentInfo) ProtoMessage ¶

func (*RogueCurrentInfo) ProtoMessage()

func (*RogueCurrentInfo) ProtoReflect ¶

func (x *RogueCurrentInfo) ProtoReflect() protoreflect.Message

func (*RogueCurrentInfo) Reset ¶

func (x *RogueCurrentInfo) Reset()

func (*RogueCurrentInfo) String ¶

func (x *RogueCurrentInfo) String() string

type RogueFinishInfo ¶

type RogueFinishInfo struct {
	RecordInfo         *RogueRecordInfo `protobuf:"bytes,7,opt,name=record_info,json=recordInfo,proto3" json:"record_info,omitempty"`
	TotalScore         uint32           `protobuf:"varint,10,opt,name=total_score,json=totalScore,proto3" json:"total_score,omitempty"`
	RoomScore          uint32           `protobuf:"varint,11,opt,name=room_score,json=roomScore,proto3" json:"room_score,omitempty"`
	PassRoomCount      uint32           `protobuf:"varint,4,opt,name=pass_room_count,json=passRoomCount,proto3" json:"pass_room_count,omitempty"`
	IsWin              bool             `protobuf:"varint,15,opt,name=is_win,json=isWin,proto3" json:"is_win,omitempty"`
	TalentCoin         uint32           `protobuf:"varint,8,opt,name=talent_coin,json=talentCoin,proto3" json:"talent_coin,omitempty"`
	FinishRewardList   *ItemList        `protobuf:"bytes,1,opt,name=finish_reward_list,json=finishRewardList,proto3" json:"finish_reward_list,omitempty"`
	ReachRoomCount     uint32           `protobuf:"varint,1056,opt,name=reach_room_count,json=reachRoomCount,proto3" json:"reach_room_count,omitempty"`
	AreaId             uint32           `protobuf:"varint,1731,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	AreaFirstPassScore uint32           `protobuf:"varint,14,opt,name=area_first_pass_score,json=areaFirstPassScore,proto3" json:"area_first_pass_score,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueFinishInfo) Descriptor deprecated

func (*RogueFinishInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueFinishInfo.ProtoReflect.Descriptor instead.

func (*RogueFinishInfo) GetAreaFirstPassScore ¶

func (x *RogueFinishInfo) GetAreaFirstPassScore() uint32

func (*RogueFinishInfo) GetAreaId ¶

func (x *RogueFinishInfo) GetAreaId() uint32

func (*RogueFinishInfo) GetFinishRewardList ¶

func (x *RogueFinishInfo) GetFinishRewardList() *ItemList

func (*RogueFinishInfo) GetIsWin ¶

func (x *RogueFinishInfo) GetIsWin() bool

func (*RogueFinishInfo) GetPassRoomCount ¶

func (x *RogueFinishInfo) GetPassRoomCount() uint32

func (*RogueFinishInfo) GetReachRoomCount ¶

func (x *RogueFinishInfo) GetReachRoomCount() uint32

func (*RogueFinishInfo) GetRecordInfo ¶

func (x *RogueFinishInfo) GetRecordInfo() *RogueRecordInfo

func (*RogueFinishInfo) GetRoomScore ¶

func (x *RogueFinishInfo) GetRoomScore() uint32

func (*RogueFinishInfo) GetTalentCoin ¶

func (x *RogueFinishInfo) GetTalentCoin() uint32

func (*RogueFinishInfo) GetTotalScore ¶

func (x *RogueFinishInfo) GetTotalScore() uint32

func (*RogueFinishInfo) ProtoMessage ¶

func (*RogueFinishInfo) ProtoMessage()

func (*RogueFinishInfo) ProtoReflect ¶

func (x *RogueFinishInfo) ProtoReflect() protoreflect.Message

func (*RogueFinishInfo) Reset ¶

func (x *RogueFinishInfo) Reset()

func (*RogueFinishInfo) String ¶

func (x *RogueFinishInfo) String() string

type RogueHandbookData ¶

type RogueHandbookData struct {
	RogueCurrentVersion uint32 `protobuf:"varint,4,opt,name=rogue_current_version,json=rogueCurrentVersion,proto3" json:"rogue_current_version,omitempty"`
	IsMiracleUnlock     bool   `protobuf:"varint,10,opt,name=is_miracle_unlock,json=isMiracleUnlock,proto3" json:"is_miracle_unlock,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueHandbookData) Descriptor deprecated

func (*RogueHandbookData) Descriptor() ([]byte, []int)

Deprecated: Use RogueHandbookData.ProtoReflect.Descriptor instead.

func (*RogueHandbookData) GetIsMiracleUnlock ¶

func (x *RogueHandbookData) GetIsMiracleUnlock() bool

func (*RogueHandbookData) GetRogueCurrentVersion ¶

func (x *RogueHandbookData) GetRogueCurrentVersion() uint32

func (*RogueHandbookData) ProtoMessage ¶

func (*RogueHandbookData) ProtoMessage()

func (*RogueHandbookData) ProtoReflect ¶

func (x *RogueHandbookData) ProtoReflect() protoreflect.Message

func (*RogueHandbookData) Reset ¶

func (x *RogueHandbookData) Reset()

func (*RogueHandbookData) String ¶

func (x *RogueHandbookData) String() string

type RogueInfo ¶

type RogueInfo struct {
	RogueData            *RogueInfoData        `protobuf:"bytes,2013,opt,name=rogue_data,json=rogueData,proto3" json:"rogue_data,omitempty"`
	RogueVirtualItemInfo *RogueVirtualItemInfo `protobuf:"bytes,2,opt,name=rogue_virtual_item_info,json=rogueVirtualItemInfo,proto3" json:"rogue_virtual_item_info,omitempty"`
	RogueScoreInfo       *RogueScoreRewardInfo `protobuf:"bytes,1307,opt,name=rogue_score_info,json=rogueScoreInfo,proto3" json:"rogue_score_info,omitempty"`
	RoomMap              *RogueMapInfo         `protobuf:"bytes,1536,opt,name=room_map,json=roomMap,proto3" json:"room_map,omitempty"`
	RogueAreaList        []*RogueArea          `protobuf:"bytes,2009,rep,name=rogue_area_list,json=rogueAreaList,proto3" json:"rogue_area_list,omitempty"`
	Status               RogueStatus           `protobuf:"varint,4,opt,name=status,proto3,enum=proto.RogueStatus" json:"status,omitempty"`
	SeasonId             uint32                `protobuf:"varint,1,opt,name=season_id,json=seasonId,proto3" json:"season_id,omitempty"`
	RogueProgress        *RogueCurrentInfo     `protobuf:"bytes,1483,opt,name=rogue_progress,json=rogueProgress,proto3" json:"rogue_progress,omitempty"`
	RogueAeonInfo        *RogueAeonInfo        `protobuf:"bytes,2019,opt,name=rogue_aeon_info,json=rogueAeonInfo,proto3" json:"rogue_aeon_info,omitempty"`
	EndTime              int64                 `protobuf:"varint,8,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	BaseAvatarIdList     []uint32              `protobuf:"varint,14,rep,packed,name=base_avatar_id_list,json=baseAvatarIdList,proto3" json:"base_avatar_id_list,omitempty"`
	BeginTime            int64                 `protobuf:"varint,6,opt,name=begin_time,json=beginTime,proto3" json:"begin_time,omitempty"`
	RogueCoin            uint32                `protobuf:"varint,7,opt,name=rogue_coin,json=rogueCoin,proto3" json:"rogue_coin,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueInfo) Descriptor deprecated

func (*RogueInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueInfo.ProtoReflect.Descriptor instead.

func (*RogueInfo) GetBaseAvatarIdList ¶

func (x *RogueInfo) GetBaseAvatarIdList() []uint32

func (*RogueInfo) GetBeginTime ¶

func (x *RogueInfo) GetBeginTime() int64

func (*RogueInfo) GetEndTime ¶

func (x *RogueInfo) GetEndTime() int64

func (*RogueInfo) GetRogueAeonInfo ¶

func (x *RogueInfo) GetRogueAeonInfo() *RogueAeonInfo

func (*RogueInfo) GetRogueAreaList ¶

func (x *RogueInfo) GetRogueAreaList() []*RogueArea

func (*RogueInfo) GetRogueCoin ¶

func (x *RogueInfo) GetRogueCoin() uint32

func (*RogueInfo) GetRogueData ¶

func (x *RogueInfo) GetRogueData() *RogueInfoData

func (*RogueInfo) GetRogueProgress ¶

func (x *RogueInfo) GetRogueProgress() *RogueCurrentInfo

func (*RogueInfo) GetRogueScoreInfo ¶

func (x *RogueInfo) GetRogueScoreInfo() *RogueScoreRewardInfo

func (*RogueInfo) GetRogueVirtualItemInfo ¶

func (x *RogueInfo) GetRogueVirtualItemInfo() *RogueVirtualItemInfo

func (*RogueInfo) GetRoomMap ¶

func (x *RogueInfo) GetRoomMap() *RogueMapInfo

func (*RogueInfo) GetSeasonId ¶

func (x *RogueInfo) GetSeasonId() uint32

func (*RogueInfo) GetStatus ¶

func (x *RogueInfo) GetStatus() RogueStatus

func (*RogueInfo) ProtoMessage ¶

func (*RogueInfo) ProtoMessage()

func (*RogueInfo) ProtoReflect ¶

func (x *RogueInfo) ProtoReflect() protoreflect.Message

func (*RogueInfo) Reset ¶

func (x *RogueInfo) Reset()

func (*RogueInfo) String ¶

func (x *RogueInfo) String() string

type RogueInfoData ¶

type RogueInfoData struct {
	RogueScoreInfo  *RogueScoreRewardInfo `protobuf:"bytes,15,opt,name=rogue_score_info,json=rogueScoreInfo,proto3" json:"rogue_score_info,omitempty"`
	RogueSeasonInfo *RogueSeasonInfo      `protobuf:"bytes,6,opt,name=rogue_season_info,json=rogueSeasonInfo,proto3" json:"rogue_season_info,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueInfoData) Descriptor deprecated

func (*RogueInfoData) Descriptor() ([]byte, []int)

Deprecated: Use RogueInfoData.ProtoReflect.Descriptor instead.

func (*RogueInfoData) GetRogueScoreInfo ¶

func (x *RogueInfoData) GetRogueScoreInfo() *RogueScoreRewardInfo

func (*RogueInfoData) GetRogueSeasonInfo ¶

func (x *RogueInfoData) GetRogueSeasonInfo() *RogueSeasonInfo

func (*RogueInfoData) ProtoMessage ¶

func (*RogueInfoData) ProtoMessage()

func (*RogueInfoData) ProtoReflect ¶

func (x *RogueInfoData) ProtoReflect() protoreflect.Message

func (*RogueInfoData) Reset ¶

func (x *RogueInfoData) Reset()

func (*RogueInfoData) String ¶

func (x *RogueInfoData) String() string

type RogueMapInfo ¶

type RogueMapInfo struct {
	MapId     uint32       `protobuf:"varint,2,opt,name=map_id,json=mapId,proto3" json:"map_id,omitempty"`
	AreaId    uint32       `protobuf:"varint,7,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	CurSiteId uint32       `protobuf:"varint,10,opt,name=cur_site_id,json=curSiteId,proto3" json:"cur_site_id,omitempty"`
	CurRoomId uint32       `protobuf:"varint,6,opt,name=cur_room_id,json=curRoomId,proto3" json:"cur_room_id,omitempty"`
	RoomList  []*RogueRoom `protobuf:"bytes,8,rep,name=room_list,json=roomList,proto3" json:"room_list,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueMapInfo) Descriptor deprecated

func (*RogueMapInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueMapInfo.ProtoReflect.Descriptor instead.

func (*RogueMapInfo) GetAreaId ¶

func (x *RogueMapInfo) GetAreaId() uint32

func (*RogueMapInfo) GetCurRoomId ¶

func (x *RogueMapInfo) GetCurRoomId() uint32

func (*RogueMapInfo) GetCurSiteId ¶

func (x *RogueMapInfo) GetCurSiteId() uint32

func (*RogueMapInfo) GetMapId ¶

func (x *RogueMapInfo) GetMapId() uint32

func (*RogueMapInfo) GetRoomList ¶

func (x *RogueMapInfo) GetRoomList() []*RogueRoom

func (*RogueMapInfo) ProtoMessage ¶

func (*RogueMapInfo) ProtoMessage()

func (*RogueMapInfo) ProtoReflect ¶

func (x *RogueMapInfo) ProtoReflect() protoreflect.Message

func (*RogueMapInfo) Reset ¶

func (x *RogueMapInfo) Reset()

func (*RogueMapInfo) String ¶

func (x *RogueMapInfo) String() string

type RogueMiracle ¶

type RogueMiracle struct {
	MiracleId   uint32            `protobuf:"varint,6,opt,name=miracle_id,json=miracleId,proto3" json:"miracle_id,omitempty"`
	EffectCount map[uint32]uint32 `` /* 185-byte string literal not displayed */
	UseCount    uint32            `protobuf:"varint,12,opt,name=use_count,json=useCount,proto3" json:"use_count,omitempty"`
	TotalCount  uint32            `protobuf:"varint,2,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueMiracle) Descriptor deprecated

func (*RogueMiracle) Descriptor() ([]byte, []int)

Deprecated: Use RogueMiracle.ProtoReflect.Descriptor instead.

func (*RogueMiracle) GetEffectCount ¶

func (x *RogueMiracle) GetEffectCount() map[uint32]uint32

func (*RogueMiracle) GetMiracleId ¶

func (x *RogueMiracle) GetMiracleId() uint32

func (*RogueMiracle) GetTotalCount ¶

func (x *RogueMiracle) GetTotalCount() uint32

func (*RogueMiracle) GetUseCount ¶

func (x *RogueMiracle) GetUseCount() uint32

func (*RogueMiracle) ProtoMessage ¶

func (*RogueMiracle) ProtoMessage()

func (*RogueMiracle) ProtoReflect ¶

func (x *RogueMiracle) ProtoReflect() protoreflect.Message

func (*RogueMiracle) Reset ¶

func (x *RogueMiracle) Reset()

func (*RogueMiracle) String ¶

func (x *RogueMiracle) String() string

type RogueMiracleInfo ¶

type RogueMiracleInfo struct {
	MiracleSelectInfo *RogueMiracleSelectInfo  `protobuf:"bytes,3,opt,name=miracle_select_info,json=miracleSelectInfo,proto3" json:"miracle_select_info,omitempty"`
	RogueMiracleInfo  *RogueAchivedMiracleInfo `protobuf:"bytes,2,opt,name=rogue_miracle_info,json=rogueMiracleInfo,proto3" json:"rogue_miracle_info,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueMiracleInfo) Descriptor deprecated

func (*RogueMiracleInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueMiracleInfo.ProtoReflect.Descriptor instead.

func (*RogueMiracleInfo) GetMiracleSelectInfo ¶

func (x *RogueMiracleInfo) GetMiracleSelectInfo() *RogueMiracleSelectInfo

func (*RogueMiracleInfo) GetRogueMiracleInfo ¶

func (x *RogueMiracleInfo) GetRogueMiracleInfo() *RogueAchivedMiracleInfo

func (*RogueMiracleInfo) ProtoMessage ¶

func (*RogueMiracleInfo) ProtoMessage()

func (*RogueMiracleInfo) ProtoReflect ¶

func (x *RogueMiracleInfo) ProtoReflect() protoreflect.Message

func (*RogueMiracleInfo) Reset ¶

func (x *RogueMiracleInfo) Reset()

func (*RogueMiracleInfo) String ¶

func (x *RogueMiracleInfo) String() string

type RogueMiracleSelectInfo ¶

type RogueMiracleSelectInfo struct {
	ShowHandbookHint bool                     `protobuf:"varint,7,opt,name=show_handbook_hint,json=showHandbookHint,proto3" json:"show_handbook_hint,omitempty"`
	RogueMiracleInfo *RogueAchivedMiracleInfo `protobuf:"bytes,13,opt,name=rogue_miracle_info,json=rogueMiracleInfo,proto3" json:"rogue_miracle_info,omitempty"`
	MiracleIdList    []uint32                 `protobuf:"varint,12,rep,packed,name=miracle_id_list,json=miracleIdList,proto3" json:"miracle_id_list,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueMiracleSelectInfo) Descriptor deprecated

func (*RogueMiracleSelectInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueMiracleSelectInfo.ProtoReflect.Descriptor instead.

func (*RogueMiracleSelectInfo) GetMiracleIdList ¶

func (x *RogueMiracleSelectInfo) GetMiracleIdList() []uint32

func (*RogueMiracleSelectInfo) GetRogueMiracleInfo ¶

func (x *RogueMiracleSelectInfo) GetRogueMiracleInfo() *RogueAchivedMiracleInfo

func (*RogueMiracleSelectInfo) GetShowHandbookHint ¶

func (x *RogueMiracleSelectInfo) GetShowHandbookHint() bool

func (*RogueMiracleSelectInfo) ProtoMessage ¶

func (*RogueMiracleSelectInfo) ProtoMessage()

func (*RogueMiracleSelectInfo) ProtoReflect ¶

func (x *RogueMiracleSelectInfo) ProtoReflect() protoreflect.Message

func (*RogueMiracleSelectInfo) Reset ¶

func (x *RogueMiracleSelectInfo) Reset()

func (*RogueMiracleSelectInfo) String ¶

func (x *RogueMiracleSelectInfo) String() string

type RogueMiracleSource ¶

type RogueMiracleSource int32
const (
	RogueMiracleSource_ROGUE_MIRACLE_SOURCE_TYPE_NONE                RogueMiracleSource = 0
	RogueMiracleSource_ROGUE_MIRACLE_SOURCE_TYPE_SELECT              RogueMiracleSource = 1
	RogueMiracleSource_ROGUE_MIRACLE_SOURCE_TYPE_DIALOGUE            RogueMiracleSource = 2
	RogueMiracleSource_ROGUE_MIRACLE_SOURCE_TYPE_BONUS               RogueMiracleSource = 3
	RogueMiracleSource_ROGUE_MIRACLE_SOURCE_TYPE_USE                 RogueMiracleSource = 4
	RogueMiracleSource_ROGUE_MIRACLE_SOURCE_TYPE_RESET               RogueMiracleSource = 5
	RogueMiracleSource_ROGUE_MIRACLE_SOURCE_TYPE_REPLACE             RogueMiracleSource = 6
	RogueMiracleSource_ROGUE_MIRACLE_SOURCE_TYPE_TRADE               RogueMiracleSource = 7
	RogueMiracleSource_ROGUE_MIRACLE_SOURCE_TYPE_GET                 RogueMiracleSource = 8
	RogueMiracleSource_ROGUE_MIRACLE_SOURCE_TYPE_SHOP                RogueMiracleSource = 9
	RogueMiracleSource_ROGUE_MIRACLE_SOURCE_TYPE_MAZE_SKILL          RogueMiracleSource = 10
	RogueMiracleSource_ROGUE_MIRACLE_SOURCE_TYPE_LEVEL_MECHANISM     RogueMiracleSource = 11
	RogueMiracleSource_ROGUE_MIRACLE_SOURCE_TYPE_ENDLESS_LEVEL_START RogueMiracleSource = 12
)

func (RogueMiracleSource) Descriptor ¶

func (RogueMiracleSource) Enum ¶

func (RogueMiracleSource) EnumDescriptor deprecated

func (RogueMiracleSource) EnumDescriptor() ([]byte, []int)

Deprecated: Use RogueMiracleSource.Descriptor instead.

func (RogueMiracleSource) Number ¶

func (RogueMiracleSource) String ¶

func (x RogueMiracleSource) String() string

func (RogueMiracleSource) Type ¶

type RogueRecordAvatar ¶

type RogueRecordAvatar struct {
	AvatarType AvatarType `protobuf:"varint,6,opt,name=avatar_type,json=avatarType,proto3,enum=proto.AvatarType" json:"avatar_type,omitempty"`
	Id         uint32     `protobuf:"varint,13,opt,name=id,proto3" json:"id,omitempty"`
	Slot       uint32     `protobuf:"varint,8,opt,name=slot,proto3" json:"slot,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueRecordAvatar) Descriptor deprecated

func (*RogueRecordAvatar) Descriptor() ([]byte, []int)

Deprecated: Use RogueRecordAvatar.ProtoReflect.Descriptor instead.

func (*RogueRecordAvatar) GetAvatarType ¶

func (x *RogueRecordAvatar) GetAvatarType() AvatarType

func (*RogueRecordAvatar) GetId ¶

func (x *RogueRecordAvatar) GetId() uint32

func (*RogueRecordAvatar) GetSlot ¶

func (x *RogueRecordAvatar) GetSlot() uint32

func (*RogueRecordAvatar) ProtoMessage ¶

func (*RogueRecordAvatar) ProtoMessage()

func (*RogueRecordAvatar) ProtoReflect ¶

func (x *RogueRecordAvatar) ProtoReflect() protoreflect.Message

func (*RogueRecordAvatar) Reset ¶

func (x *RogueRecordAvatar) Reset()

func (*RogueRecordAvatar) String ¶

func (x *RogueRecordAvatar) String() string

type RogueRecordInfo ¶

type RogueRecordInfo struct {
	BuffList         []*RogueBuff         `protobuf:"bytes,6,rep,name=buff_list,json=buffList,proto3" json:"buff_list,omitempty"`
	RogueMiracleList []uint32             `protobuf:"varint,8,rep,packed,name=rogue_miracle_list,json=rogueMiracleList,proto3" json:"rogue_miracle_list,omitempty"`
	AvatarList       []*RogueRecordAvatar `protobuf:"bytes,7,rep,name=avatar_list,json=avatarList,proto3" json:"avatar_list,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueRecordInfo) Descriptor deprecated

func (*RogueRecordInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueRecordInfo.ProtoReflect.Descriptor instead.

func (*RogueRecordInfo) GetAvatarList ¶

func (x *RogueRecordInfo) GetAvatarList() []*RogueRecordAvatar

func (*RogueRecordInfo) GetBuffList ¶

func (x *RogueRecordInfo) GetBuffList() []*RogueBuff

func (*RogueRecordInfo) GetRogueMiracleList ¶

func (x *RogueRecordInfo) GetRogueMiracleList() []uint32

func (*RogueRecordInfo) ProtoMessage ¶

func (*RogueRecordInfo) ProtoMessage()

func (*RogueRecordInfo) ProtoReflect ¶

func (x *RogueRecordInfo) ProtoReflect() protoreflect.Message

func (*RogueRecordInfo) Reset ¶

func (x *RogueRecordInfo) Reset()

func (*RogueRecordInfo) String ¶

func (x *RogueRecordInfo) String() string

type RogueRoom ¶

type RogueRoom struct {
	RoomStatus RogueRoomStatus `protobuf:"varint,2,opt,name=room_status,json=roomStatus,proto3,enum=proto.RogueRoomStatus" json:"room_status,omitempty"`
	SiteId     uint32          `protobuf:"varint,14,opt,name=site_id,json=siteId,proto3" json:"site_id,omitempty"`
	RoomId     uint32          `protobuf:"varint,7,opt,name=room_id,json=roomId,proto3" json:"room_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueRoom) Descriptor deprecated

func (*RogueRoom) Descriptor() ([]byte, []int)

Deprecated: Use RogueRoom.ProtoReflect.Descriptor instead.

func (*RogueRoom) GetRoomId ¶

func (x *RogueRoom) GetRoomId() uint32

func (*RogueRoom) GetRoomStatus ¶

func (x *RogueRoom) GetRoomStatus() RogueRoomStatus

func (*RogueRoom) GetSiteId ¶

func (x *RogueRoom) GetSiteId() uint32

func (*RogueRoom) ProtoMessage ¶

func (*RogueRoom) ProtoMessage()

func (*RogueRoom) ProtoReflect ¶

func (x *RogueRoom) ProtoReflect() protoreflect.Message

func (*RogueRoom) Reset ¶

func (x *RogueRoom) Reset()

func (*RogueRoom) String ¶

func (x *RogueRoom) String() string

type RogueRoomStatus ¶

type RogueRoomStatus int32
const (
	RogueRoomStatus_ROGUE_ROOM_STATUS_NONE   RogueRoomStatus = 0
	RogueRoomStatus_ROGUE_ROOM_STATUS_LOCK   RogueRoomStatus = 1
	RogueRoomStatus_ROGUE_ROOM_STATUS_UNLOCK RogueRoomStatus = 2
	RogueRoomStatus_ROGUE_ROOM_STATUS_PLAY   RogueRoomStatus = 3
	RogueRoomStatus_ROGUE_ROOM_STATUS_FINISH RogueRoomStatus = 4
)

func (RogueRoomStatus) Descriptor ¶

func (RogueRoomStatus) Enum ¶

func (x RogueRoomStatus) Enum() *RogueRoomStatus

func (RogueRoomStatus) EnumDescriptor deprecated

func (RogueRoomStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use RogueRoomStatus.Descriptor instead.

func (RogueRoomStatus) Number ¶

func (RogueRoomStatus) String ¶

func (x RogueRoomStatus) String() string

func (RogueRoomStatus) Type ¶

type RogueScoreRewardInfo ¶

type RogueScoreRewardInfo struct {
	TakenScoreRewardList []uint32 `` /* 133-byte string literal not displayed */
	PoolRefreshed        bool     `protobuf:"varint,9,opt,name=pool_refreshed,json=poolRefreshed,proto3" json:"pool_refreshed,omitempty"`
	Score                uint32   `protobuf:"varint,8,opt,name=score,proto3" json:"score,omitempty"`
	PoolId               uint32   `protobuf:"varint,11,opt,name=pool_id,json=poolId,proto3" json:"pool_id,omitempty"`
	HasTakenInitialScore bool     `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RogueScoreRewardInfo) Descriptor deprecated

func (*RogueScoreRewardInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueScoreRewardInfo.ProtoReflect.Descriptor instead.

func (*RogueScoreRewardInfo) GetHasTakenInitialScore ¶

func (x *RogueScoreRewardInfo) GetHasTakenInitialScore() bool

func (*RogueScoreRewardInfo) GetPoolId ¶

func (x *RogueScoreRewardInfo) GetPoolId() uint32

func (*RogueScoreRewardInfo) GetPoolRefreshed ¶

func (x *RogueScoreRewardInfo) GetPoolRefreshed() bool

func (*RogueScoreRewardInfo) GetScore ¶

func (x *RogueScoreRewardInfo) GetScore() uint32

func (*RogueScoreRewardInfo) GetTakenScoreRewardList ¶

func (x *RogueScoreRewardInfo) GetTakenScoreRewardList() []uint32

func (*RogueScoreRewardInfo) ProtoMessage ¶

func (*RogueScoreRewardInfo) ProtoMessage()

func (*RogueScoreRewardInfo) ProtoReflect ¶

func (x *RogueScoreRewardInfo) ProtoReflect() protoreflect.Message

func (*RogueScoreRewardInfo) Reset ¶

func (x *RogueScoreRewardInfo) Reset()

func (*RogueScoreRewardInfo) String ¶

func (x *RogueScoreRewardInfo) String() string

type RogueSeasonInfo ¶

type RogueSeasonInfo struct {
	BeginTime int64  `protobuf:"varint,9,opt,name=begin_time,json=beginTime,proto3" json:"begin_time,omitempty"`
	SeasonId  uint32 `protobuf:"varint,13,opt,name=season_id,json=seasonId,proto3" json:"season_id,omitempty"`
	EndTime   int64  `protobuf:"varint,14,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueSeasonInfo) Descriptor deprecated

func (*RogueSeasonInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueSeasonInfo.ProtoReflect.Descriptor instead.

func (*RogueSeasonInfo) GetBeginTime ¶

func (x *RogueSeasonInfo) GetBeginTime() int64

func (*RogueSeasonInfo) GetEndTime ¶

func (x *RogueSeasonInfo) GetEndTime() int64

func (*RogueSeasonInfo) GetSeasonId ¶

func (x *RogueSeasonInfo) GetSeasonId() uint32

func (*RogueSeasonInfo) ProtoMessage ¶

func (*RogueSeasonInfo) ProtoMessage()

func (*RogueSeasonInfo) ProtoReflect ¶

func (x *RogueSeasonInfo) ProtoReflect() protoreflect.Message

func (*RogueSeasonInfo) Reset ¶

func (x *RogueSeasonInfo) Reset()

func (*RogueSeasonInfo) String ¶

func (x *RogueSeasonInfo) String() string

type RogueStatus ¶

type RogueStatus int32
const (
	RogueStatus_ROGUE_STATUS_NONE    RogueStatus = 0
	RogueStatus_ROGUE_STATUS_DOING   RogueStatus = 1
	RogueStatus_ROGUE_STATUS_PENDING RogueStatus = 2
	RogueStatus_ROGUE_STATUS_ENDLESS RogueStatus = 3
	RogueStatus_ROGUE_STATUS_FINISH  RogueStatus = 4
)

func (RogueStatus) Descriptor ¶

func (RogueStatus) Enum ¶

func (x RogueStatus) Enum() *RogueStatus

func (RogueStatus) EnumDescriptor deprecated

func (RogueStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use RogueStatus.Descriptor instead.

func (RogueStatus) Number ¶

func (x RogueStatus) Number() protoreflect.EnumNumber

func (RogueStatus) String ¶

func (x RogueStatus) String() string

func (RogueStatus) Type ¶

type RogueTalent ¶

type RogueTalent struct {
	Status             RogueTalentStatus      `protobuf:"varint,8,opt,name=status,proto3,enum=proto.RogueTalentStatus" json:"status,omitempty"`
	UnlockProgressList []*RogueUnlockProgress `protobuf:"bytes,13,rep,name=unlock_progress_list,json=unlockProgressList,proto3" json:"unlock_progress_list,omitempty"`
	TalentId           uint32                 `protobuf:"varint,11,opt,name=talent_id,json=talentId,proto3" json:"talent_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueTalent) Descriptor deprecated

func (*RogueTalent) Descriptor() ([]byte, []int)

Deprecated: Use RogueTalent.ProtoReflect.Descriptor instead.

func (*RogueTalent) GetStatus ¶

func (x *RogueTalent) GetStatus() RogueTalentStatus

func (*RogueTalent) GetTalentId ¶

func (x *RogueTalent) GetTalentId() uint32

func (*RogueTalent) GetUnlockProgressList ¶

func (x *RogueTalent) GetUnlockProgressList() []*RogueUnlockProgress

func (*RogueTalent) ProtoMessage ¶

func (*RogueTalent) ProtoMessage()

func (*RogueTalent) ProtoReflect ¶

func (x *RogueTalent) ProtoReflect() protoreflect.Message

func (*RogueTalent) Reset ¶

func (x *RogueTalent) Reset()

func (*RogueTalent) String ¶

func (x *RogueTalent) String() string

type RogueTalentInfo ¶

type RogueTalentInfo struct {
	RogueTalent []*RogueTalent `protobuf:"bytes,8,rep,name=rogue_talent,json=rogueTalent,proto3" json:"rogue_talent,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueTalentInfo) Descriptor deprecated

func (*RogueTalentInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueTalentInfo.ProtoReflect.Descriptor instead.

func (*RogueTalentInfo) GetRogueTalent ¶

func (x *RogueTalentInfo) GetRogueTalent() []*RogueTalent

func (*RogueTalentInfo) ProtoMessage ¶

func (*RogueTalentInfo) ProtoMessage()

func (*RogueTalentInfo) ProtoReflect ¶

func (x *RogueTalentInfo) ProtoReflect() protoreflect.Message

func (*RogueTalentInfo) Reset ¶

func (x *RogueTalentInfo) Reset()

func (*RogueTalentInfo) String ¶

func (x *RogueTalentInfo) String() string

type RogueTalentStatus ¶

type RogueTalentStatus int32
const (
	RogueTalentStatus_ROGUE_TALENT_STATUS_LOCK   RogueTalentStatus = 0
	RogueTalentStatus_ROGUE_TALENT_STATUS_UNLOCK RogueTalentStatus = 1
	RogueTalentStatus_ROGUE_TALENT_STATUS_ENABLE RogueTalentStatus = 2
)

func (RogueTalentStatus) Descriptor ¶

func (RogueTalentStatus) Enum ¶

func (RogueTalentStatus) EnumDescriptor deprecated

func (RogueTalentStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use RogueTalentStatus.Descriptor instead.

func (RogueTalentStatus) Number ¶

func (RogueTalentStatus) String ¶

func (x RogueTalentStatus) String() string

func (RogueTalentStatus) Type ¶

type RogueUnlockProgress ¶

type RogueUnlockProgress struct {
	Finish   bool   `protobuf:"varint,4,opt,name=finish,proto3" json:"finish,omitempty"`
	Progress uint32 `protobuf:"varint,13,opt,name=progress,proto3" json:"progress,omitempty"`
	UnlockId uint32 `protobuf:"varint,11,opt,name=unlock_id,json=unlockId,proto3" json:"unlock_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueUnlockProgress) Descriptor deprecated

func (*RogueUnlockProgress) Descriptor() ([]byte, []int)

Deprecated: Use RogueUnlockProgress.ProtoReflect.Descriptor instead.

func (*RogueUnlockProgress) GetFinish ¶

func (x *RogueUnlockProgress) GetFinish() bool

func (*RogueUnlockProgress) GetProgress ¶

func (x *RogueUnlockProgress) GetProgress() uint32

func (*RogueUnlockProgress) GetUnlockId ¶

func (x *RogueUnlockProgress) GetUnlockId() uint32

func (*RogueUnlockProgress) ProtoMessage ¶

func (*RogueUnlockProgress) ProtoMessage()

func (*RogueUnlockProgress) ProtoReflect ¶

func (x *RogueUnlockProgress) ProtoReflect() protoreflect.Message

func (*RogueUnlockProgress) Reset ¶

func (x *RogueUnlockProgress) Reset()

func (*RogueUnlockProgress) String ¶

func (x *RogueUnlockProgress) String() string

type RogueVirtualItemInfo ¶

type RogueVirtualItemInfo struct {
	RoguePumanCoupon  uint32 `protobuf:"varint,8,opt,name=rogue_puman_coupon,json=roguePumanCoupon,proto3" json:"rogue_puman_coupon,omitempty"`
	RogueCoin         uint32 `protobuf:"varint,10,opt,name=rogue_coin,json=rogueCoin,proto3" json:"rogue_coin,omitempty"`
	RogueImmersifier  uint32 `protobuf:"varint,13,opt,name=rogue_immersifier,json=rogueImmersifier,proto3" json:"rogue_immersifier,omitempty"`
	RogueAbilityPoint uint32 `protobuf:"varint,7,opt,name=rogue_ability_point,json=rogueAbilityPoint,proto3" json:"rogue_ability_point,omitempty"`
	// contains filtered or unexported fields
}

func (*RogueVirtualItemInfo) Descriptor deprecated

func (*RogueVirtualItemInfo) Descriptor() ([]byte, []int)

Deprecated: Use RogueVirtualItemInfo.ProtoReflect.Descriptor instead.

func (*RogueVirtualItemInfo) GetRogueAbilityPoint ¶

func (x *RogueVirtualItemInfo) GetRogueAbilityPoint() uint32

func (*RogueVirtualItemInfo) GetRogueCoin ¶

func (x *RogueVirtualItemInfo) GetRogueCoin() uint32

func (*RogueVirtualItemInfo) GetRogueImmersifier ¶

func (x *RogueVirtualItemInfo) GetRogueImmersifier() uint32

func (*RogueVirtualItemInfo) GetRoguePumanCoupon ¶

func (x *RogueVirtualItemInfo) GetRoguePumanCoupon() uint32

func (*RogueVirtualItemInfo) ProtoMessage ¶

func (*RogueVirtualItemInfo) ProtoMessage()

func (*RogueVirtualItemInfo) ProtoReflect ¶

func (x *RogueVirtualItemInfo) ProtoReflect() protoreflect.Message

func (*RogueVirtualItemInfo) Reset ¶

func (x *RogueVirtualItemInfo) Reset()

func (*RogueVirtualItemInfo) String ¶

func (x *RogueVirtualItemInfo) String() string

type RollRogueBuffScRsp ¶

type RollRogueBuffScRsp struct {
	Retcode        uint32               `protobuf:"varint,1,opt,name=retcode,proto3" json:"retcode,omitempty"`
	BuffSelectInfo *RogueBuffSelectInfo `protobuf:"bytes,5,opt,name=buff_select_info,json=buffSelectInfo,proto3" json:"buff_select_info,omitempty"`
	// contains filtered or unexported fields
}

func (*RollRogueBuffScRsp) Descriptor deprecated

func (*RollRogueBuffScRsp) Descriptor() ([]byte, []int)

Deprecated: Use RollRogueBuffScRsp.ProtoReflect.Descriptor instead.

func (*RollRogueBuffScRsp) GetBuffSelectInfo ¶

func (x *RollRogueBuffScRsp) GetBuffSelectInfo() *RogueBuffSelectInfo

func (*RollRogueBuffScRsp) GetRetcode ¶

func (x *RollRogueBuffScRsp) GetRetcode() uint32

func (*RollRogueBuffScRsp) ProtoMessage ¶

func (*RollRogueBuffScRsp) ProtoMessage()

func (*RollRogueBuffScRsp) ProtoReflect ¶

func (x *RollRogueBuffScRsp) ProtoReflect() protoreflect.Message

func (*RollRogueBuffScRsp) Reset ¶

func (x *RollRogueBuffScRsp) Reset()

func (*RollRogueBuffScRsp) String ¶

func (x *RollRogueBuffScRsp) String() string

type SceneActorInfo ¶

type SceneActorInfo struct {
	AvatarType   AvatarType `protobuf:"varint,8,opt,name=avatar_type,json=avatarType,proto3,enum=proto.AvatarType" json:"avatar_type,omitempty"`
	BaseAvatarId uint32     `protobuf:"varint,7,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	Uid          uint32     `protobuf:"varint,10,opt,name=uid,proto3" json:"uid,omitempty"`
	MapLayer     uint32     `protobuf:"varint,4,opt,name=map_layer,json=mapLayer,proto3" json:"map_layer,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneActorInfo) Descriptor deprecated

func (*SceneActorInfo) Descriptor() ([]byte, []int)

Deprecated: Use SceneActorInfo.ProtoReflect.Descriptor instead.

func (*SceneActorInfo) GetAvatarType ¶

func (x *SceneActorInfo) GetAvatarType() AvatarType

func (*SceneActorInfo) GetBaseAvatarId ¶

func (x *SceneActorInfo) GetBaseAvatarId() uint32

func (*SceneActorInfo) GetMapLayer ¶

func (x *SceneActorInfo) GetMapLayer() uint32

func (*SceneActorInfo) GetUid ¶

func (x *SceneActorInfo) GetUid() uint32

func (*SceneActorInfo) ProtoMessage ¶

func (*SceneActorInfo) ProtoMessage()

func (*SceneActorInfo) ProtoReflect ¶

func (x *SceneActorInfo) ProtoReflect() protoreflect.Message

func (*SceneActorInfo) Reset ¶

func (x *SceneActorInfo) Reset()

func (*SceneActorInfo) String ¶

func (x *SceneActorInfo) String() string

type SceneBattleInfo ¶

type SceneBattleInfo struct {
	BattleId            uint32                   `protobuf:"varint,1,opt,name=battle_id,json=battleId,proto3" json:"battle_id,omitempty"`
	EventBattleInfoList []*BattleEventBattleInfo `protobuf:"bytes,77,rep,name=event_battle_info_list,json=eventBattleInfoList,proto3" json:"event_battle_info_list,omitempty"`
	BattleAvatarList    []*BattleAvatar          `protobuf:"bytes,8,rep,name=battle_avatar_list,json=battleAvatarList,proto3" json:"battle_avatar_list,omitempty"`
	MonsterWaveList     []*SceneMonsterWave      `protobuf:"bytes,2,rep,name=monster_wave_list,json=monsterWaveList,proto3" json:"monster_wave_list,omitempty"`
	WorldLevel          uint32                   `protobuf:"varint,15,opt,name=world_level,json=worldLevel,proto3" json:"world_level,omitempty"`
	RoundsLimit         uint32                   `protobuf:"varint,11,opt,name=rounds_limit,json=roundsLimit,proto3" json:"rounds_limit,omitempty"`
	LogicRandomSeed     uint32                   `protobuf:"varint,13,opt,name=logic_random_seed,json=logicRandomSeed,proto3" json:"logic_random_seed,omitempty"`
	BuffList            []*BattleBuff            `protobuf:"bytes,3,rep,name=buff_list,json=buffList,proto3" json:"buff_list,omitempty"`
	StageId             uint32                   `protobuf:"varint,7,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneBattleInfo) Descriptor deprecated

func (*SceneBattleInfo) Descriptor() ([]byte, []int)

Deprecated: Use SceneBattleInfo.ProtoReflect.Descriptor instead.

func (*SceneBattleInfo) GetBattleAvatarList ¶

func (x *SceneBattleInfo) GetBattleAvatarList() []*BattleAvatar

func (*SceneBattleInfo) GetBattleId ¶

func (x *SceneBattleInfo) GetBattleId() uint32

func (*SceneBattleInfo) GetBuffList ¶

func (x *SceneBattleInfo) GetBuffList() []*BattleBuff

func (*SceneBattleInfo) GetEventBattleInfoList ¶

func (x *SceneBattleInfo) GetEventBattleInfoList() []*BattleEventBattleInfo

func (*SceneBattleInfo) GetLogicRandomSeed ¶

func (x *SceneBattleInfo) GetLogicRandomSeed() uint32

func (*SceneBattleInfo) GetMonsterWaveList ¶

func (x *SceneBattleInfo) GetMonsterWaveList() []*SceneMonsterWave

func (*SceneBattleInfo) GetRoundsLimit ¶

func (x *SceneBattleInfo) GetRoundsLimit() uint32

func (*SceneBattleInfo) GetStageId ¶

func (x *SceneBattleInfo) GetStageId() uint32

func (*SceneBattleInfo) GetWorldLevel ¶

func (x *SceneBattleInfo) GetWorldLevel() uint32

func (*SceneBattleInfo) ProtoMessage ¶

func (*SceneBattleInfo) ProtoMessage()

func (*SceneBattleInfo) ProtoReflect ¶

func (x *SceneBattleInfo) ProtoReflect() protoreflect.Message

func (*SceneBattleInfo) Reset ¶

func (x *SceneBattleInfo) Reset()

func (*SceneBattleInfo) String ¶

func (x *SceneBattleInfo) String() string

type SceneCastSkill ¶

type SceneCastSkill int32
const (
	SceneCastSkill_SCENE_CAST_SKILL_NONE                       SceneCastSkill = 0
	SceneCastSkill_SCENE_CAST_SKILL_PROJECTILE_HIT             SceneCastSkill = 1
	SceneCastSkill_SCENE_CAST_SKILL_PROJECTILE_LIFETIME_FINISH SceneCastSkill = 2
)

func (SceneCastSkill) Descriptor ¶

func (SceneCastSkill) Enum ¶

func (x SceneCastSkill) Enum() *SceneCastSkill

func (SceneCastSkill) EnumDescriptor deprecated

func (SceneCastSkill) EnumDescriptor() ([]byte, []int)

Deprecated: Use SceneCastSkill.Descriptor instead.

func (SceneCastSkill) Number ¶

func (SceneCastSkill) String ¶

func (x SceneCastSkill) String() string

func (SceneCastSkill) Type ¶

type SceneCastSkillCsReq ¶

type SceneCastSkillCsReq struct {
	SkillIndex                uint32      `protobuf:"varint,15,opt,name=skill_index,json=skillIndex,proto3" json:"skill_index,omitempty"`
	HitTargetEntityIdList     []uint32    `` /* 138-byte string literal not displayed */
	AssistMonsterEntityIdList []uint32    `` /* 151-byte string literal not displayed */
	AttackedGroupId           uint32      `protobuf:"varint,8,opt,name=attacked_group_id,json=attackedGroupId,proto3" json:"attacked_group_id,omitempty"`
	TargetMotion              *MotionInfo `protobuf:"bytes,7,opt,name=target_motion,json=targetMotion,proto3" json:"target_motion,omitempty"`
	CasterId                  uint32      `protobuf:"varint,11,opt,name=caster_id,json=casterId,proto3" json:"caster_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneCastSkillCsReq) Descriptor deprecated

func (*SceneCastSkillCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SceneCastSkillCsReq.ProtoReflect.Descriptor instead.

func (*SceneCastSkillCsReq) GetAssistMonsterEntityIdList ¶

func (x *SceneCastSkillCsReq) GetAssistMonsterEntityIdList() []uint32

func (*SceneCastSkillCsReq) GetAttackedGroupId ¶

func (x *SceneCastSkillCsReq) GetAttackedGroupId() uint32

func (*SceneCastSkillCsReq) GetCasterId ¶

func (x *SceneCastSkillCsReq) GetCasterId() uint32

func (*SceneCastSkillCsReq) GetHitTargetEntityIdList ¶

func (x *SceneCastSkillCsReq) GetHitTargetEntityIdList() []uint32

func (*SceneCastSkillCsReq) GetSkillIndex ¶

func (x *SceneCastSkillCsReq) GetSkillIndex() uint32

func (*SceneCastSkillCsReq) GetTargetMotion ¶

func (x *SceneCastSkillCsReq) GetTargetMotion() *MotionInfo

func (*SceneCastSkillCsReq) ProtoMessage ¶

func (*SceneCastSkillCsReq) ProtoMessage()

func (*SceneCastSkillCsReq) ProtoReflect ¶

func (x *SceneCastSkillCsReq) ProtoReflect() protoreflect.Message

func (*SceneCastSkillCsReq) Reset ¶

func (x *SceneCastSkillCsReq) Reset()

func (*SceneCastSkillCsReq) String ¶

func (x *SceneCastSkillCsReq) String() string

type SceneCastSkillMpUpdateScNotify ¶

type SceneCastSkillMpUpdateScNotify struct {
	AttackedGroupId uint32 `protobuf:"varint,4,opt,name=attacked_group_id,json=attackedGroupId,proto3" json:"attacked_group_id,omitempty"`
	Mp              uint32 `protobuf:"varint,6,opt,name=mp,proto3" json:"mp,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneCastSkillMpUpdateScNotify) Descriptor deprecated

func (*SceneCastSkillMpUpdateScNotify) Descriptor() ([]byte, []int)

Deprecated: Use SceneCastSkillMpUpdateScNotify.ProtoReflect.Descriptor instead.

func (*SceneCastSkillMpUpdateScNotify) GetAttackedGroupId ¶

func (x *SceneCastSkillMpUpdateScNotify) GetAttackedGroupId() uint32

func (*SceneCastSkillMpUpdateScNotify) GetMp ¶

func (*SceneCastSkillMpUpdateScNotify) ProtoMessage ¶

func (*SceneCastSkillMpUpdateScNotify) ProtoMessage()

func (*SceneCastSkillMpUpdateScNotify) ProtoReflect ¶

func (*SceneCastSkillMpUpdateScNotify) Reset ¶

func (x *SceneCastSkillMpUpdateScNotify) Reset()

func (*SceneCastSkillMpUpdateScNotify) String ¶

type SceneCastSkillScRsp ¶

type SceneCastSkillScRsp struct {
	AttackedGroupId uint32           `protobuf:"varint,5,opt,name=attacked_group_id,json=attackedGroupId,proto3" json:"attacked_group_id,omitempty"`
	Retcode         uint32           `protobuf:"varint,15,opt,name=retcode,proto3" json:"retcode,omitempty"`
	BattleInfo      *SceneBattleInfo `protobuf:"bytes,11,opt,name=battle_info,json=battleInfo,proto3" json:"battle_info,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneCastSkillScRsp) Descriptor deprecated

func (*SceneCastSkillScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SceneCastSkillScRsp.ProtoReflect.Descriptor instead.

func (*SceneCastSkillScRsp) GetAttackedGroupId ¶

func (x *SceneCastSkillScRsp) GetAttackedGroupId() uint32

func (*SceneCastSkillScRsp) GetBattleInfo ¶

func (x *SceneCastSkillScRsp) GetBattleInfo() *SceneBattleInfo

func (*SceneCastSkillScRsp) GetRetcode ¶

func (x *SceneCastSkillScRsp) GetRetcode() uint32

func (*SceneCastSkillScRsp) ProtoMessage ¶

func (*SceneCastSkillScRsp) ProtoMessage()

func (*SceneCastSkillScRsp) ProtoReflect ¶

func (x *SceneCastSkillScRsp) ProtoReflect() protoreflect.Message

func (*SceneCastSkillScRsp) Reset ¶

func (x *SceneCastSkillScRsp) Reset()

func (*SceneCastSkillScRsp) String ¶

func (x *SceneCastSkillScRsp) String() string

type SceneEntityGroupInfo ¶

type SceneEntityGroupInfo struct {
	State      uint32             `protobuf:"varint,1,opt,name=state,proto3" json:"state,omitempty"`
	GroupId    uint32             `protobuf:"varint,4,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	EntityList []*SceneEntityInfo `protobuf:"bytes,5,rep,name=entity_list,json=entityList,proto3" json:"entity_list,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneEntityGroupInfo) Descriptor deprecated

func (*SceneEntityGroupInfo) Descriptor() ([]byte, []int)

Deprecated: Use SceneEntityGroupInfo.ProtoReflect.Descriptor instead.

func (*SceneEntityGroupInfo) GetEntityList ¶

func (x *SceneEntityGroupInfo) GetEntityList() []*SceneEntityInfo

func (*SceneEntityGroupInfo) GetGroupId ¶

func (x *SceneEntityGroupInfo) GetGroupId() uint32

func (*SceneEntityGroupInfo) GetState ¶

func (x *SceneEntityGroupInfo) GetState() uint32

func (*SceneEntityGroupInfo) ProtoMessage ¶

func (*SceneEntityGroupInfo) ProtoMessage()

func (*SceneEntityGroupInfo) ProtoReflect ¶

func (x *SceneEntityGroupInfo) ProtoReflect() protoreflect.Message

func (*SceneEntityGroupInfo) Reset ¶

func (x *SceneEntityGroupInfo) Reset()

func (*SceneEntityGroupInfo) String ¶

func (x *SceneEntityGroupInfo) String() string

type SceneEntityInfo ¶

type SceneEntityInfo struct {
	EntityId   uint32               `protobuf:"varint,1,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	GroupId    uint32               `protobuf:"varint,3,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Motion     *MotionInfo          `protobuf:"bytes,13,opt,name=motion,proto3" json:"motion,omitempty"`
	InstId     uint32               `protobuf:"varint,15,opt,name=inst_id,json=instId,proto3" json:"inst_id,omitempty"`
	Actor      *SceneActorInfo      `protobuf:"bytes,9,opt,name=actor,proto3" json:"actor,omitempty"`
	NpcMonster *SceneNpcMonsterInfo `protobuf:"bytes,14,opt,name=npc_monster,json=npcMonster,proto3" json:"npc_monster,omitempty"`
	Npc        *SceneNpcInfo        `protobuf:"bytes,12,opt,name=npc,proto3" json:"npc,omitempty"`
	Prop       *ScenePropInfo       `protobuf:"bytes,5,opt,name=prop,proto3" json:"prop,omitempty"`
	SummonUnit *SceneSummonUnitInfo `protobuf:"bytes,4,opt,name=summon_unit,json=summonUnit,proto3" json:"summon_unit,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneEntityInfo) Descriptor deprecated

func (*SceneEntityInfo) Descriptor() ([]byte, []int)

Deprecated: Use SceneEntityInfo.ProtoReflect.Descriptor instead.

func (*SceneEntityInfo) GetActor ¶

func (x *SceneEntityInfo) GetActor() *SceneActorInfo

func (*SceneEntityInfo) GetEntityId ¶

func (x *SceneEntityInfo) GetEntityId() uint32

func (*SceneEntityInfo) GetGroupId ¶

func (x *SceneEntityInfo) GetGroupId() uint32

func (*SceneEntityInfo) GetInstId ¶

func (x *SceneEntityInfo) GetInstId() uint32

func (*SceneEntityInfo) GetMotion ¶

func (x *SceneEntityInfo) GetMotion() *MotionInfo

func (*SceneEntityInfo) GetNpc ¶

func (x *SceneEntityInfo) GetNpc() *SceneNpcInfo

func (*SceneEntityInfo) GetNpcMonster ¶

func (x *SceneEntityInfo) GetNpcMonster() *SceneNpcMonsterInfo

func (*SceneEntityInfo) GetProp ¶

func (x *SceneEntityInfo) GetProp() *ScenePropInfo

func (*SceneEntityInfo) GetSummonUnit ¶

func (x *SceneEntityInfo) GetSummonUnit() *SceneSummonUnitInfo

func (*SceneEntityInfo) ProtoMessage ¶

func (*SceneEntityInfo) ProtoMessage()

func (*SceneEntityInfo) ProtoReflect ¶

func (x *SceneEntityInfo) ProtoReflect() protoreflect.Message

func (*SceneEntityInfo) Reset ¶

func (x *SceneEntityInfo) Reset()

func (*SceneEntityInfo) String ¶

func (x *SceneEntityInfo) String() string

type SceneEntityMoveCsReq ¶

type SceneEntityMoveCsReq struct {
	EntryId          uint32          `protobuf:"varint,11,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"`
	EntityMotionList []*EntityMotion `protobuf:"bytes,8,rep,name=entity_motion_list,json=entityMotionList,proto3" json:"entity_motion_list,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneEntityMoveCsReq) Descriptor deprecated

func (*SceneEntityMoveCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SceneEntityMoveCsReq.ProtoReflect.Descriptor instead.

func (*SceneEntityMoveCsReq) GetEntityMotionList ¶

func (x *SceneEntityMoveCsReq) GetEntityMotionList() []*EntityMotion

func (*SceneEntityMoveCsReq) GetEntryId ¶

func (x *SceneEntityMoveCsReq) GetEntryId() uint32

func (*SceneEntityMoveCsReq) ProtoMessage ¶

func (*SceneEntityMoveCsReq) ProtoMessage()

func (*SceneEntityMoveCsReq) ProtoReflect ¶

func (x *SceneEntityMoveCsReq) ProtoReflect() protoreflect.Message

func (*SceneEntityMoveCsReq) Reset ¶

func (x *SceneEntityMoveCsReq) Reset()

func (*SceneEntityMoveCsReq) String ¶

func (x *SceneEntityMoveCsReq) String() string

type SceneEntityMoveScNotify ¶

type SceneEntityMoveScNotify struct {
	EntryId          uint32      `protobuf:"varint,11,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"`
	EntityId         uint32      `protobuf:"varint,8,opt,name=entity_id,json=entityId,proto3" json:"entity_id,omitempty"`
	ClientPosVersion uint32      `protobuf:"varint,5,opt,name=client_pos_version,json=clientPosVersion,proto3" json:"client_pos_version,omitempty"`
	Motion           *MotionInfo `protobuf:"bytes,12,opt,name=motion,proto3" json:"motion,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneEntityMoveScNotify) Descriptor deprecated

func (*SceneEntityMoveScNotify) Descriptor() ([]byte, []int)

Deprecated: Use SceneEntityMoveScNotify.ProtoReflect.Descriptor instead.

func (*SceneEntityMoveScNotify) GetClientPosVersion ¶

func (x *SceneEntityMoveScNotify) GetClientPosVersion() uint32

func (*SceneEntityMoveScNotify) GetEntityId ¶

func (x *SceneEntityMoveScNotify) GetEntityId() uint32

func (*SceneEntityMoveScNotify) GetEntryId ¶

func (x *SceneEntityMoveScNotify) GetEntryId() uint32

func (*SceneEntityMoveScNotify) GetMotion ¶

func (x *SceneEntityMoveScNotify) GetMotion() *MotionInfo

func (*SceneEntityMoveScNotify) ProtoMessage ¶

func (*SceneEntityMoveScNotify) ProtoMessage()

func (*SceneEntityMoveScNotify) ProtoReflect ¶

func (x *SceneEntityMoveScNotify) ProtoReflect() protoreflect.Message

func (*SceneEntityMoveScNotify) Reset ¶

func (x *SceneEntityMoveScNotify) Reset()

func (*SceneEntityMoveScNotify) String ¶

func (x *SceneEntityMoveScNotify) String() string

type SceneEntityRefreshInfo ¶

type SceneEntityRefreshInfo struct {
	AddEntity *SceneEntityInfo `protobuf:"bytes,1,opt,name=add_entity,json=addEntity,proto3" json:"add_entity,omitempty"`
	DelEntity uint32           `protobuf:"varint,8,opt,name=del_entity,json=delEntity,proto3" json:"del_entity,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneEntityRefreshInfo) Descriptor deprecated

func (*SceneEntityRefreshInfo) Descriptor() ([]byte, []int)

Deprecated: Use SceneEntityRefreshInfo.ProtoReflect.Descriptor instead.

func (*SceneEntityRefreshInfo) GetAddEntity ¶

func (x *SceneEntityRefreshInfo) GetAddEntity() *SceneEntityInfo

func (*SceneEntityRefreshInfo) GetDelEntity ¶

func (x *SceneEntityRefreshInfo) GetDelEntity() uint32

func (*SceneEntityRefreshInfo) ProtoMessage ¶

func (*SceneEntityRefreshInfo) ProtoMessage()

func (*SceneEntityRefreshInfo) ProtoReflect ¶

func (x *SceneEntityRefreshInfo) ProtoReflect() protoreflect.Message

func (*SceneEntityRefreshInfo) Reset ¶

func (x *SceneEntityRefreshInfo) Reset()

func (*SceneEntityRefreshInfo) String ¶

func (x *SceneEntityRefreshInfo) String() string

type SceneGroupRefreshInfo ¶

type SceneGroupRefreshInfo struct {
	GroupId       uint32                    `protobuf:"varint,4,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	State         uint32                    `protobuf:"varint,5,opt,name=state,proto3" json:"state,omitempty"`
	RefreshEntity []*SceneEntityRefreshInfo `protobuf:"bytes,7,rep,name=refresh_entity,json=refreshEntity,proto3" json:"refresh_entity,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneGroupRefreshInfo) Descriptor deprecated

func (*SceneGroupRefreshInfo) Descriptor() ([]byte, []int)

Deprecated: Use SceneGroupRefreshInfo.ProtoReflect.Descriptor instead.

func (*SceneGroupRefreshInfo) GetGroupId ¶

func (x *SceneGroupRefreshInfo) GetGroupId() uint32

func (*SceneGroupRefreshInfo) GetRefreshEntity ¶

func (x *SceneGroupRefreshInfo) GetRefreshEntity() []*SceneEntityRefreshInfo

func (*SceneGroupRefreshInfo) GetState ¶

func (x *SceneGroupRefreshInfo) GetState() uint32

func (*SceneGroupRefreshInfo) ProtoMessage ¶

func (*SceneGroupRefreshInfo) ProtoMessage()

func (*SceneGroupRefreshInfo) ProtoReflect ¶

func (x *SceneGroupRefreshInfo) ProtoReflect() protoreflect.Message

func (*SceneGroupRefreshInfo) Reset ¶

func (x *SceneGroupRefreshInfo) Reset()

func (*SceneGroupRefreshInfo) String ¶

func (x *SceneGroupRefreshInfo) String() string

type SceneGroupRefreshScNotify ¶

type SceneGroupRefreshScNotify struct {
	GroupRefreshInfo []*SceneGroupRefreshInfo `protobuf:"bytes,13,rep,name=group_refresh_info,json=groupRefreshInfo,proto3" json:"group_refresh_info,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneGroupRefreshScNotify) Descriptor deprecated

func (*SceneGroupRefreshScNotify) Descriptor() ([]byte, []int)

Deprecated: Use SceneGroupRefreshScNotify.ProtoReflect.Descriptor instead.

func (*SceneGroupRefreshScNotify) GetGroupRefreshInfo ¶

func (x *SceneGroupRefreshScNotify) GetGroupRefreshInfo() []*SceneGroupRefreshInfo

func (*SceneGroupRefreshScNotify) ProtoMessage ¶

func (*SceneGroupRefreshScNotify) ProtoMessage()

func (*SceneGroupRefreshScNotify) ProtoReflect ¶

func (*SceneGroupRefreshScNotify) Reset ¶

func (x *SceneGroupRefreshScNotify) Reset()

func (*SceneGroupRefreshScNotify) String ¶

func (x *SceneGroupRefreshScNotify) String() string

type SceneGroupState ¶

type SceneGroupState struct {
	IsDefault bool   `protobuf:"varint,9,opt,name=is_default,json=isDefault,proto3" json:"is_default,omitempty"`
	State     uint32 `protobuf:"varint,13,opt,name=state,proto3" json:"state,omitempty"`
	GroupId   uint32 `protobuf:"varint,12,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneGroupState) Descriptor deprecated

func (*SceneGroupState) Descriptor() ([]byte, []int)

Deprecated: Use SceneGroupState.ProtoReflect.Descriptor instead.

func (*SceneGroupState) GetGroupId ¶

func (x *SceneGroupState) GetGroupId() uint32

func (*SceneGroupState) GetIsDefault ¶

func (x *SceneGroupState) GetIsDefault() bool

func (*SceneGroupState) GetState ¶

func (x *SceneGroupState) GetState() uint32

func (*SceneGroupState) ProtoMessage ¶

func (*SceneGroupState) ProtoMessage()

func (*SceneGroupState) ProtoReflect ¶

func (x *SceneGroupState) ProtoReflect() protoreflect.Message

func (*SceneGroupState) Reset ¶

func (x *SceneGroupState) Reset()

func (*SceneGroupState) String ¶

func (x *SceneGroupState) String() string

type SceneInfo ¶

type SceneInfo struct {
	ClientPosVersion   uint32                  `protobuf:"varint,15,opt,name=client_pos_version,json=clientPosVersion,proto3" json:"client_pos_version,omitempty"`
	PlaneId            uint32                  `protobuf:"varint,8,opt,name=plane_id,json=planeId,proto3" json:"plane_id,omitempty"`
	EntityList         []*SceneEntityInfo      `protobuf:"bytes,2,rep,name=entity_list,json=entityList,proto3" json:"entity_list,omitempty"`
	GroupStateList     []*SceneGroupState      `protobuf:"bytes,1654,rep,name=group_state_list,json=groupStateList,proto3" json:"group_state_list,omitempty"`
	FloorId            uint32                  `protobuf:"varint,3,opt,name=floor_id,json=floorId,proto3" json:"floor_id,omitempty"`
	LeaderEntityId     uint32                  `protobuf:"varint,14,opt,name=leader_entity_id,json=leaderEntityId,proto3" json:"leader_entity_id,omitempty"`
	WorldId            uint32                  `protobuf:"varint,11,opt,name=world_id,json=worldId,proto3" json:"world_id,omitempty"`
	EntryId            uint32                  `protobuf:"varint,5,opt,name=entry_id,json=entryId,proto3" json:"entry_id,omitempty"`
	GameModeType       uint32                  `protobuf:"varint,9,opt,name=game_mode_type,json=gameModeType,proto3" json:"game_mode_type,omitempty"`
	EntityGroupList    []*SceneEntityGroupInfo `protobuf:"bytes,1740,rep,name=entity_group_list,json=entityGroupList,proto3" json:"entity_group_list,omitempty"`
	GroupIdList        []uint32                `protobuf:"varint,7,rep,packed,name=group_id_list,json=groupIdList,proto3" json:"group_id_list,omitempty"`
	LightenSectionList []uint32                `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SceneInfo) Descriptor deprecated

func (*SceneInfo) Descriptor() ([]byte, []int)

Deprecated: Use SceneInfo.ProtoReflect.Descriptor instead.

func (*SceneInfo) GetClientPosVersion ¶

func (x *SceneInfo) GetClientPosVersion() uint32

func (*SceneInfo) GetEntityGroupList ¶

func (x *SceneInfo) GetEntityGroupList() []*SceneEntityGroupInfo

func (*SceneInfo) GetEntityList ¶

func (x *SceneInfo) GetEntityList() []*SceneEntityInfo

func (*SceneInfo) GetEntryId ¶

func (x *SceneInfo) GetEntryId() uint32

func (*SceneInfo) GetFloorId ¶

func (x *SceneInfo) GetFloorId() uint32

func (*SceneInfo) GetGameModeType ¶

func (x *SceneInfo) GetGameModeType() uint32

func (*SceneInfo) GetGroupIdList ¶

func (x *SceneInfo) GetGroupIdList() []uint32

func (*SceneInfo) GetGroupStateList ¶

func (x *SceneInfo) GetGroupStateList() []*SceneGroupState

func (*SceneInfo) GetLeaderEntityId ¶

func (x *SceneInfo) GetLeaderEntityId() uint32

func (*SceneInfo) GetLightenSectionList ¶

func (x *SceneInfo) GetLightenSectionList() []uint32

func (*SceneInfo) GetPlaneId ¶

func (x *SceneInfo) GetPlaneId() uint32

func (*SceneInfo) GetWorldId ¶

func (x *SceneInfo) GetWorldId() uint32

func (*SceneInfo) ProtoMessage ¶

func (*SceneInfo) ProtoMessage()

func (*SceneInfo) ProtoReflect ¶

func (x *SceneInfo) ProtoReflect() protoreflect.Message

func (*SceneInfo) Reset ¶

func (x *SceneInfo) Reset()

func (*SceneInfo) String ¶

func (x *SceneInfo) String() string

type SceneMonster ¶

type SceneMonster struct {
	MaxHp     uint32 `protobuf:"varint,6,opt,name=max_hp,json=maxHp,proto3" json:"max_hp,omitempty"`
	MonsterId uint32 `protobuf:"varint,4,opt,name=monster_id,json=monsterId,proto3" json:"monster_id,omitempty"`
	CurHp     uint32 `protobuf:"varint,14,opt,name=cur_hp,json=curHp,proto3" json:"cur_hp,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneMonster) Descriptor deprecated

func (*SceneMonster) Descriptor() ([]byte, []int)

Deprecated: Use SceneMonster.ProtoReflect.Descriptor instead.

func (*SceneMonster) GetCurHp ¶

func (x *SceneMonster) GetCurHp() uint32

func (*SceneMonster) GetMaxHp ¶

func (x *SceneMonster) GetMaxHp() uint32

func (*SceneMonster) GetMonsterId ¶

func (x *SceneMonster) GetMonsterId() uint32

func (*SceneMonster) ProtoMessage ¶

func (*SceneMonster) ProtoMessage()

func (*SceneMonster) ProtoReflect ¶

func (x *SceneMonster) ProtoReflect() protoreflect.Message

func (*SceneMonster) Reset ¶

func (x *SceneMonster) Reset()

func (*SceneMonster) String ¶

func (x *SceneMonster) String() string

type SceneMonsterWave ¶

type SceneMonsterWave struct {
	WaveId      uint32                 `protobuf:"varint,15,opt,name=wave_id,json=waveId,proto3" json:"wave_id,omitempty"`
	DropList    []*ItemList            `protobuf:"bytes,11,rep,name=drop_list,json=dropList,proto3" json:"drop_list,omitempty"`
	StageId     uint32                 `protobuf:"varint,8,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"`
	MonsterList []*SceneMonster        `protobuf:"bytes,5,rep,name=monster_list,json=monsterList,proto3" json:"monster_list,omitempty"`
	WaveParam   *SceneMonsterWaveParam `protobuf:"bytes,13,opt,name=wave_param,json=waveParam,proto3" json:"wave_param,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneMonsterWave) Descriptor deprecated

func (*SceneMonsterWave) Descriptor() ([]byte, []int)

Deprecated: Use SceneMonsterWave.ProtoReflect.Descriptor instead.

func (*SceneMonsterWave) GetDropList ¶

func (x *SceneMonsterWave) GetDropList() []*ItemList

func (*SceneMonsterWave) GetMonsterList ¶

func (x *SceneMonsterWave) GetMonsterList() []*SceneMonster

func (*SceneMonsterWave) GetStageId ¶

func (x *SceneMonsterWave) GetStageId() uint32

func (*SceneMonsterWave) GetWaveId ¶

func (x *SceneMonsterWave) GetWaveId() uint32

func (*SceneMonsterWave) GetWaveParam ¶

func (x *SceneMonsterWave) GetWaveParam() *SceneMonsterWaveParam

func (*SceneMonsterWave) ProtoMessage ¶

func (*SceneMonsterWave) ProtoMessage()

func (*SceneMonsterWave) ProtoReflect ¶

func (x *SceneMonsterWave) ProtoReflect() protoreflect.Message

func (*SceneMonsterWave) Reset ¶

func (x *SceneMonsterWave) Reset()

func (*SceneMonsterWave) String ¶

func (x *SceneMonsterWave) String() string

type SceneMonsterWaveParam ¶

type SceneMonsterWaveParam struct {
	Level uint32 `protobuf:"varint,8,opt,name=level,proto3" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneMonsterWaveParam) Descriptor deprecated

func (*SceneMonsterWaveParam) Descriptor() ([]byte, []int)

Deprecated: Use SceneMonsterWaveParam.ProtoReflect.Descriptor instead.

func (*SceneMonsterWaveParam) GetLevel ¶

func (x *SceneMonsterWaveParam) GetLevel() uint32

func (*SceneMonsterWaveParam) ProtoMessage ¶

func (*SceneMonsterWaveParam) ProtoMessage()

func (*SceneMonsterWaveParam) ProtoReflect ¶

func (x *SceneMonsterWaveParam) ProtoReflect() protoreflect.Message

func (*SceneMonsterWaveParam) Reset ¶

func (x *SceneMonsterWaveParam) Reset()

func (*SceneMonsterWaveParam) String ¶

func (x *SceneMonsterWaveParam) String() string

type SceneNpcInfo ¶

type SceneNpcInfo struct {
	ExtraInfo *NpcExtraInfo `protobuf:"bytes,13,opt,name=extra_info,json=extraInfo,proto3" json:"extra_info,omitempty"`
	NpcId     uint32        `protobuf:"varint,12,opt,name=npc_id,json=npcId,proto3" json:"npc_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneNpcInfo) Descriptor deprecated

func (*SceneNpcInfo) Descriptor() ([]byte, []int)

Deprecated: Use SceneNpcInfo.ProtoReflect.Descriptor instead.

func (*SceneNpcInfo) GetExtraInfo ¶

func (x *SceneNpcInfo) GetExtraInfo() *NpcExtraInfo

func (*SceneNpcInfo) GetNpcId ¶

func (x *SceneNpcInfo) GetNpcId() uint32

func (*SceneNpcInfo) ProtoMessage ¶

func (*SceneNpcInfo) ProtoMessage()

func (*SceneNpcInfo) ProtoReflect ¶

func (x *SceneNpcInfo) ProtoReflect() protoreflect.Message

func (*SceneNpcInfo) Reset ¶

func (x *SceneNpcInfo) Reset()

func (*SceneNpcInfo) String ¶

func (x *SceneNpcInfo) String() string

type SceneNpcMonsterInfo ¶

type SceneNpcMonsterInfo struct {
	WorldLevel uint32 `protobuf:"varint,4,opt,name=world_level,json=worldLevel,proto3" json:"world_level,omitempty"`
	MonsterId  uint32 `protobuf:"varint,8,opt,name=monster_id,json=monsterId,proto3" json:"monster_id,omitempty"`
	EventId    uint32 `protobuf:"varint,7,opt,name=event_id,json=eventId,proto3" json:"event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneNpcMonsterInfo) Descriptor deprecated

func (*SceneNpcMonsterInfo) Descriptor() ([]byte, []int)

Deprecated: Use SceneNpcMonsterInfo.ProtoReflect.Descriptor instead.

func (*SceneNpcMonsterInfo) GetEventId ¶

func (x *SceneNpcMonsterInfo) GetEventId() uint32

func (*SceneNpcMonsterInfo) GetMonsterId ¶

func (x *SceneNpcMonsterInfo) GetMonsterId() uint32

func (*SceneNpcMonsterInfo) GetWorldLevel ¶

func (x *SceneNpcMonsterInfo) GetWorldLevel() uint32

func (*SceneNpcMonsterInfo) ProtoMessage ¶

func (*SceneNpcMonsterInfo) ProtoMessage()

func (*SceneNpcMonsterInfo) ProtoReflect ¶

func (x *SceneNpcMonsterInfo) ProtoReflect() protoreflect.Message

func (*SceneNpcMonsterInfo) Reset ¶

func (x *SceneNpcMonsterInfo) Reset()

func (*SceneNpcMonsterInfo) String ¶

func (x *SceneNpcMonsterInfo) String() string

type ScenePlaneEventScNotify ¶

type ScenePlaneEventScNotify struct {
	GetItemList *ItemList `protobuf:"bytes,8,opt,name=get_item_list,json=getItemList,proto3" json:"get_item_list,omitempty"`
	// contains filtered or unexported fields
}

func (*ScenePlaneEventScNotify) Descriptor deprecated

func (*ScenePlaneEventScNotify) Descriptor() ([]byte, []int)

Deprecated: Use ScenePlaneEventScNotify.ProtoReflect.Descriptor instead.

func (*ScenePlaneEventScNotify) GetGetItemList ¶

func (x *ScenePlaneEventScNotify) GetGetItemList() *ItemList

func (*ScenePlaneEventScNotify) ProtoMessage ¶

func (*ScenePlaneEventScNotify) ProtoMessage()

func (*ScenePlaneEventScNotify) ProtoReflect ¶

func (x *ScenePlaneEventScNotify) ProtoReflect() protoreflect.Message

func (*ScenePlaneEventScNotify) Reset ¶

func (x *ScenePlaneEventScNotify) Reset()

func (*ScenePlaneEventScNotify) String ¶

func (x *ScenePlaneEventScNotify) String() string

type ScenePropInfo ¶

type ScenePropInfo struct {
	LifeTimeMs   uint32         `protobuf:"varint,6,opt,name=life_time_ms,json=lifeTimeMs,proto3" json:"life_time_ms,omitempty"`
	ExtraInfo    *PropExtraInfo `protobuf:"bytes,15,opt,name=extra_info,json=extraInfo,proto3" json:"extra_info,omitempty"`
	PropId       uint32         `protobuf:"varint,1,opt,name=prop_id,json=propId,proto3" json:"prop_id,omitempty"`
	PropState    uint32         `protobuf:"varint,5,opt,name=prop_state,json=propState,proto3" json:"prop_state,omitempty"`
	CreateTimeMs uint64         `protobuf:"varint,11,opt,name=create_time_ms,json=createTimeMs,proto3" json:"create_time_ms,omitempty"`
	// contains filtered or unexported fields
}

func (*ScenePropInfo) Descriptor deprecated

func (*ScenePropInfo) Descriptor() ([]byte, []int)

Deprecated: Use ScenePropInfo.ProtoReflect.Descriptor instead.

func (*ScenePropInfo) GetCreateTimeMs ¶

func (x *ScenePropInfo) GetCreateTimeMs() uint64

func (*ScenePropInfo) GetExtraInfo ¶

func (x *ScenePropInfo) GetExtraInfo() *PropExtraInfo

func (*ScenePropInfo) GetLifeTimeMs ¶

func (x *ScenePropInfo) GetLifeTimeMs() uint32

func (*ScenePropInfo) GetPropId ¶

func (x *ScenePropInfo) GetPropId() uint32

func (*ScenePropInfo) GetPropState ¶

func (x *ScenePropInfo) GetPropState() uint32

func (*ScenePropInfo) ProtoMessage ¶

func (*ScenePropInfo) ProtoMessage()

func (*ScenePropInfo) ProtoReflect ¶

func (x *ScenePropInfo) ProtoReflect() protoreflect.Message

func (*ScenePropInfo) Reset ¶

func (x *ScenePropInfo) Reset()

func (*ScenePropInfo) String ¶

func (x *ScenePropInfo) String() string

type SceneSummonUnitInfo ¶

type SceneSummonUnitInfo struct {
	LifeTimeMs      int32    `protobuf:"zigzag32,8,opt,name=life_time_ms,json=lifeTimeMs,proto3" json:"life_time_ms,omitempty"`
	CreateTimeMs    uint64   `protobuf:"varint,7,opt,name=create_time_ms,json=createTimeMs,proto3" json:"create_time_ms,omitempty"`
	CasterEntityId  uint32   `protobuf:"varint,9,opt,name=caster_entity_id,json=casterEntityId,proto3" json:"caster_entity_id,omitempty"`
	AttachEntityId  uint32   `protobuf:"varint,11,opt,name=attach_entity_id,json=attachEntityId,proto3" json:"attach_entity_id,omitempty"`
	SummonUnitId    uint32   `protobuf:"varint,2,opt,name=summon_unit_id,json=summonUnitId,proto3" json:"summon_unit_id,omitempty"`
	TriggerNameList []string `protobuf:"bytes,4,rep,name=trigger_name_list,json=triggerNameList,proto3" json:"trigger_name_list,omitempty"`
	// contains filtered or unexported fields
}

func (*SceneSummonUnitInfo) Descriptor deprecated

func (*SceneSummonUnitInfo) Descriptor() ([]byte, []int)

Deprecated: Use SceneSummonUnitInfo.ProtoReflect.Descriptor instead.

func (*SceneSummonUnitInfo) GetAttachEntityId ¶

func (x *SceneSummonUnitInfo) GetAttachEntityId() uint32

func (*SceneSummonUnitInfo) GetCasterEntityId ¶

func (x *SceneSummonUnitInfo) GetCasterEntityId() uint32

func (*SceneSummonUnitInfo) GetCreateTimeMs ¶

func (x *SceneSummonUnitInfo) GetCreateTimeMs() uint64

func (*SceneSummonUnitInfo) GetLifeTimeMs ¶

func (x *SceneSummonUnitInfo) GetLifeTimeMs() int32

func (*SceneSummonUnitInfo) GetSummonUnitId ¶

func (x *SceneSummonUnitInfo) GetSummonUnitId() uint32

func (*SceneSummonUnitInfo) GetTriggerNameList ¶

func (x *SceneSummonUnitInfo) GetTriggerNameList() []string

func (*SceneSummonUnitInfo) ProtoMessage ¶

func (*SceneSummonUnitInfo) ProtoMessage()

func (*SceneSummonUnitInfo) ProtoReflect ¶

func (x *SceneSummonUnitInfo) ProtoReflect() protoreflect.Message

func (*SceneSummonUnitInfo) Reset ¶

func (x *SceneSummonUnitInfo) Reset()

func (*SceneSummonUnitInfo) String ¶

func (x *SceneSummonUnitInfo) String() string

type SearchPlayerCsReq ¶

type SearchPlayerCsReq struct {
	SearchUidList []uint32 `protobuf:"varint,4,rep,packed,name=search_uid_list,json=searchUidList,proto3" json:"search_uid_list,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchPlayerCsReq) Descriptor deprecated

func (*SearchPlayerCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SearchPlayerCsReq.ProtoReflect.Descriptor instead.

func (*SearchPlayerCsReq) GetSearchUidList ¶

func (x *SearchPlayerCsReq) GetSearchUidList() []uint32

func (*SearchPlayerCsReq) ProtoMessage ¶

func (*SearchPlayerCsReq) ProtoMessage()

func (*SearchPlayerCsReq) ProtoReflect ¶

func (x *SearchPlayerCsReq) ProtoReflect() protoreflect.Message

func (*SearchPlayerCsReq) Reset ¶

func (x *SearchPlayerCsReq) Reset()

func (*SearchPlayerCsReq) String ¶

func (x *SearchPlayerCsReq) String() string

type SearchPlayerScRsp ¶

type SearchPlayerScRsp struct {
	SearchResultList []*SimpleInfo `protobuf:"bytes,6,rep,name=search_result_list,json=searchResultList,proto3" json:"search_result_list,omitempty"`
	Retcode          uint32        `protobuf:"varint,15,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchPlayerScRsp) Descriptor deprecated

func (*SearchPlayerScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SearchPlayerScRsp.ProtoReflect.Descriptor instead.

func (*SearchPlayerScRsp) GetRetcode ¶

func (x *SearchPlayerScRsp) GetRetcode() uint32

func (*SearchPlayerScRsp) GetSearchResultList ¶

func (x *SearchPlayerScRsp) GetSearchResultList() []*SimpleInfo

func (*SearchPlayerScRsp) ProtoMessage ¶

func (*SearchPlayerScRsp) ProtoMessage()

func (*SearchPlayerScRsp) ProtoReflect ¶

func (x *SearchPlayerScRsp) ProtoReflect() protoreflect.Message

func (*SearchPlayerScRsp) Reset ¶

func (x *SearchPlayerScRsp) Reset()

func (*SearchPlayerScRsp) String ¶

func (x *SearchPlayerScRsp) String() string

type SelectChatBubbleCsReq ¶

type SelectChatBubbleCsReq struct {
	BubbleId uint32 `protobuf:"varint,10,opt,name=bubble_id,json=bubbleId,proto3" json:"bubble_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectChatBubbleCsReq) Descriptor deprecated

func (*SelectChatBubbleCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SelectChatBubbleCsReq.ProtoReflect.Descriptor instead.

func (*SelectChatBubbleCsReq) GetBubbleId ¶

func (x *SelectChatBubbleCsReq) GetBubbleId() uint32

func (*SelectChatBubbleCsReq) ProtoMessage ¶

func (*SelectChatBubbleCsReq) ProtoMessage()

func (*SelectChatBubbleCsReq) ProtoReflect ¶

func (x *SelectChatBubbleCsReq) ProtoReflect() protoreflect.Message

func (*SelectChatBubbleCsReq) Reset ¶

func (x *SelectChatBubbleCsReq) Reset()

func (*SelectChatBubbleCsReq) String ¶

func (x *SelectChatBubbleCsReq) String() string

type SelectChatBubbleScRsp ¶

type SelectChatBubbleScRsp struct {
	Retcode       uint32 `protobuf:"varint,6,opt,name=retcode,proto3" json:"retcode,omitempty"`
	CurChatBubble uint32 `protobuf:"varint,5,opt,name=cur_chat_bubble,json=curChatBubble,proto3" json:"cur_chat_bubble,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectChatBubbleScRsp) Descriptor deprecated

func (*SelectChatBubbleScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SelectChatBubbleScRsp.ProtoReflect.Descriptor instead.

func (*SelectChatBubbleScRsp) GetCurChatBubble ¶

func (x *SelectChatBubbleScRsp) GetCurChatBubble() uint32

func (*SelectChatBubbleScRsp) GetRetcode ¶

func (x *SelectChatBubbleScRsp) GetRetcode() uint32

func (*SelectChatBubbleScRsp) ProtoMessage ¶

func (*SelectChatBubbleScRsp) ProtoMessage()

func (*SelectChatBubbleScRsp) ProtoReflect ¶

func (x *SelectChatBubbleScRsp) ProtoReflect() protoreflect.Message

func (*SelectChatBubbleScRsp) Reset ¶

func (x *SelectChatBubbleScRsp) Reset()

func (*SelectChatBubbleScRsp) String ¶

func (x *SelectChatBubbleScRsp) String() string

type SelectPhoneThemeCsReq ¶

type SelectPhoneThemeCsReq struct {
	ThemeId uint32 `protobuf:"varint,3,opt,name=theme_id,json=themeId,proto3" json:"theme_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectPhoneThemeCsReq) Descriptor deprecated

func (*SelectPhoneThemeCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SelectPhoneThemeCsReq.ProtoReflect.Descriptor instead.

func (*SelectPhoneThemeCsReq) GetThemeId ¶

func (x *SelectPhoneThemeCsReq) GetThemeId() uint32

func (*SelectPhoneThemeCsReq) ProtoMessage ¶

func (*SelectPhoneThemeCsReq) ProtoMessage()

func (*SelectPhoneThemeCsReq) ProtoReflect ¶

func (x *SelectPhoneThemeCsReq) ProtoReflect() protoreflect.Message

func (*SelectPhoneThemeCsReq) Reset ¶

func (x *SelectPhoneThemeCsReq) Reset()

func (*SelectPhoneThemeCsReq) String ¶

func (x *SelectPhoneThemeCsReq) String() string

type SelectPhoneThemeScRsp ¶

type SelectPhoneThemeScRsp struct {
	CurPhoneTheme uint32 `protobuf:"varint,5,opt,name=cur_phone_theme,json=curPhoneTheme,proto3" json:"cur_phone_theme,omitempty"`
	Retcode       uint32 `protobuf:"varint,6,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectPhoneThemeScRsp) Descriptor deprecated

func (*SelectPhoneThemeScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SelectPhoneThemeScRsp.ProtoReflect.Descriptor instead.

func (*SelectPhoneThemeScRsp) GetCurPhoneTheme ¶

func (x *SelectPhoneThemeScRsp) GetCurPhoneTheme() uint32

func (*SelectPhoneThemeScRsp) GetRetcode ¶

func (x *SelectPhoneThemeScRsp) GetRetcode() uint32

func (*SelectPhoneThemeScRsp) ProtoMessage ¶

func (*SelectPhoneThemeScRsp) ProtoMessage()

func (*SelectPhoneThemeScRsp) ProtoReflect ¶

func (x *SelectPhoneThemeScRsp) ProtoReflect() protoreflect.Message

func (*SelectPhoneThemeScRsp) Reset ¶

func (x *SelectPhoneThemeScRsp) Reset()

func (*SelectPhoneThemeScRsp) String ¶

func (x *SelectPhoneThemeScRsp) String() string

type SelectRogueBuffCsReq ¶

type SelectRogueBuffCsReq struct {
	MazeBuffId uint32 `protobuf:"varint,13,opt,name=maze_buff_id,json=mazeBuffId,proto3" json:"maze_buff_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectRogueBuffCsReq) Descriptor deprecated

func (*SelectRogueBuffCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SelectRogueBuffCsReq.ProtoReflect.Descriptor instead.

func (*SelectRogueBuffCsReq) GetMazeBuffId ¶

func (x *SelectRogueBuffCsReq) GetMazeBuffId() uint32

func (*SelectRogueBuffCsReq) ProtoMessage ¶

func (*SelectRogueBuffCsReq) ProtoMessage()

func (*SelectRogueBuffCsReq) ProtoReflect ¶

func (x *SelectRogueBuffCsReq) ProtoReflect() protoreflect.Message

func (*SelectRogueBuffCsReq) Reset ¶

func (x *SelectRogueBuffCsReq) Reset()

func (*SelectRogueBuffCsReq) String ¶

func (x *SelectRogueBuffCsReq) String() string

type SelectRogueBuffScRsp ¶

type SelectRogueBuffScRsp struct {
	MazeBuffLevel  uint32               `protobuf:"varint,14,opt,name=maze_buff_level,json=mazeBuffLevel,proto3" json:"maze_buff_level,omitempty"`
	BuffSelectInfo *RogueBuffSelectInfo `protobuf:"bytes,6,opt,name=buff_select_info,json=buffSelectInfo,proto3" json:"buff_select_info,omitempty"`
	MazeBuffId     uint32               `protobuf:"varint,4,opt,name=maze_buff_id,json=mazeBuffId,proto3" json:"maze_buff_id,omitempty"`
	Retcode        uint32               `protobuf:"varint,7,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectRogueBuffScRsp) Descriptor deprecated

func (*SelectRogueBuffScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SelectRogueBuffScRsp.ProtoReflect.Descriptor instead.

func (*SelectRogueBuffScRsp) GetBuffSelectInfo ¶

func (x *SelectRogueBuffScRsp) GetBuffSelectInfo() *RogueBuffSelectInfo

func (*SelectRogueBuffScRsp) GetMazeBuffId ¶

func (x *SelectRogueBuffScRsp) GetMazeBuffId() uint32

func (*SelectRogueBuffScRsp) GetMazeBuffLevel ¶

func (x *SelectRogueBuffScRsp) GetMazeBuffLevel() uint32

func (*SelectRogueBuffScRsp) GetRetcode ¶

func (x *SelectRogueBuffScRsp) GetRetcode() uint32

func (*SelectRogueBuffScRsp) ProtoMessage ¶

func (*SelectRogueBuffScRsp) ProtoMessage()

func (*SelectRogueBuffScRsp) ProtoReflect ¶

func (x *SelectRogueBuffScRsp) ProtoReflect() protoreflect.Message

func (*SelectRogueBuffScRsp) Reset ¶

func (x *SelectRogueBuffScRsp) Reset()

func (*SelectRogueBuffScRsp) String ¶

func (x *SelectRogueBuffScRsp) String() string

type SelectRogueDialogueEventCsReq ¶

type SelectRogueDialogueEventCsReq struct {
	DialogueEventId uint32 `protobuf:"varint,5,opt,name=dialogue_event_id,json=dialogueEventId,proto3" json:"dialogue_event_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectRogueDialogueEventCsReq) Descriptor deprecated

func (*SelectRogueDialogueEventCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SelectRogueDialogueEventCsReq.ProtoReflect.Descriptor instead.

func (*SelectRogueDialogueEventCsReq) GetDialogueEventId ¶

func (x *SelectRogueDialogueEventCsReq) GetDialogueEventId() uint32

func (*SelectRogueDialogueEventCsReq) ProtoMessage ¶

func (*SelectRogueDialogueEventCsReq) ProtoMessage()

func (*SelectRogueDialogueEventCsReq) ProtoReflect ¶

func (*SelectRogueDialogueEventCsReq) Reset ¶

func (x *SelectRogueDialogueEventCsReq) Reset()

func (*SelectRogueDialogueEventCsReq) String ¶

type SelectRogueDialogueEventScRsp ¶

type SelectRogueDialogueEventScRsp struct {
	DialogueEventId uint32 `protobuf:"varint,12,opt,name=dialogue_event_id,json=dialogueEventId,proto3" json:"dialogue_event_id,omitempty"`
	Retcode         uint32 `protobuf:"varint,1,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectRogueDialogueEventScRsp) Descriptor deprecated

func (*SelectRogueDialogueEventScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SelectRogueDialogueEventScRsp.ProtoReflect.Descriptor instead.

func (*SelectRogueDialogueEventScRsp) GetDialogueEventId ¶

func (x *SelectRogueDialogueEventScRsp) GetDialogueEventId() uint32

func (*SelectRogueDialogueEventScRsp) GetRetcode ¶

func (x *SelectRogueDialogueEventScRsp) GetRetcode() uint32

func (*SelectRogueDialogueEventScRsp) ProtoMessage ¶

func (*SelectRogueDialogueEventScRsp) ProtoMessage()

func (*SelectRogueDialogueEventScRsp) ProtoReflect ¶

func (*SelectRogueDialogueEventScRsp) Reset ¶

func (x *SelectRogueDialogueEventScRsp) Reset()

func (*SelectRogueDialogueEventScRsp) String ¶

type SelectRogueMiracleCsReq ¶

type SelectRogueMiracleCsReq struct {
	MiracleId uint32 `protobuf:"varint,3,opt,name=miracle_id,json=miracleId,proto3" json:"miracle_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectRogueMiracleCsReq) Descriptor deprecated

func (*SelectRogueMiracleCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SelectRogueMiracleCsReq.ProtoReflect.Descriptor instead.

func (*SelectRogueMiracleCsReq) GetMiracleId ¶

func (x *SelectRogueMiracleCsReq) GetMiracleId() uint32

func (*SelectRogueMiracleCsReq) ProtoMessage ¶

func (*SelectRogueMiracleCsReq) ProtoMessage()

func (*SelectRogueMiracleCsReq) ProtoReflect ¶

func (x *SelectRogueMiracleCsReq) ProtoReflect() protoreflect.Message

func (*SelectRogueMiracleCsReq) Reset ¶

func (x *SelectRogueMiracleCsReq) Reset()

func (*SelectRogueMiracleCsReq) String ¶

func (x *SelectRogueMiracleCsReq) String() string

type SelectRogueMiracleScRsp ¶

type SelectRogueMiracleScRsp struct {
	RogueMiracleInfo  *RogueAchivedMiracleInfo `protobuf:"bytes,11,opt,name=rogue_miracle_info,json=rogueMiracleInfo,proto3" json:"rogue_miracle_info,omitempty"`
	MiracleSelectInfo *RogueMiracleSelectInfo  `protobuf:"bytes,8,opt,name=miracle_select_info,json=miracleSelectInfo,proto3" json:"miracle_select_info,omitempty"`
	Retcode           uint32                   `protobuf:"varint,12,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectRogueMiracleScRsp) Descriptor deprecated

func (*SelectRogueMiracleScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SelectRogueMiracleScRsp.ProtoReflect.Descriptor instead.

func (*SelectRogueMiracleScRsp) GetMiracleSelectInfo ¶

func (x *SelectRogueMiracleScRsp) GetMiracleSelectInfo() *RogueMiracleSelectInfo

func (*SelectRogueMiracleScRsp) GetRetcode ¶

func (x *SelectRogueMiracleScRsp) GetRetcode() uint32

func (*SelectRogueMiracleScRsp) GetRogueMiracleInfo ¶

func (x *SelectRogueMiracleScRsp) GetRogueMiracleInfo() *RogueAchivedMiracleInfo

func (*SelectRogueMiracleScRsp) ProtoMessage ¶

func (*SelectRogueMiracleScRsp) ProtoMessage()

func (*SelectRogueMiracleScRsp) ProtoReflect ¶

func (x *SelectRogueMiracleScRsp) ProtoReflect() protoreflect.Message

func (*SelectRogueMiracleScRsp) Reset ¶

func (x *SelectRogueMiracleScRsp) Reset()

func (*SelectRogueMiracleScRsp) String ¶

func (x *SelectRogueMiracleScRsp) String() string

type SellItemCsReq ¶

type SellItemCsReq struct {
	ItemCostList *ItemCostList `protobuf:"bytes,4,opt,name=item_cost_list,json=itemCostList,proto3" json:"item_cost_list,omitempty"`
	// contains filtered or unexported fields
}

func (*SellItemCsReq) Descriptor deprecated

func (*SellItemCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SellItemCsReq.ProtoReflect.Descriptor instead.

func (*SellItemCsReq) GetItemCostList ¶

func (x *SellItemCsReq) GetItemCostList() *ItemCostList

func (*SellItemCsReq) ProtoMessage ¶

func (*SellItemCsReq) ProtoMessage()

func (*SellItemCsReq) ProtoReflect ¶

func (x *SellItemCsReq) ProtoReflect() protoreflect.Message

func (*SellItemCsReq) Reset ¶

func (x *SellItemCsReq) Reset()

func (*SellItemCsReq) String ¶

func (x *SellItemCsReq) String() string

type SellItemScRsp ¶

type SellItemScRsp struct {
	ReturnItemList *ItemList `protobuf:"bytes,15,opt,name=return_item_list,json=returnItemList,proto3" json:"return_item_list,omitempty"`
	Retcode        uint32    `protobuf:"varint,5,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*SellItemScRsp) Descriptor deprecated

func (*SellItemScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SellItemScRsp.ProtoReflect.Descriptor instead.

func (*SellItemScRsp) GetRetcode ¶

func (x *SellItemScRsp) GetRetcode() uint32

func (*SellItemScRsp) GetReturnItemList ¶

func (x *SellItemScRsp) GetReturnItemList() *ItemList

func (*SellItemScRsp) ProtoMessage ¶

func (*SellItemScRsp) ProtoMessage()

func (*SellItemScRsp) ProtoReflect ¶

func (x *SellItemScRsp) ProtoReflect() protoreflect.Message

func (*SellItemScRsp) Reset ¶

func (x *SellItemScRsp) Reset()

func (*SellItemScRsp) String ¶

func (x *SellItemScRsp) String() string

type SendMsgCsReq ¶

type SendMsgCsReq struct {
	ToUidList []uint32 `protobuf:"varint,2,rep,packed,name=to_uid_list,json=toUidList,proto3" json:"to_uid_list,omitempty"`
	Emote     uint32   `protobuf:"varint,13,opt,name=emote,proto3" json:"emote,omitempty"`
	MsgType   MsgType  `protobuf:"varint,10,opt,name=msg_type,json=msgType,proto3,enum=proto.MsgType" json:"msg_type,omitempty"`
	Text      string   `protobuf:"bytes,8,opt,name=text,proto3" json:"text,omitempty"`
	ChatType  ChatType `protobuf:"varint,6,opt,name=chat_type,json=chatType,proto3,enum=proto.ChatType" json:"chat_type,omitempty"`
	// contains filtered or unexported fields
}

func (*SendMsgCsReq) Descriptor deprecated

func (*SendMsgCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SendMsgCsReq.ProtoReflect.Descriptor instead.

func (*SendMsgCsReq) GetChatType ¶

func (x *SendMsgCsReq) GetChatType() ChatType

func (*SendMsgCsReq) GetEmote ¶

func (x *SendMsgCsReq) GetEmote() uint32

func (*SendMsgCsReq) GetMsgType ¶

func (x *SendMsgCsReq) GetMsgType() MsgType

func (*SendMsgCsReq) GetText ¶

func (x *SendMsgCsReq) GetText() string

func (*SendMsgCsReq) GetToUidList ¶

func (x *SendMsgCsReq) GetToUidList() []uint32

func (*SendMsgCsReq) ProtoMessage ¶

func (*SendMsgCsReq) ProtoMessage()

func (*SendMsgCsReq) ProtoReflect ¶

func (x *SendMsgCsReq) ProtoReflect() protoreflect.Message

func (*SendMsgCsReq) Reset ¶

func (x *SendMsgCsReq) Reset()

func (*SendMsgCsReq) String ¶

func (x *SendMsgCsReq) String() string

type SetClientPausedCsReq ¶

type SetClientPausedCsReq struct {
	Paused bool `protobuf:"varint,2,opt,name=paused,proto3" json:"paused,omitempty"`
	// contains filtered or unexported fields
}

func (*SetClientPausedCsReq) Descriptor deprecated

func (*SetClientPausedCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SetClientPausedCsReq.ProtoReflect.Descriptor instead.

func (*SetClientPausedCsReq) GetPaused ¶

func (x *SetClientPausedCsReq) GetPaused() bool

func (*SetClientPausedCsReq) ProtoMessage ¶

func (*SetClientPausedCsReq) ProtoMessage()

func (*SetClientPausedCsReq) ProtoReflect ¶

func (x *SetClientPausedCsReq) ProtoReflect() protoreflect.Message

func (*SetClientPausedCsReq) Reset ¶

func (x *SetClientPausedCsReq) Reset()

func (*SetClientPausedCsReq) String ¶

func (x *SetClientPausedCsReq) String() string

type SetClientPausedScRsp ¶

type SetClientPausedScRsp struct {
	Paused  bool   `protobuf:"varint,12,opt,name=paused,proto3" json:"paused,omitempty"`
	Retcode uint32 `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*SetClientPausedScRsp) Descriptor deprecated

func (*SetClientPausedScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SetClientPausedScRsp.ProtoReflect.Descriptor instead.

func (*SetClientPausedScRsp) GetPaused ¶

func (x *SetClientPausedScRsp) GetPaused() bool

func (*SetClientPausedScRsp) GetRetcode ¶

func (x *SetClientPausedScRsp) GetRetcode() uint32

func (*SetClientPausedScRsp) ProtoMessage ¶

func (*SetClientPausedScRsp) ProtoMessage()

func (*SetClientPausedScRsp) ProtoReflect ¶

func (x *SetClientPausedScRsp) ProtoReflect() protoreflect.Message

func (*SetClientPausedScRsp) Reset ¶

func (x *SetClientPausedScRsp) Reset()

func (*SetClientPausedScRsp) String ¶

func (x *SetClientPausedScRsp) String() string

type SetGameplayBirthdayCsReq ¶

type SetGameplayBirthdayCsReq struct {
	Birthday uint32 `protobuf:"varint,4,opt,name=birthday,proto3" json:"birthday,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGameplayBirthdayCsReq) Descriptor deprecated

func (*SetGameplayBirthdayCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SetGameplayBirthdayCsReq.ProtoReflect.Descriptor instead.

func (*SetGameplayBirthdayCsReq) GetBirthday ¶

func (x *SetGameplayBirthdayCsReq) GetBirthday() uint32

func (*SetGameplayBirthdayCsReq) ProtoMessage ¶

func (*SetGameplayBirthdayCsReq) ProtoMessage()

func (*SetGameplayBirthdayCsReq) ProtoReflect ¶

func (x *SetGameplayBirthdayCsReq) ProtoReflect() protoreflect.Message

func (*SetGameplayBirthdayCsReq) Reset ¶

func (x *SetGameplayBirthdayCsReq) Reset()

func (*SetGameplayBirthdayCsReq) String ¶

func (x *SetGameplayBirthdayCsReq) String() string

type SetGameplayBirthdayScRsp ¶

type SetGameplayBirthdayScRsp struct {
	Retcode  uint32 `protobuf:"varint,15,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Birthday uint32 `protobuf:"varint,5,opt,name=birthday,proto3" json:"birthday,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGameplayBirthdayScRsp) Descriptor deprecated

func (*SetGameplayBirthdayScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SetGameplayBirthdayScRsp.ProtoReflect.Descriptor instead.

func (*SetGameplayBirthdayScRsp) GetBirthday ¶

func (x *SetGameplayBirthdayScRsp) GetBirthday() uint32

func (*SetGameplayBirthdayScRsp) GetRetcode ¶

func (x *SetGameplayBirthdayScRsp) GetRetcode() uint32

func (*SetGameplayBirthdayScRsp) ProtoMessage ¶

func (*SetGameplayBirthdayScRsp) ProtoMessage()

func (*SetGameplayBirthdayScRsp) ProtoReflect ¶

func (x *SetGameplayBirthdayScRsp) ProtoReflect() protoreflect.Message

func (*SetGameplayBirthdayScRsp) Reset ¶

func (x *SetGameplayBirthdayScRsp) Reset()

func (*SetGameplayBirthdayScRsp) String ¶

func (x *SetGameplayBirthdayScRsp) String() string

type SetHeadIconCsReq ¶

type SetHeadIconCsReq struct {
	Id uint32 `protobuf:"varint,5,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*SetHeadIconCsReq) Descriptor deprecated

func (*SetHeadIconCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SetHeadIconCsReq.ProtoReflect.Descriptor instead.

func (*SetHeadIconCsReq) GetId ¶

func (x *SetHeadIconCsReq) GetId() uint32

func (*SetHeadIconCsReq) ProtoMessage ¶

func (*SetHeadIconCsReq) ProtoMessage()

func (*SetHeadIconCsReq) ProtoReflect ¶

func (x *SetHeadIconCsReq) ProtoReflect() protoreflect.Message

func (*SetHeadIconCsReq) Reset ¶

func (x *SetHeadIconCsReq) Reset()

func (*SetHeadIconCsReq) String ¶

func (x *SetHeadIconCsReq) String() string

type SetHeadIconScRsp ¶

type SetHeadIconScRsp struct {
	CurrentHeadIconId uint32 `protobuf:"varint,11,opt,name=current_head_icon_id,json=currentHeadIconId,proto3" json:"current_head_icon_id,omitempty"`
	Retcode           uint32 `protobuf:"varint,7,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*SetHeadIconScRsp) Descriptor deprecated

func (*SetHeadIconScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SetHeadIconScRsp.ProtoReflect.Descriptor instead.

func (*SetHeadIconScRsp) GetCurrentHeadIconId ¶

func (x *SetHeadIconScRsp) GetCurrentHeadIconId() uint32

func (*SetHeadIconScRsp) GetRetcode ¶

func (x *SetHeadIconScRsp) GetRetcode() uint32

func (*SetHeadIconScRsp) ProtoMessage ¶

func (*SetHeadIconScRsp) ProtoMessage()

func (*SetHeadIconScRsp) ProtoReflect ¶

func (x *SetHeadIconScRsp) ProtoReflect() protoreflect.Message

func (*SetHeadIconScRsp) Reset ¶

func (x *SetHeadIconScRsp) Reset()

func (*SetHeadIconScRsp) String ¶

func (x *SetHeadIconScRsp) String() string

type SetHeroBasicTypeCsReq ¶

type SetHeroBasicTypeCsReq struct {
	BasicType HeroBasicType `protobuf:"varint,7,opt,name=basic_type,json=basicType,proto3,enum=proto.HeroBasicType" json:"basic_type,omitempty"`
	// contains filtered or unexported fields
}

func (*SetHeroBasicTypeCsReq) Descriptor deprecated

func (*SetHeroBasicTypeCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SetHeroBasicTypeCsReq.ProtoReflect.Descriptor instead.

func (*SetHeroBasicTypeCsReq) GetBasicType ¶

func (x *SetHeroBasicTypeCsReq) GetBasicType() HeroBasicType

func (*SetHeroBasicTypeCsReq) ProtoMessage ¶

func (*SetHeroBasicTypeCsReq) ProtoMessage()

func (*SetHeroBasicTypeCsReq) ProtoReflect ¶

func (x *SetHeroBasicTypeCsReq) ProtoReflect() protoreflect.Message

func (*SetHeroBasicTypeCsReq) Reset ¶

func (x *SetHeroBasicTypeCsReq) Reset()

func (*SetHeroBasicTypeCsReq) String ¶

func (x *SetHeroBasicTypeCsReq) String() string

type SetHeroBasicTypeScRsp ¶

type SetHeroBasicTypeScRsp struct {
	BasicType HeroBasicType `protobuf:"varint,12,opt,name=basic_type,json=basicType,proto3,enum=proto.HeroBasicType" json:"basic_type,omitempty"`
	Retcode   uint32        `protobuf:"varint,13,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*SetHeroBasicTypeScRsp) Descriptor deprecated

func (*SetHeroBasicTypeScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SetHeroBasicTypeScRsp.ProtoReflect.Descriptor instead.

func (*SetHeroBasicTypeScRsp) GetBasicType ¶

func (x *SetHeroBasicTypeScRsp) GetBasicType() HeroBasicType

func (*SetHeroBasicTypeScRsp) GetRetcode ¶

func (x *SetHeroBasicTypeScRsp) GetRetcode() uint32

func (*SetHeroBasicTypeScRsp) ProtoMessage ¶

func (*SetHeroBasicTypeScRsp) ProtoMessage()

func (*SetHeroBasicTypeScRsp) ProtoReflect ¶

func (x *SetHeroBasicTypeScRsp) ProtoReflect() protoreflect.Message

func (*SetHeroBasicTypeScRsp) Reset ¶

func (x *SetHeroBasicTypeScRsp) Reset()

func (*SetHeroBasicTypeScRsp) String ¶

func (x *SetHeroBasicTypeScRsp) String() string

type SetLineupNameCsReq ¶

type SetLineupNameCsReq struct {
	Name  string `protobuf:"bytes,15,opt,name=name,proto3" json:"name,omitempty"`
	Index uint32 `protobuf:"varint,13,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*SetLineupNameCsReq) Descriptor deprecated

func (*SetLineupNameCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SetLineupNameCsReq.ProtoReflect.Descriptor instead.

func (*SetLineupNameCsReq) GetIndex ¶

func (x *SetLineupNameCsReq) GetIndex() uint32

func (*SetLineupNameCsReq) GetName ¶

func (x *SetLineupNameCsReq) GetName() string

func (*SetLineupNameCsReq) ProtoMessage ¶

func (*SetLineupNameCsReq) ProtoMessage()

func (*SetLineupNameCsReq) ProtoReflect ¶

func (x *SetLineupNameCsReq) ProtoReflect() protoreflect.Message

func (*SetLineupNameCsReq) Reset ¶

func (x *SetLineupNameCsReq) Reset()

func (*SetLineupNameCsReq) String ¶

func (x *SetLineupNameCsReq) String() string

type SetLineupNameScRsp ¶

type SetLineupNameScRsp struct {
	Index   uint32 `protobuf:"varint,8,opt,name=index,proto3" json:"index,omitempty"`
	Retcode uint32 `protobuf:"varint,13,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Name    string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*SetLineupNameScRsp) Descriptor deprecated

func (*SetLineupNameScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SetLineupNameScRsp.ProtoReflect.Descriptor instead.

func (*SetLineupNameScRsp) GetIndex ¶

func (x *SetLineupNameScRsp) GetIndex() uint32

func (*SetLineupNameScRsp) GetName ¶

func (x *SetLineupNameScRsp) GetName() string

func (*SetLineupNameScRsp) GetRetcode ¶

func (x *SetLineupNameScRsp) GetRetcode() uint32

func (*SetLineupNameScRsp) ProtoMessage ¶

func (*SetLineupNameScRsp) ProtoMessage()

func (*SetLineupNameScRsp) ProtoReflect ¶

func (x *SetLineupNameScRsp) ProtoReflect() protoreflect.Message

func (*SetLineupNameScRsp) Reset ¶

func (x *SetLineupNameScRsp) Reset()

func (*SetLineupNameScRsp) String ¶

func (x *SetLineupNameScRsp) String() string

type SetNicknameCsReq ¶

type SetNicknameCsReq struct {
	Nickname string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"`
	// contains filtered or unexported fields
}

func (*SetNicknameCsReq) Descriptor deprecated

func (*SetNicknameCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SetNicknameCsReq.ProtoReflect.Descriptor instead.

func (*SetNicknameCsReq) GetNickname ¶

func (x *SetNicknameCsReq) GetNickname() string

func (*SetNicknameCsReq) ProtoMessage ¶

func (*SetNicknameCsReq) ProtoMessage()

func (*SetNicknameCsReq) ProtoReflect ¶

func (x *SetNicknameCsReq) ProtoReflect() protoreflect.Message

func (*SetNicknameCsReq) Reset ¶

func (x *SetNicknameCsReq) Reset()

func (*SetNicknameCsReq) String ¶

func (x *SetNicknameCsReq) String() string

type SetSignatureCsReq ¶

type SetSignatureCsReq struct {
	Signature string `protobuf:"bytes,15,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSignatureCsReq) Descriptor deprecated

func (*SetSignatureCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SetSignatureCsReq.ProtoReflect.Descriptor instead.

func (*SetSignatureCsReq) GetSignature ¶

func (x *SetSignatureCsReq) GetSignature() string

func (*SetSignatureCsReq) ProtoMessage ¶

func (*SetSignatureCsReq) ProtoMessage()

func (*SetSignatureCsReq) ProtoReflect ¶

func (x *SetSignatureCsReq) ProtoReflect() protoreflect.Message

func (*SetSignatureCsReq) Reset ¶

func (x *SetSignatureCsReq) Reset()

func (*SetSignatureCsReq) String ¶

func (x *SetSignatureCsReq) String() string

type SetSignatureScRsp ¶

type SetSignatureScRsp struct {
	Retcode   uint32 `protobuf:"varint,4,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Signature string `protobuf:"bytes,1,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSignatureScRsp) Descriptor deprecated

func (*SetSignatureScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SetSignatureScRsp.ProtoReflect.Descriptor instead.

func (*SetSignatureScRsp) GetRetcode ¶

func (x *SetSignatureScRsp) GetRetcode() uint32

func (*SetSignatureScRsp) GetSignature ¶

func (x *SetSignatureScRsp) GetSignature() string

func (*SetSignatureScRsp) ProtoMessage ¶

func (*SetSignatureScRsp) ProtoMessage()

func (*SetSignatureScRsp) ProtoReflect ¶

func (x *SetSignatureScRsp) ProtoReflect() protoreflect.Message

func (*SetSignatureScRsp) Reset ¶

func (x *SetSignatureScRsp) Reset()

func (*SetSignatureScRsp) String ¶

func (x *SetSignatureScRsp) String() string

type Shop ¶

type Shop struct {
	CityLevel            uint32   `protobuf:"varint,5,opt,name=city_level,json=cityLevel,proto3" json:"city_level,omitempty"`
	BeginTime            int64    `protobuf:"varint,8,opt,name=begin_time,json=beginTime,proto3" json:"begin_time,omitempty"`
	EndTime              int64    `protobuf:"varint,13,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	GoodsList            []*Goods `protobuf:"bytes,2,rep,name=goods_list,json=goodsList,proto3" json:"goods_list,omitempty"`
	CityExp              uint32   `protobuf:"varint,10,opt,name=city_exp,json=cityExp,proto3" json:"city_exp,omitempty"`
	CityTakenLevelReward uint64   `` /* 126-byte string literal not displayed */
	ShopId               uint32   `protobuf:"varint,11,opt,name=shop_id,json=shopId,proto3" json:"shop_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Shop) Descriptor deprecated

func (*Shop) Descriptor() ([]byte, []int)

Deprecated: Use Shop.ProtoReflect.Descriptor instead.

func (*Shop) GetBeginTime ¶

func (x *Shop) GetBeginTime() int64

func (*Shop) GetCityExp ¶

func (x *Shop) GetCityExp() uint32

func (*Shop) GetCityLevel ¶

func (x *Shop) GetCityLevel() uint32

func (*Shop) GetCityTakenLevelReward ¶

func (x *Shop) GetCityTakenLevelReward() uint64

func (*Shop) GetEndTime ¶

func (x *Shop) GetEndTime() int64

func (*Shop) GetGoodsList ¶

func (x *Shop) GetGoodsList() []*Goods

func (*Shop) GetShopId ¶

func (x *Shop) GetShopId() uint32

func (*Shop) ProtoMessage ¶

func (*Shop) ProtoMessage()

func (*Shop) ProtoReflect ¶

func (x *Shop) ProtoReflect() protoreflect.Message

func (*Shop) Reset ¶

func (x *Shop) Reset()

func (*Shop) String ¶

func (x *Shop) String() string

type SimpleAvatarInfo ¶

type SimpleAvatarInfo struct {
	AvatarId      uint32 `protobuf:"varint,5,opt,name=avatar_id,json=avatarId,proto3" json:"avatar_id,omitempty"`
	Level         uint32 `protobuf:"varint,10,opt,name=level,proto3" json:"level,omitempty"`
	DressedSkinId uint32 `protobuf:"varint,2,opt,name=dressed_skin_id,json=dressedSkinId,proto3" json:"dressed_skin_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SimpleAvatarInfo) Descriptor deprecated

func (*SimpleAvatarInfo) Descriptor() ([]byte, []int)

Deprecated: Use SimpleAvatarInfo.ProtoReflect.Descriptor instead.

func (*SimpleAvatarInfo) GetAvatarId ¶

func (x *SimpleAvatarInfo) GetAvatarId() uint32

func (*SimpleAvatarInfo) GetDressedSkinId ¶

func (x *SimpleAvatarInfo) GetDressedSkinId() uint32

func (*SimpleAvatarInfo) GetLevel ¶

func (x *SimpleAvatarInfo) GetLevel() uint32

func (*SimpleAvatarInfo) ProtoMessage ¶

func (*SimpleAvatarInfo) ProtoMessage()

func (*SimpleAvatarInfo) ProtoReflect ¶

func (x *SimpleAvatarInfo) ProtoReflect() protoreflect.Message

func (*SimpleAvatarInfo) Reset ¶

func (x *SimpleAvatarInfo) Reset()

func (*SimpleAvatarInfo) String ¶

func (x *SimpleAvatarInfo) String() string

type SimpleInfo ¶

type SimpleInfo struct {
	Signature        string             `protobuf:"bytes,9,opt,name=signature,proto3" json:"signature,omitempty"`
	LastActiveTime   int64              `protobuf:"varint,12,opt,name=last_active_time,json=lastActiveTime,proto3" json:"last_active_time,omitempty"`
	Level            uint32             `protobuf:"varint,14,opt,name=level,proto3" json:"level,omitempty"`
	ChatBubbleId     uint32             `protobuf:"varint,11,opt,name=chat_bubble_id,json=chatBubbleId,proto3" json:"chat_bubble_id,omitempty"`
	PlatformType     PlatformType       `protobuf:"varint,15,opt,name=platform_type,json=platformType,proto3,enum=proto.PlatformType" json:"platform_type,omitempty"`
	SimpleAvatarInfo *SimpleAvatarInfo  `protobuf:"bytes,6,opt,name=simple_avatar_info,json=simpleAvatarInfo,proto3" json:"simple_avatar_info,omitempty"`
	Uid              uint32             `protobuf:"varint,1,opt,name=uid,proto3" json:"uid,omitempty"`
	HeadIcon         uint32             `protobuf:"varint,13,opt,name=head_icon,json=headIcon,proto3" json:"head_icon,omitempty"`
	Nickname         string             `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"`
	OnlineStatus     FriendOnlineStatus `` /* 128-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SimpleInfo) Descriptor deprecated

func (*SimpleInfo) Descriptor() ([]byte, []int)

Deprecated: Use SimpleInfo.ProtoReflect.Descriptor instead.

func (*SimpleInfo) GetChatBubbleId ¶

func (x *SimpleInfo) GetChatBubbleId() uint32

func (*SimpleInfo) GetHeadIcon ¶

func (x *SimpleInfo) GetHeadIcon() uint32

func (*SimpleInfo) GetLastActiveTime ¶

func (x *SimpleInfo) GetLastActiveTime() int64

func (*SimpleInfo) GetLevel ¶

func (x *SimpleInfo) GetLevel() uint32

func (*SimpleInfo) GetNickname ¶

func (x *SimpleInfo) GetNickname() string

func (*SimpleInfo) GetOnlineStatus ¶

func (x *SimpleInfo) GetOnlineStatus() FriendOnlineStatus

func (*SimpleInfo) GetPlatformType ¶

func (x *SimpleInfo) GetPlatformType() PlatformType

func (*SimpleInfo) GetSignature ¶

func (x *SimpleInfo) GetSignature() string

func (*SimpleInfo) GetSimpleAvatarInfo ¶

func (x *SimpleInfo) GetSimpleAvatarInfo() *SimpleAvatarInfo

func (*SimpleInfo) GetUid ¶

func (x *SimpleInfo) GetUid() uint32

func (*SimpleInfo) ProtoMessage ¶

func (*SimpleInfo) ProtoMessage()

func (*SimpleInfo) ProtoReflect ¶

func (x *SimpleInfo) ProtoReflect() protoreflect.Message

func (*SimpleInfo) Reset ¶

func (x *SimpleInfo) Reset()

func (*SimpleInfo) String ¶

func (x *SimpleInfo) String() string

type SpBarInfo ¶

type SpBarInfo struct {
	CurSp uint32 `protobuf:"varint,1,opt,name=cur_sp,json=curSp,proto3" json:"cur_sp,omitempty"`
	MaxSp uint32 `protobuf:"varint,2,opt,name=max_sp,json=maxSp,proto3" json:"max_sp,omitempty"`
	// contains filtered or unexported fields
}

func (*SpBarInfo) Descriptor deprecated

func (*SpBarInfo) Descriptor() ([]byte, []int)

Deprecated: Use SpBarInfo.ProtoReflect.Descriptor instead.

func (*SpBarInfo) GetCurSp ¶

func (x *SpBarInfo) GetCurSp() uint32

func (*SpBarInfo) GetMaxSp ¶

func (x *SpBarInfo) GetMaxSp() uint32

func (*SpBarInfo) ProtoMessage ¶

func (*SpBarInfo) ProtoMessage()

func (*SpBarInfo) ProtoReflect ¶

func (x *SpBarInfo) ProtoReflect() protoreflect.Message

func (*SpBarInfo) Reset ¶

func (x *SpBarInfo) Reset()

func (*SpBarInfo) String ¶

func (x *SpBarInfo) String() string

type StaminaInfoScNotify ¶

type StaminaInfoScNotify struct {
	NextRecoverTime int64  `protobuf:"varint,7,opt,name=next_recover_time,json=nextRecoverTime,proto3" json:"next_recover_time,omitempty"`
	Stamina         uint32 `protobuf:"varint,4,opt,name=stamina,proto3" json:"stamina,omitempty"`
	ReserveStamina  uint32 `protobuf:"varint,13,opt,name=reserve_stamina,json=reserveStamina,proto3" json:"reserve_stamina,omitempty"`
	// contains filtered or unexported fields
}

func (*StaminaInfoScNotify) Descriptor deprecated

func (*StaminaInfoScNotify) Descriptor() ([]byte, []int)

Deprecated: Use StaminaInfoScNotify.ProtoReflect.Descriptor instead.

func (*StaminaInfoScNotify) GetNextRecoverTime ¶

func (x *StaminaInfoScNotify) GetNextRecoverTime() int64

func (*StaminaInfoScNotify) GetReserveStamina ¶

func (x *StaminaInfoScNotify) GetReserveStamina() uint32

func (*StaminaInfoScNotify) GetStamina ¶

func (x *StaminaInfoScNotify) GetStamina() uint32

func (*StaminaInfoScNotify) ProtoMessage ¶

func (*StaminaInfoScNotify) ProtoMessage()

func (*StaminaInfoScNotify) ProtoReflect ¶

func (x *StaminaInfoScNotify) ProtoReflect() protoreflect.Message

func (*StaminaInfoScNotify) Reset ¶

func (x *StaminaInfoScNotify) Reset()

func (*StaminaInfoScNotify) String ¶

func (x *StaminaInfoScNotify) String() string

type StartChallengeCsReq ¶

type StartChallengeCsReq struct {
	ChallengeId uint32 `protobuf:"varint,6,opt,name=challenge_id,json=challengeId,proto3" json:"challenge_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StartChallengeCsReq) Descriptor deprecated

func (*StartChallengeCsReq) Descriptor() ([]byte, []int)

Deprecated: Use StartChallengeCsReq.ProtoReflect.Descriptor instead.

func (*StartChallengeCsReq) GetChallengeId ¶

func (x *StartChallengeCsReq) GetChallengeId() uint32

func (*StartChallengeCsReq) ProtoMessage ¶

func (*StartChallengeCsReq) ProtoMessage()

func (*StartChallengeCsReq) ProtoReflect ¶

func (x *StartChallengeCsReq) ProtoReflect() protoreflect.Message

func (*StartChallengeCsReq) Reset ¶

func (x *StartChallengeCsReq) Reset()

func (*StartChallengeCsReq) String ¶

func (x *StartChallengeCsReq) String() string

type StartChallengeScRsp ¶

type StartChallengeScRsp struct {
	ChallengeInfo *ChallengeInfo `protobuf:"bytes,3,opt,name=challenge_info,json=challengeInfo,proto3" json:"challenge_info,omitempty"`
	Scene         *SceneInfo     `protobuf:"bytes,11,opt,name=scene,proto3" json:"scene,omitempty"`
	Lineup        *LineupInfo    `protobuf:"bytes,4,opt,name=lineup,proto3" json:"lineup,omitempty"`
	Retcode       uint32         `protobuf:"varint,1,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*StartChallengeScRsp) Descriptor deprecated

func (*StartChallengeScRsp) Descriptor() ([]byte, []int)

Deprecated: Use StartChallengeScRsp.ProtoReflect.Descriptor instead.

func (*StartChallengeScRsp) GetChallengeInfo ¶

func (x *StartChallengeScRsp) GetChallengeInfo() *ChallengeInfo

func (*StartChallengeScRsp) GetLineup ¶

func (x *StartChallengeScRsp) GetLineup() *LineupInfo

func (*StartChallengeScRsp) GetRetcode ¶

func (x *StartChallengeScRsp) GetRetcode() uint32

func (*StartChallengeScRsp) GetScene ¶

func (x *StartChallengeScRsp) GetScene() *SceneInfo

func (*StartChallengeScRsp) ProtoMessage ¶

func (*StartChallengeScRsp) ProtoMessage()

func (*StartChallengeScRsp) ProtoReflect ¶

func (x *StartChallengeScRsp) ProtoReflect() protoreflect.Message

func (*StartChallengeScRsp) Reset ¶

func (x *StartChallengeScRsp) Reset()

func (*StartChallengeScRsp) String ¶

func (x *StartChallengeScRsp) String() string

type StartCocoonStageCsReq ¶

type StartCocoonStageCsReq struct {
	CocoonId     uint32 `protobuf:"varint,12,opt,name=cocoon_id,json=cocoonId,proto3" json:"cocoon_id,omitempty"`
	WorldLevel   uint32 `protobuf:"varint,5,opt,name=world_level,json=worldLevel,proto3" json:"world_level,omitempty"`
	Wave         uint32 `protobuf:"varint,11,opt,name=wave,proto3" json:"wave,omitempty"`
	PropEntityId uint32 `protobuf:"varint,14,opt,name=prop_entity_id,json=propEntityId,proto3" json:"prop_entity_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StartCocoonStageCsReq) Descriptor deprecated

func (*StartCocoonStageCsReq) Descriptor() ([]byte, []int)

Deprecated: Use StartCocoonStageCsReq.ProtoReflect.Descriptor instead.

func (*StartCocoonStageCsReq) GetCocoonId ¶

func (x *StartCocoonStageCsReq) GetCocoonId() uint32

func (*StartCocoonStageCsReq) GetPropEntityId ¶

func (x *StartCocoonStageCsReq) GetPropEntityId() uint32

func (*StartCocoonStageCsReq) GetWave ¶

func (x *StartCocoonStageCsReq) GetWave() uint32

func (*StartCocoonStageCsReq) GetWorldLevel ¶

func (x *StartCocoonStageCsReq) GetWorldLevel() uint32

func (*StartCocoonStageCsReq) ProtoMessage ¶

func (*StartCocoonStageCsReq) ProtoMessage()

func (*StartCocoonStageCsReq) ProtoReflect ¶

func (x *StartCocoonStageCsReq) ProtoReflect() protoreflect.Message

func (*StartCocoonStageCsReq) Reset ¶

func (x *StartCocoonStageCsReq) Reset()

func (*StartCocoonStageCsReq) String ¶

func (x *StartCocoonStageCsReq) String() string

type StartCocoonStageScRsp ¶

type StartCocoonStageScRsp struct {
	PropEntityId uint32           `protobuf:"varint,6,opt,name=prop_entity_id,json=propEntityId,proto3" json:"prop_entity_id,omitempty"`
	BattleInfo   *SceneBattleInfo `protobuf:"bytes,12,opt,name=battle_info,json=battleInfo,proto3" json:"battle_info,omitempty"`
	CocoonId     uint32           `protobuf:"varint,5,opt,name=cocoon_id,json=cocoonId,proto3" json:"cocoon_id,omitempty"`
	Retcode      uint32           `protobuf:"varint,11,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Wave         uint32           `protobuf:"varint,8,opt,name=wave,proto3" json:"wave,omitempty"`
	// contains filtered or unexported fields
}

func (*StartCocoonStageScRsp) Descriptor deprecated

func (*StartCocoonStageScRsp) Descriptor() ([]byte, []int)

Deprecated: Use StartCocoonStageScRsp.ProtoReflect.Descriptor instead.

func (*StartCocoonStageScRsp) GetBattleInfo ¶

func (x *StartCocoonStageScRsp) GetBattleInfo() *SceneBattleInfo

func (*StartCocoonStageScRsp) GetCocoonId ¶

func (x *StartCocoonStageScRsp) GetCocoonId() uint32

func (*StartCocoonStageScRsp) GetPropEntityId ¶

func (x *StartCocoonStageScRsp) GetPropEntityId() uint32

func (*StartCocoonStageScRsp) GetRetcode ¶

func (x *StartCocoonStageScRsp) GetRetcode() uint32

func (*StartCocoonStageScRsp) GetWave ¶

func (x *StartCocoonStageScRsp) GetWave() uint32

func (*StartCocoonStageScRsp) ProtoMessage ¶

func (*StartCocoonStageScRsp) ProtoMessage()

func (*StartCocoonStageScRsp) ProtoReflect ¶

func (x *StartCocoonStageScRsp) ProtoReflect() protoreflect.Message

func (*StartCocoonStageScRsp) Reset ¶

func (x *StartCocoonStageScRsp) Reset()

func (*StartCocoonStageScRsp) String ¶

func (x *StartCocoonStageScRsp) String() string

type StartRogueCsReq ¶

type StartRogueCsReq struct {
	BuffAeonId       uint32   `protobuf:"varint,6,opt,name=buff_aeon_id,json=buffAeonId,proto3" json:"buff_aeon_id,omitempty"`
	BaseAvatarIdList []uint32 `protobuf:"varint,8,rep,packed,name=base_avatar_id_list,json=baseAvatarIdList,proto3" json:"base_avatar_id_list,omitempty"`
	AreaId           uint32   `protobuf:"varint,12,opt,name=area_id,json=areaId,proto3" json:"area_id,omitempty"`
	// contains filtered or unexported fields
}

func (*StartRogueCsReq) Descriptor deprecated

func (*StartRogueCsReq) Descriptor() ([]byte, []int)

Deprecated: Use StartRogueCsReq.ProtoReflect.Descriptor instead.

func (*StartRogueCsReq) GetAreaId ¶

func (x *StartRogueCsReq) GetAreaId() uint32

func (*StartRogueCsReq) GetBaseAvatarIdList ¶

func (x *StartRogueCsReq) GetBaseAvatarIdList() []uint32

func (*StartRogueCsReq) GetBuffAeonId ¶

func (x *StartRogueCsReq) GetBuffAeonId() uint32

func (*StartRogueCsReq) ProtoMessage ¶

func (*StartRogueCsReq) ProtoMessage()

func (*StartRogueCsReq) ProtoReflect ¶

func (x *StartRogueCsReq) ProtoReflect() protoreflect.Message

func (*StartRogueCsReq) Reset ¶

func (x *StartRogueCsReq) Reset()

func (*StartRogueCsReq) String ¶

func (x *StartRogueCsReq) String() string

type StartRogueScRsp ¶

type StartRogueScRsp struct {
	Scene     *SceneInfo  `protobuf:"bytes,3,opt,name=scene,proto3" json:"scene,omitempty"`
	Lineup    *LineupInfo `protobuf:"bytes,12,opt,name=lineup,proto3" json:"lineup,omitempty"`
	Retcode   uint32      `protobuf:"varint,2,opt,name=retcode,proto3" json:"retcode,omitempty"`
	RogueInfo *RogueInfo  `protobuf:"bytes,13,opt,name=rogue_info,json=rogueInfo,proto3" json:"rogue_info,omitempty"`
	// contains filtered or unexported fields
}

func (*StartRogueScRsp) Descriptor deprecated

func (*StartRogueScRsp) Descriptor() ([]byte, []int)

Deprecated: Use StartRogueScRsp.ProtoReflect.Descriptor instead.

func (*StartRogueScRsp) GetLineup ¶

func (x *StartRogueScRsp) GetLineup() *LineupInfo

func (*StartRogueScRsp) GetRetcode ¶

func (x *StartRogueScRsp) GetRetcode() uint32

func (*StartRogueScRsp) GetRogueInfo ¶

func (x *StartRogueScRsp) GetRogueInfo() *RogueInfo

func (*StartRogueScRsp) GetScene ¶

func (x *StartRogueScRsp) GetScene() *SceneInfo

func (*StartRogueScRsp) ProtoMessage ¶

func (*StartRogueScRsp) ProtoMessage()

func (*StartRogueScRsp) ProtoReflect ¶

func (x *StartRogueScRsp) ProtoReflect() protoreflect.Message

func (*StartRogueScRsp) Reset ¶

func (x *StartRogueScRsp) Reset()

func (*StartRogueScRsp) String ¶

func (x *StartRogueScRsp) String() string

type SwapLineupCsReq ¶

type SwapLineupCsReq struct {
	SrcSlot         uint32          `protobuf:"varint,11,opt,name=src_slot,json=srcSlot,proto3" json:"src_slot,omitempty"`
	PlaneId         uint32          `protobuf:"varint,7,opt,name=plane_id,json=planeId,proto3" json:"plane_id,omitempty"`
	Index           uint32          `protobuf:"varint,15,opt,name=index,proto3" json:"index,omitempty"`
	ExtraLineupType ExtraLineupType `` /* 137-byte string literal not displayed */
	IsVirtual       bool            `protobuf:"varint,2,opt,name=is_virtual,json=isVirtual,proto3" json:"is_virtual,omitempty"`
	DstSlot         uint32          `protobuf:"varint,12,opt,name=dst_slot,json=dstSlot,proto3" json:"dst_slot,omitempty"`
	// contains filtered or unexported fields
}

func (*SwapLineupCsReq) Descriptor deprecated

func (*SwapLineupCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SwapLineupCsReq.ProtoReflect.Descriptor instead.

func (*SwapLineupCsReq) GetDstSlot ¶

func (x *SwapLineupCsReq) GetDstSlot() uint32

func (*SwapLineupCsReq) GetExtraLineupType ¶

func (x *SwapLineupCsReq) GetExtraLineupType() ExtraLineupType

func (*SwapLineupCsReq) GetIndex ¶

func (x *SwapLineupCsReq) GetIndex() uint32

func (*SwapLineupCsReq) GetIsVirtual ¶

func (x *SwapLineupCsReq) GetIsVirtual() bool

func (*SwapLineupCsReq) GetPlaneId ¶

func (x *SwapLineupCsReq) GetPlaneId() uint32

func (*SwapLineupCsReq) GetSrcSlot ¶

func (x *SwapLineupCsReq) GetSrcSlot() uint32

func (*SwapLineupCsReq) ProtoMessage ¶

func (*SwapLineupCsReq) ProtoMessage()

func (*SwapLineupCsReq) ProtoReflect ¶

func (x *SwapLineupCsReq) ProtoReflect() protoreflect.Message

func (*SwapLineupCsReq) Reset ¶

func (x *SwapLineupCsReq) Reset()

func (*SwapLineupCsReq) String ¶

func (x *SwapLineupCsReq) String() string

type SwitchLineupIndexCsReq ¶

type SwitchLineupIndexCsReq struct {
	Index uint32 `protobuf:"varint,9,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*SwitchLineupIndexCsReq) Descriptor deprecated

func (*SwitchLineupIndexCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SwitchLineupIndexCsReq.ProtoReflect.Descriptor instead.

func (*SwitchLineupIndexCsReq) GetIndex ¶

func (x *SwitchLineupIndexCsReq) GetIndex() uint32

func (*SwitchLineupIndexCsReq) ProtoMessage ¶

func (*SwitchLineupIndexCsReq) ProtoMessage()

func (*SwitchLineupIndexCsReq) ProtoReflect ¶

func (x *SwitchLineupIndexCsReq) ProtoReflect() protoreflect.Message

func (*SwitchLineupIndexCsReq) Reset ¶

func (x *SwitchLineupIndexCsReq) Reset()

func (*SwitchLineupIndexCsReq) String ¶

func (x *SwitchLineupIndexCsReq) String() string

type SwitchLineupIndexScRsp ¶

type SwitchLineupIndexScRsp struct {
	Retcode uint32 `protobuf:"varint,8,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Index   uint32 `protobuf:"varint,13,opt,name=index,proto3" json:"index,omitempty"`
	// contains filtered or unexported fields
}

func (*SwitchLineupIndexScRsp) Descriptor deprecated

func (*SwitchLineupIndexScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SwitchLineupIndexScRsp.ProtoReflect.Descriptor instead.

func (*SwitchLineupIndexScRsp) GetIndex ¶

func (x *SwitchLineupIndexScRsp) GetIndex() uint32

func (*SwitchLineupIndexScRsp) GetRetcode ¶

func (x *SwitchLineupIndexScRsp) GetRetcode() uint32

func (*SwitchLineupIndexScRsp) ProtoMessage ¶

func (*SwitchLineupIndexScRsp) ProtoMessage()

func (*SwitchLineupIndexScRsp) ProtoReflect ¶

func (x *SwitchLineupIndexScRsp) ProtoReflect() protoreflect.Message

func (*SwitchLineupIndexScRsp) Reset ¶

func (x *SwitchLineupIndexScRsp) Reset()

func (*SwitchLineupIndexScRsp) String ¶

func (x *SwitchLineupIndexScRsp) String() string

type SyncApplyFriendScNotify ¶

type SyncApplyFriendScNotify struct {
	FriendApplyInfo *FriendApplyInfo `protobuf:"bytes,9,opt,name=friend_apply_info,json=friendApplyInfo,proto3" json:"friend_apply_info,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncApplyFriendScNotify) Descriptor deprecated

func (*SyncApplyFriendScNotify) Descriptor() ([]byte, []int)

Deprecated: Use SyncApplyFriendScNotify.ProtoReflect.Descriptor instead.

func (*SyncApplyFriendScNotify) GetFriendApplyInfo ¶

func (x *SyncApplyFriendScNotify) GetFriendApplyInfo() *FriendApplyInfo

func (*SyncApplyFriendScNotify) ProtoMessage ¶

func (*SyncApplyFriendScNotify) ProtoMessage()

func (*SyncApplyFriendScNotify) ProtoReflect ¶

func (x *SyncApplyFriendScNotify) ProtoReflect() protoreflect.Message

func (*SyncApplyFriendScNotify) Reset ¶

func (x *SyncApplyFriendScNotify) Reset()

func (*SyncApplyFriendScNotify) String ¶

func (x *SyncApplyFriendScNotify) String() string

type SyncClientResVersionCsReq ¶

type SyncClientResVersionCsReq struct {
	ClientResVersion uint32 `protobuf:"varint,15,opt,name=client_res_version,json=clientResVersion,proto3" json:"client_res_version,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncClientResVersionCsReq) Descriptor deprecated

func (*SyncClientResVersionCsReq) Descriptor() ([]byte, []int)

Deprecated: Use SyncClientResVersionCsReq.ProtoReflect.Descriptor instead.

func (*SyncClientResVersionCsReq) GetClientResVersion ¶

func (x *SyncClientResVersionCsReq) GetClientResVersion() uint32

func (*SyncClientResVersionCsReq) ProtoMessage ¶

func (*SyncClientResVersionCsReq) ProtoMessage()

func (*SyncClientResVersionCsReq) ProtoReflect ¶

func (*SyncClientResVersionCsReq) Reset ¶

func (x *SyncClientResVersionCsReq) Reset()

func (*SyncClientResVersionCsReq) String ¶

func (x *SyncClientResVersionCsReq) String() string

type SyncClientResVersionScRsp ¶

type SyncClientResVersionScRsp struct {
	ClientResVersion uint32 `protobuf:"varint,15,opt,name=client_res_version,json=clientResVersion,proto3" json:"client_res_version,omitempty"`
	Retcode          uint32 `protobuf:"varint,6,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncClientResVersionScRsp) Descriptor deprecated

func (*SyncClientResVersionScRsp) Descriptor() ([]byte, []int)

Deprecated: Use SyncClientResVersionScRsp.ProtoReflect.Descriptor instead.

func (*SyncClientResVersionScRsp) GetClientResVersion ¶

func (x *SyncClientResVersionScRsp) GetClientResVersion() uint32

func (*SyncClientResVersionScRsp) GetRetcode ¶

func (x *SyncClientResVersionScRsp) GetRetcode() uint32

func (*SyncClientResVersionScRsp) ProtoMessage ¶

func (*SyncClientResVersionScRsp) ProtoMessage()

func (*SyncClientResVersionScRsp) ProtoReflect ¶

func (*SyncClientResVersionScRsp) Reset ¶

func (x *SyncClientResVersionScRsp) Reset()

func (*SyncClientResVersionScRsp) String ¶

func (x *SyncClientResVersionScRsp) String() string

type SyncDeleteFriendScNotify ¶

type SyncDeleteFriendScNotify struct {
	Uid uint32 `protobuf:"varint,14,opt,name=uid,proto3" json:"uid,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncDeleteFriendScNotify) Descriptor deprecated

func (*SyncDeleteFriendScNotify) Descriptor() ([]byte, []int)

Deprecated: Use SyncDeleteFriendScNotify.ProtoReflect.Descriptor instead.

func (*SyncDeleteFriendScNotify) GetUid ¶

func (x *SyncDeleteFriendScNotify) GetUid() uint32

func (*SyncDeleteFriendScNotify) ProtoMessage ¶

func (*SyncDeleteFriendScNotify) ProtoMessage()

func (*SyncDeleteFriendScNotify) ProtoReflect ¶

func (x *SyncDeleteFriendScNotify) ProtoReflect() protoreflect.Message

func (*SyncDeleteFriendScNotify) Reset ¶

func (x *SyncDeleteFriendScNotify) Reset()

func (*SyncDeleteFriendScNotify) String ¶

func (x *SyncDeleteFriendScNotify) String() string

type SyncEntityBuffChangeListScNotify ¶

type SyncEntityBuffChangeListScNotify struct {
	EntityBuffInfoList []*EntityBuffChangeInfo `protobuf:"bytes,15,rep,name=entity_buff_info_list,json=entityBuffInfoList,proto3" json:"entity_buff_info_list,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncEntityBuffChangeListScNotify) Descriptor deprecated

func (*SyncEntityBuffChangeListScNotify) Descriptor() ([]byte, []int)

Deprecated: Use SyncEntityBuffChangeListScNotify.ProtoReflect.Descriptor instead.

func (*SyncEntityBuffChangeListScNotify) GetEntityBuffInfoList ¶

func (x *SyncEntityBuffChangeListScNotify) GetEntityBuffInfoList() []*EntityBuffChangeInfo

func (*SyncEntityBuffChangeListScNotify) ProtoMessage ¶

func (*SyncEntityBuffChangeListScNotify) ProtoMessage()

func (*SyncEntityBuffChangeListScNotify) ProtoReflect ¶

func (*SyncEntityBuffChangeListScNotify) Reset ¶

func (*SyncEntityBuffChangeListScNotify) String ¶

type SyncHandleFriendScNotify ¶

type SyncHandleFriendScNotify struct {
	Uid              uint32          `protobuf:"varint,2,opt,name=uid,proto3" json:"uid,omitempty"`
	HandleFriendInfo *FriendListInfo `protobuf:"bytes,1,opt,name=handle_friend_info,json=handleFriendInfo,proto3" json:"handle_friend_info,omitempty"`
	HandleResult     bool            `protobuf:"varint,12,opt,name=handle_result,json=handleResult,proto3" json:"handle_result,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncHandleFriendScNotify) Descriptor deprecated

func (*SyncHandleFriendScNotify) Descriptor() ([]byte, []int)

Deprecated: Use SyncHandleFriendScNotify.ProtoReflect.Descriptor instead.

func (*SyncHandleFriendScNotify) GetHandleFriendInfo ¶

func (x *SyncHandleFriendScNotify) GetHandleFriendInfo() *FriendListInfo

func (*SyncHandleFriendScNotify) GetHandleResult ¶

func (x *SyncHandleFriendScNotify) GetHandleResult() bool

func (*SyncHandleFriendScNotify) GetUid ¶

func (x *SyncHandleFriendScNotify) GetUid() uint32

func (*SyncHandleFriendScNotify) ProtoMessage ¶

func (*SyncHandleFriendScNotify) ProtoMessage()

func (*SyncHandleFriendScNotify) ProtoReflect ¶

func (x *SyncHandleFriendScNotify) ProtoReflect() protoreflect.Message

func (*SyncHandleFriendScNotify) Reset ¶

func (x *SyncHandleFriendScNotify) Reset()

func (*SyncHandleFriendScNotify) String ¶

func (x *SyncHandleFriendScNotify) String() string

type SyncLineupNotify ¶

type SyncLineupNotify struct {
	ReasonList []SyncReason `protobuf:"varint,14,rep,packed,name=reason_list,json=reasonList,proto3,enum=proto.SyncReason" json:"reason_list,omitempty"`
	Lineup     *LineupInfo  `protobuf:"bytes,12,opt,name=lineup,proto3" json:"lineup,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncLineupNotify) Descriptor deprecated

func (*SyncLineupNotify) Descriptor() ([]byte, []int)

Deprecated: Use SyncLineupNotify.ProtoReflect.Descriptor instead.

func (*SyncLineupNotify) GetLineup ¶

func (x *SyncLineupNotify) GetLineup() *LineupInfo

func (*SyncLineupNotify) GetReasonList ¶

func (x *SyncLineupNotify) GetReasonList() []SyncReason

func (*SyncLineupNotify) ProtoMessage ¶

func (*SyncLineupNotify) ProtoMessage()

func (*SyncLineupNotify) ProtoReflect ¶

func (x *SyncLineupNotify) ProtoReflect() protoreflect.Message

func (*SyncLineupNotify) Reset ¶

func (x *SyncLineupNotify) Reset()

func (*SyncLineupNotify) String ¶

func (x *SyncLineupNotify) String() string

type SyncReason ¶

type SyncReason int32
const (
	SyncReason_SYNC_REASON_NONE            SyncReason = 0
	SyncReason_SYNC_REASON_MP_ADD          SyncReason = 1
	SyncReason_SYNC_REASON_MP_ADD_PROP_HIT SyncReason = 2
	SyncReason_SYNC_REASON_HP_ADD          SyncReason = 3
	SyncReason_SYNC_REASON_HP_ADD_PROP_HIT SyncReason = 4
)

func (SyncReason) Descriptor ¶

func (SyncReason) Descriptor() protoreflect.EnumDescriptor

func (SyncReason) Enum ¶

func (x SyncReason) Enum() *SyncReason

func (SyncReason) EnumDescriptor deprecated

func (SyncReason) EnumDescriptor() ([]byte, []int)

Deprecated: Use SyncReason.Descriptor instead.

func (SyncReason) Number ¶

func (x SyncReason) Number() protoreflect.EnumNumber

func (SyncReason) String ¶

func (x SyncReason) String() string

func (SyncReason) Type ¶

type SyncRogueBuffSelectInfoScNotify ¶

type SyncRogueBuffSelectInfoScNotify struct {
	BuffSelectInfo *RogueBuffSelectInfo `protobuf:"bytes,5,opt,name=buff_select_info,json=buffSelectInfo,proto3" json:"buff_select_info,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncRogueBuffSelectInfoScNotify) Descriptor deprecated

func (*SyncRogueBuffSelectInfoScNotify) Descriptor() ([]byte, []int)

Deprecated: Use SyncRogueBuffSelectInfoScNotify.ProtoReflect.Descriptor instead.

func (*SyncRogueBuffSelectInfoScNotify) GetBuffSelectInfo ¶

func (x *SyncRogueBuffSelectInfoScNotify) GetBuffSelectInfo() *RogueBuffSelectInfo

func (*SyncRogueBuffSelectInfoScNotify) ProtoMessage ¶

func (*SyncRogueBuffSelectInfoScNotify) ProtoMessage()

func (*SyncRogueBuffSelectInfoScNotify) ProtoReflect ¶

func (*SyncRogueBuffSelectInfoScNotify) Reset ¶

func (*SyncRogueBuffSelectInfoScNotify) String ¶

type SyncRogueFinishScNotify ¶

type SyncRogueFinishScNotify struct {
	FinishInfo *RogueFinishInfo `protobuf:"bytes,11,opt,name=finish_info,json=finishInfo,proto3" json:"finish_info,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncRogueFinishScNotify) Descriptor deprecated

func (*SyncRogueFinishScNotify) Descriptor() ([]byte, []int)

Deprecated: Use SyncRogueFinishScNotify.ProtoReflect.Descriptor instead.

func (*SyncRogueFinishScNotify) GetFinishInfo ¶

func (x *SyncRogueFinishScNotify) GetFinishInfo() *RogueFinishInfo

func (*SyncRogueFinishScNotify) ProtoMessage ¶

func (*SyncRogueFinishScNotify) ProtoMessage()

func (*SyncRogueFinishScNotify) ProtoReflect ¶

func (x *SyncRogueFinishScNotify) ProtoReflect() protoreflect.Message

func (*SyncRogueFinishScNotify) Reset ¶

func (x *SyncRogueFinishScNotify) Reset()

func (*SyncRogueFinishScNotify) String ¶

func (x *SyncRogueFinishScNotify) String() string

type SyncRogueMapRoomScNotify ¶

type SyncRogueMapRoomScNotify struct {
	CurRoom *RogueRoom `protobuf:"bytes,14,opt,name=cur_room,json=curRoom,proto3" json:"cur_room,omitempty"`
	MapId   uint32     `protobuf:"varint,12,opt,name=map_id,json=mapId,proto3" json:"map_id,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncRogueMapRoomScNotify) Descriptor deprecated

func (*SyncRogueMapRoomScNotify) Descriptor() ([]byte, []int)

Deprecated: Use SyncRogueMapRoomScNotify.ProtoReflect.Descriptor instead.

func (*SyncRogueMapRoomScNotify) GetCurRoom ¶

func (x *SyncRogueMapRoomScNotify) GetCurRoom() *RogueRoom

func (*SyncRogueMapRoomScNotify) GetMapId ¶

func (x *SyncRogueMapRoomScNotify) GetMapId() uint32

func (*SyncRogueMapRoomScNotify) ProtoMessage ¶

func (*SyncRogueMapRoomScNotify) ProtoMessage()

func (*SyncRogueMapRoomScNotify) ProtoReflect ¶

func (x *SyncRogueMapRoomScNotify) ProtoReflect() protoreflect.Message

func (*SyncRogueMapRoomScNotify) Reset ¶

func (x *SyncRogueMapRoomScNotify) Reset()

func (*SyncRogueMapRoomScNotify) String ¶

func (x *SyncRogueMapRoomScNotify) String() string

type SyncRogueMiracleSelectInfoScNotify ¶

type SyncRogueMiracleSelectInfoScNotify struct {
	MiracleSelectInfo *RogueMiracleSelectInfo `protobuf:"bytes,7,opt,name=miracle_select_info,json=miracleSelectInfo,proto3" json:"miracle_select_info,omitempty"`
	// contains filtered or unexported fields
}

func (*SyncRogueMiracleSelectInfoScNotify) Descriptor deprecated

func (*SyncRogueMiracleSelectInfoScNotify) Descriptor() ([]byte, []int)

Deprecated: Use SyncRogueMiracleSelectInfoScNotify.ProtoReflect.Descriptor instead.

func (*SyncRogueMiracleSelectInfoScNotify) GetMiracleSelectInfo ¶

func (*SyncRogueMiracleSelectInfoScNotify) ProtoMessage ¶

func (*SyncRogueMiracleSelectInfoScNotify) ProtoMessage()

func (*SyncRogueMiracleSelectInfoScNotify) ProtoReflect ¶

func (*SyncRogueMiracleSelectInfoScNotify) Reset ¶

func (*SyncRogueMiracleSelectInfoScNotify) String ¶

type SyncRogueVirtualItemInfoScNotify ¶

type SyncRogueVirtualItemInfoScNotify struct {
	RogueVirtualItemInfo *RogueVirtualItemInfo `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SyncRogueVirtualItemInfoScNotify) Descriptor deprecated

func (*SyncRogueVirtualItemInfoScNotify) Descriptor() ([]byte, []int)

Deprecated: Use SyncRogueVirtualItemInfoScNotify.ProtoReflect.Descriptor instead.

func (*SyncRogueVirtualItemInfoScNotify) GetRogueVirtualItemInfo ¶

func (x *SyncRogueVirtualItemInfoScNotify) GetRogueVirtualItemInfo() *RogueVirtualItemInfo

func (*SyncRogueVirtualItemInfoScNotify) ProtoMessage ¶

func (*SyncRogueVirtualItemInfoScNotify) ProtoMessage()

func (*SyncRogueVirtualItemInfoScNotify) ProtoReflect ¶

func (*SyncRogueVirtualItemInfoScNotify) Reset ¶

func (*SyncRogueVirtualItemInfoScNotify) String ¶

type TakeChallengeRewardCsReq ¶

type TakeChallengeRewardCsReq struct {
	GroupId   uint32 `protobuf:"varint,14,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	StarCount uint32 `protobuf:"varint,5,opt,name=star_count,json=starCount,proto3" json:"star_count,omitempty"`
	// contains filtered or unexported fields
}

func (*TakeChallengeRewardCsReq) Descriptor deprecated

func (*TakeChallengeRewardCsReq) Descriptor() ([]byte, []int)

Deprecated: Use TakeChallengeRewardCsReq.ProtoReflect.Descriptor instead.

func (*TakeChallengeRewardCsReq) GetGroupId ¶

func (x *TakeChallengeRewardCsReq) GetGroupId() uint32

func (*TakeChallengeRewardCsReq) GetStarCount ¶

func (x *TakeChallengeRewardCsReq) GetStarCount() uint32

func (*TakeChallengeRewardCsReq) ProtoMessage ¶

func (*TakeChallengeRewardCsReq) ProtoMessage()

func (*TakeChallengeRewardCsReq) ProtoReflect ¶

func (x *TakeChallengeRewardCsReq) ProtoReflect() protoreflect.Message

func (*TakeChallengeRewardCsReq) Reset ¶

func (x *TakeChallengeRewardCsReq) Reset()

func (*TakeChallengeRewardCsReq) String ¶

func (x *TakeChallengeRewardCsReq) String() string

type TakeChallengeRewardScRsp ¶

type TakeChallengeRewardScRsp struct {
	Retcode   uint32    `protobuf:"varint,12,opt,name=retcode,proto3" json:"retcode,omitempty"`
	StarCount uint32    `protobuf:"varint,14,opt,name=star_count,json=starCount,proto3" json:"star_count,omitempty"`
	Reward    *ItemList `protobuf:"bytes,1,opt,name=reward,proto3" json:"reward,omitempty"`
	GroupId   uint32    `protobuf:"varint,3,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TakeChallengeRewardScRsp) Descriptor deprecated

func (*TakeChallengeRewardScRsp) Descriptor() ([]byte, []int)

Deprecated: Use TakeChallengeRewardScRsp.ProtoReflect.Descriptor instead.

func (*TakeChallengeRewardScRsp) GetGroupId ¶

func (x *TakeChallengeRewardScRsp) GetGroupId() uint32

func (*TakeChallengeRewardScRsp) GetRetcode ¶

func (x *TakeChallengeRewardScRsp) GetRetcode() uint32

func (*TakeChallengeRewardScRsp) GetReward ¶

func (x *TakeChallengeRewardScRsp) GetReward() *ItemList

func (*TakeChallengeRewardScRsp) GetStarCount ¶

func (x *TakeChallengeRewardScRsp) GetStarCount() uint32

func (*TakeChallengeRewardScRsp) ProtoMessage ¶

func (*TakeChallengeRewardScRsp) ProtoMessage()

func (*TakeChallengeRewardScRsp) ProtoReflect ¶

func (x *TakeChallengeRewardScRsp) ProtoReflect() protoreflect.Message

func (*TakeChallengeRewardScRsp) Reset ¶

func (x *TakeChallengeRewardScRsp) Reset()

func (*TakeChallengeRewardScRsp) String ¶

func (x *TakeChallengeRewardScRsp) String() string

type TakeMailAttachmentCsReq ¶

type TakeMailAttachmentCsReq struct {
	MailIdList []uint32 `protobuf:"varint,12,rep,packed,name=mail_id_list,json=mailIdList,proto3" json:"mail_id_list,omitempty"`
	// contains filtered or unexported fields
}

func (*TakeMailAttachmentCsReq) Descriptor deprecated

func (*TakeMailAttachmentCsReq) Descriptor() ([]byte, []int)

Deprecated: Use TakeMailAttachmentCsReq.ProtoReflect.Descriptor instead.

func (*TakeMailAttachmentCsReq) GetMailIdList ¶

func (x *TakeMailAttachmentCsReq) GetMailIdList() []uint32

func (*TakeMailAttachmentCsReq) ProtoMessage ¶

func (*TakeMailAttachmentCsReq) ProtoMessage()

func (*TakeMailAttachmentCsReq) ProtoReflect ¶

func (x *TakeMailAttachmentCsReq) ProtoReflect() protoreflect.Message

func (*TakeMailAttachmentCsReq) Reset ¶

func (x *TakeMailAttachmentCsReq) Reset()

func (*TakeMailAttachmentCsReq) String ¶

func (x *TakeMailAttachmentCsReq) String() string

type TakeMailAttachmentScRsp ¶

type TakeMailAttachmentScRsp struct {
	SuccMailIdList []uint32  `protobuf:"varint,4,rep,packed,name=succ_mail_id_list,json=succMailIdList,proto3" json:"succ_mail_id_list,omitempty"`
	Attachment     *ItemList `protobuf:"bytes,12,opt,name=attachment,proto3" json:"attachment,omitempty"`
	Retcode        uint32    `protobuf:"varint,7,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*TakeMailAttachmentScRsp) Descriptor deprecated

func (*TakeMailAttachmentScRsp) Descriptor() ([]byte, []int)

Deprecated: Use TakeMailAttachmentScRsp.ProtoReflect.Descriptor instead.

func (*TakeMailAttachmentScRsp) GetAttachment ¶

func (x *TakeMailAttachmentScRsp) GetAttachment() *ItemList

func (*TakeMailAttachmentScRsp) GetRetcode ¶

func (x *TakeMailAttachmentScRsp) GetRetcode() uint32

func (*TakeMailAttachmentScRsp) GetSuccMailIdList ¶

func (x *TakeMailAttachmentScRsp) GetSuccMailIdList() []uint32

func (*TakeMailAttachmentScRsp) ProtoMessage ¶

func (*TakeMailAttachmentScRsp) ProtoMessage()

func (*TakeMailAttachmentScRsp) ProtoReflect ¶

func (x *TakeMailAttachmentScRsp) ProtoReflect() protoreflect.Message

func (*TakeMailAttachmentScRsp) Reset ¶

func (x *TakeMailAttachmentScRsp) Reset()

func (*TakeMailAttachmentScRsp) String ¶

func (x *TakeMailAttachmentScRsp) String() string

type TakeOffEquipmentCsReq ¶

type TakeOffEquipmentCsReq struct {
	BaseAvatarId uint32 `protobuf:"varint,12,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TakeOffEquipmentCsReq) Descriptor deprecated

func (*TakeOffEquipmentCsReq) Descriptor() ([]byte, []int)

Deprecated: Use TakeOffEquipmentCsReq.ProtoReflect.Descriptor instead.

func (*TakeOffEquipmentCsReq) GetBaseAvatarId ¶

func (x *TakeOffEquipmentCsReq) GetBaseAvatarId() uint32

func (*TakeOffEquipmentCsReq) ProtoMessage ¶

func (*TakeOffEquipmentCsReq) ProtoMessage()

func (*TakeOffEquipmentCsReq) ProtoReflect ¶

func (x *TakeOffEquipmentCsReq) ProtoReflect() protoreflect.Message

func (*TakeOffEquipmentCsReq) Reset ¶

func (x *TakeOffEquipmentCsReq) Reset()

func (*TakeOffEquipmentCsReq) String ¶

func (x *TakeOffEquipmentCsReq) String() string

type TakeOffRelicCsReq ¶

type TakeOffRelicCsReq struct {
	BaseAvatarId uint32   `protobuf:"varint,14,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	SlotList     []uint32 `protobuf:"varint,4,rep,packed,name=slot_list,json=slotList,proto3" json:"slot_list,omitempty"`
	// contains filtered or unexported fields
}

func (*TakeOffRelicCsReq) Descriptor deprecated

func (*TakeOffRelicCsReq) Descriptor() ([]byte, []int)

Deprecated: Use TakeOffRelicCsReq.ProtoReflect.Descriptor instead.

func (*TakeOffRelicCsReq) GetBaseAvatarId ¶

func (x *TakeOffRelicCsReq) GetBaseAvatarId() uint32

func (*TakeOffRelicCsReq) GetSlotList ¶

func (x *TakeOffRelicCsReq) GetSlotList() []uint32

func (*TakeOffRelicCsReq) ProtoMessage ¶

func (*TakeOffRelicCsReq) ProtoMessage()

func (*TakeOffRelicCsReq) ProtoReflect ¶

func (x *TakeOffRelicCsReq) ProtoReflect() protoreflect.Message

func (*TakeOffRelicCsReq) Reset ¶

func (x *TakeOffRelicCsReq) Reset()

func (*TakeOffRelicCsReq) String ¶

func (x *TakeOffRelicCsReq) String() string

type TakePromotionRewardCsReq ¶

type TakePromotionRewardCsReq struct {
	BaseAvatarId uint32 `protobuf:"varint,8,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	Promotion    uint32 `protobuf:"varint,12,opt,name=promotion,proto3" json:"promotion,omitempty"`
	// contains filtered or unexported fields
}

func (*TakePromotionRewardCsReq) Descriptor deprecated

func (*TakePromotionRewardCsReq) Descriptor() ([]byte, []int)

Deprecated: Use TakePromotionRewardCsReq.ProtoReflect.Descriptor instead.

func (*TakePromotionRewardCsReq) GetBaseAvatarId ¶

func (x *TakePromotionRewardCsReq) GetBaseAvatarId() uint32

func (*TakePromotionRewardCsReq) GetPromotion ¶

func (x *TakePromotionRewardCsReq) GetPromotion() uint32

func (*TakePromotionRewardCsReq) ProtoMessage ¶

func (*TakePromotionRewardCsReq) ProtoMessage()

func (*TakePromotionRewardCsReq) ProtoReflect ¶

func (x *TakePromotionRewardCsReq) ProtoReflect() protoreflect.Message

func (*TakePromotionRewardCsReq) Reset ¶

func (x *TakePromotionRewardCsReq) Reset()

func (*TakePromotionRewardCsReq) String ¶

func (x *TakePromotionRewardCsReq) String() string

type TakePromotionRewardScRsp ¶

type TakePromotionRewardScRsp struct {
	RewardList *ItemList `protobuf:"bytes,8,opt,name=reward_list,json=rewardList,proto3" json:"reward_list,omitempty"`
	Retcode    uint32    `protobuf:"varint,6,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*TakePromotionRewardScRsp) Descriptor deprecated

func (*TakePromotionRewardScRsp) Descriptor() ([]byte, []int)

Deprecated: Use TakePromotionRewardScRsp.ProtoReflect.Descriptor instead.

func (*TakePromotionRewardScRsp) GetRetcode ¶

func (x *TakePromotionRewardScRsp) GetRetcode() uint32

func (*TakePromotionRewardScRsp) GetRewardList ¶

func (x *TakePromotionRewardScRsp) GetRewardList() *ItemList

func (*TakePromotionRewardScRsp) ProtoMessage ¶

func (*TakePromotionRewardScRsp) ProtoMessage()

func (*TakePromotionRewardScRsp) ProtoReflect ¶

func (x *TakePromotionRewardScRsp) ProtoReflect() protoreflect.Message

func (*TakePromotionRewardScRsp) Reset ¶

func (x *TakePromotionRewardScRsp) Reset()

func (*TakePromotionRewardScRsp) String ¶

func (x *TakePromotionRewardScRsp) String() string

type TextJoinInfo ¶

type TextJoinInfo struct {
	TextItemId       uint32 `protobuf:"varint,2,opt,name=text_item_id,json=textItemId,proto3" json:"text_item_id,omitempty"`
	TextItemConfigId uint32 `protobuf:"varint,3,opt,name=text_item_config_id,json=textItemConfigId,proto3" json:"text_item_config_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TextJoinInfo) Descriptor deprecated

func (*TextJoinInfo) Descriptor() ([]byte, []int)

Deprecated: Use TextJoinInfo.ProtoReflect.Descriptor instead.

func (*TextJoinInfo) GetTextItemConfigId ¶

func (x *TextJoinInfo) GetTextItemConfigId() uint32

func (*TextJoinInfo) GetTextItemId ¶

func (x *TextJoinInfo) GetTextItemId() uint32

func (*TextJoinInfo) ProtoMessage ¶

func (*TextJoinInfo) ProtoMessage()

func (*TextJoinInfo) ProtoReflect ¶

func (x *TextJoinInfo) ProtoReflect() protoreflect.Message

func (*TextJoinInfo) Reset ¶

func (x *TextJoinInfo) Reset()

func (*TextJoinInfo) String ¶

func (x *TextJoinInfo) String() string

type TextJoinQueryCsReq ¶

type TextJoinQueryCsReq struct {
	TextJoinIdList []uint32 `protobuf:"varint,6,rep,packed,name=text_join_id_list,json=textJoinIdList,proto3" json:"text_join_id_list,omitempty"`
	// contains filtered or unexported fields
}

func (*TextJoinQueryCsReq) Descriptor deprecated

func (*TextJoinQueryCsReq) Descriptor() ([]byte, []int)

Deprecated: Use TextJoinQueryCsReq.ProtoReflect.Descriptor instead.

func (*TextJoinQueryCsReq) GetTextJoinIdList ¶

func (x *TextJoinQueryCsReq) GetTextJoinIdList() []uint32

func (*TextJoinQueryCsReq) ProtoMessage ¶

func (*TextJoinQueryCsReq) ProtoMessage()

func (*TextJoinQueryCsReq) ProtoReflect ¶

func (x *TextJoinQueryCsReq) ProtoReflect() protoreflect.Message

func (*TextJoinQueryCsReq) Reset ¶

func (x *TextJoinQueryCsReq) Reset()

func (*TextJoinQueryCsReq) String ¶

func (x *TextJoinQueryCsReq) String() string

type TextJoinQueryScRsp ¶

type TextJoinQueryScRsp struct {
	TextJoinList []*TextJoinInfo `protobuf:"bytes,1,rep,name=text_join_list,json=textJoinList,proto3" json:"text_join_list,omitempty"`
	Retcode      uint32          `protobuf:"varint,12,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*TextJoinQueryScRsp) Descriptor deprecated

func (*TextJoinQueryScRsp) Descriptor() ([]byte, []int)

Deprecated: Use TextJoinQueryScRsp.ProtoReflect.Descriptor instead.

func (*TextJoinQueryScRsp) GetRetcode ¶

func (x *TextJoinQueryScRsp) GetRetcode() uint32

func (*TextJoinQueryScRsp) GetTextJoinList ¶

func (x *TextJoinQueryScRsp) GetTextJoinList() []*TextJoinInfo

func (*TextJoinQueryScRsp) ProtoMessage ¶

func (*TextJoinQueryScRsp) ProtoMessage()

func (*TextJoinQueryScRsp) ProtoReflect ¶

func (x *TextJoinQueryScRsp) ProtoReflect() protoreflect.Message

func (*TextJoinQueryScRsp) Reset ¶

func (x *TextJoinQueryScRsp) Reset()

func (*TextJoinQueryScRsp) String ¶

func (x *TextJoinQueryScRsp) String() string

type UnlockBackGroundMusicCsReq ¶

type UnlockBackGroundMusicCsReq struct {
	UnlockIds []uint32 `protobuf:"varint,11,rep,packed,name=unlock_ids,json=unlockIds,proto3" json:"unlock_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*UnlockBackGroundMusicCsReq) Descriptor deprecated

func (*UnlockBackGroundMusicCsReq) Descriptor() ([]byte, []int)

Deprecated: Use UnlockBackGroundMusicCsReq.ProtoReflect.Descriptor instead.

func (*UnlockBackGroundMusicCsReq) GetUnlockIds ¶

func (x *UnlockBackGroundMusicCsReq) GetUnlockIds() []uint32

func (*UnlockBackGroundMusicCsReq) ProtoMessage ¶

func (*UnlockBackGroundMusicCsReq) ProtoMessage()

func (*UnlockBackGroundMusicCsReq) ProtoReflect ¶

func (*UnlockBackGroundMusicCsReq) Reset ¶

func (x *UnlockBackGroundMusicCsReq) Reset()

func (*UnlockBackGroundMusicCsReq) String ¶

func (x *UnlockBackGroundMusicCsReq) String() string

type UnlockBackGroundMusicScRsp ¶

type UnlockBackGroundMusicScRsp struct {
	MusicList   []*UnlockedMusic `protobuf:"bytes,6,rep,name=music_list,json=musicList,proto3" json:"music_list,omitempty"`
	UnlockedIds []uint32         `protobuf:"varint,3,rep,packed,name=unlocked_ids,json=unlockedIds,proto3" json:"unlocked_ids,omitempty"`
	Retcode     uint32           `protobuf:"varint,12,opt,name=retcode,proto3" json:"retcode,omitempty"`
	// contains filtered or unexported fields
}

func (*UnlockBackGroundMusicScRsp) Descriptor deprecated

func (*UnlockBackGroundMusicScRsp) Descriptor() ([]byte, []int)

Deprecated: Use UnlockBackGroundMusicScRsp.ProtoReflect.Descriptor instead.

func (*UnlockBackGroundMusicScRsp) GetMusicList ¶

func (x *UnlockBackGroundMusicScRsp) GetMusicList() []*UnlockedMusic

func (*UnlockBackGroundMusicScRsp) GetRetcode ¶

func (x *UnlockBackGroundMusicScRsp) GetRetcode() uint32

func (*UnlockBackGroundMusicScRsp) GetUnlockedIds ¶

func (x *UnlockBackGroundMusicScRsp) GetUnlockedIds() []uint32

func (*UnlockBackGroundMusicScRsp) ProtoMessage ¶

func (*UnlockBackGroundMusicScRsp) ProtoMessage()

func (*UnlockBackGroundMusicScRsp) ProtoReflect ¶

func (*UnlockBackGroundMusicScRsp) Reset ¶

func (x *UnlockBackGroundMusicScRsp) Reset()

func (*UnlockBackGroundMusicScRsp) String ¶

func (x *UnlockBackGroundMusicScRsp) String() string

type UnlockChatBubbleScNotify ¶

type UnlockChatBubbleScNotify struct {
	BubbleId uint32 `protobuf:"varint,9,opt,name=bubble_id,json=bubbleId,proto3" json:"bubble_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UnlockChatBubbleScNotify) Descriptor deprecated

func (*UnlockChatBubbleScNotify) Descriptor() ([]byte, []int)

Deprecated: Use UnlockChatBubbleScNotify.ProtoReflect.Descriptor instead.

func (*UnlockChatBubbleScNotify) GetBubbleId ¶

func (x *UnlockChatBubbleScNotify) GetBubbleId() uint32

func (*UnlockChatBubbleScNotify) ProtoMessage ¶

func (*UnlockChatBubbleScNotify) ProtoMessage()

func (*UnlockChatBubbleScNotify) ProtoReflect ¶

func (x *UnlockChatBubbleScNotify) ProtoReflect() protoreflect.Message

func (*UnlockChatBubbleScNotify) Reset ¶

func (x *UnlockChatBubbleScNotify) Reset()

func (*UnlockChatBubbleScNotify) String ¶

func (x *UnlockChatBubbleScNotify) String() string

type UnlockPhoneThemeScNotify ¶

type UnlockPhoneThemeScNotify struct {
	ThemeId uint32 `protobuf:"varint,15,opt,name=theme_id,json=themeId,proto3" json:"theme_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UnlockPhoneThemeScNotify) Descriptor deprecated

func (*UnlockPhoneThemeScNotify) Descriptor() ([]byte, []int)

Deprecated: Use UnlockPhoneThemeScNotify.ProtoReflect.Descriptor instead.

func (*UnlockPhoneThemeScNotify) GetThemeId ¶

func (x *UnlockPhoneThemeScNotify) GetThemeId() uint32

func (*UnlockPhoneThemeScNotify) ProtoMessage ¶

func (*UnlockPhoneThemeScNotify) ProtoMessage()

func (*UnlockPhoneThemeScNotify) ProtoReflect ¶

func (x *UnlockPhoneThemeScNotify) ProtoReflect() protoreflect.Message

func (*UnlockPhoneThemeScNotify) Reset ¶

func (x *UnlockPhoneThemeScNotify) Reset()

func (*UnlockPhoneThemeScNotify) String ¶

func (x *UnlockPhoneThemeScNotify) String() string

type UnlockSkilltreeCsReq ¶

type UnlockSkilltreeCsReq struct {
	Level    uint32      `protobuf:"varint,6,opt,name=level,proto3" json:"level,omitempty"`
	PointId  uint32      `protobuf:"varint,9,opt,name=point_id,json=pointId,proto3" json:"point_id,omitempty"`
	ItemList []*ItemCost `protobuf:"bytes,5,rep,name=item_list,json=itemList,proto3" json:"item_list,omitempty"`
	// contains filtered or unexported fields
}

func (*UnlockSkilltreeCsReq) Descriptor deprecated

func (*UnlockSkilltreeCsReq) Descriptor() ([]byte, []int)

Deprecated: Use UnlockSkilltreeCsReq.ProtoReflect.Descriptor instead.

func (*UnlockSkilltreeCsReq) GetItemList ¶

func (x *UnlockSkilltreeCsReq) GetItemList() []*ItemCost

func (*UnlockSkilltreeCsReq) GetLevel ¶

func (x *UnlockSkilltreeCsReq) GetLevel() uint32

func (*UnlockSkilltreeCsReq) GetPointId ¶

func (x *UnlockSkilltreeCsReq) GetPointId() uint32

func (*UnlockSkilltreeCsReq) ProtoMessage ¶

func (*UnlockSkilltreeCsReq) ProtoMessage()

func (*UnlockSkilltreeCsReq) ProtoReflect ¶

func (x *UnlockSkilltreeCsReq) ProtoReflect() protoreflect.Message

func (*UnlockSkilltreeCsReq) Reset ¶

func (x *UnlockSkilltreeCsReq) Reset()

func (*UnlockSkilltreeCsReq) String ¶

func (x *UnlockSkilltreeCsReq) String() string

type UnlockSkilltreeScRsp ¶

type UnlockSkilltreeScRsp struct {
	BaseAvatarId uint32 `protobuf:"varint,15,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	PointId      uint32 `protobuf:"varint,5,opt,name=point_id,json=pointId,proto3" json:"point_id,omitempty"`
	Retcode      uint32 `protobuf:"varint,4,opt,name=retcode,proto3" json:"retcode,omitempty"`
	Level        uint32 `protobuf:"varint,14,opt,name=level,proto3" json:"level,omitempty"`
	// contains filtered or unexported fields
}

func (*UnlockSkilltreeScRsp) Descriptor deprecated

func (*UnlockSkilltreeScRsp) Descriptor() ([]byte, []int)

Deprecated: Use UnlockSkilltreeScRsp.ProtoReflect.Descriptor instead.

func (*UnlockSkilltreeScRsp) GetBaseAvatarId ¶

func (x *UnlockSkilltreeScRsp) GetBaseAvatarId() uint32

func (*UnlockSkilltreeScRsp) GetLevel ¶

func (x *UnlockSkilltreeScRsp) GetLevel() uint32

func (*UnlockSkilltreeScRsp) GetPointId ¶

func (x *UnlockSkilltreeScRsp) GetPointId() uint32

func (*UnlockSkilltreeScRsp) GetRetcode ¶

func (x *UnlockSkilltreeScRsp) GetRetcode() uint32

func (*UnlockSkilltreeScRsp) ProtoMessage ¶

func (*UnlockSkilltreeScRsp) ProtoMessage()

func (*UnlockSkilltreeScRsp) ProtoReflect ¶

func (x *UnlockSkilltreeScRsp) ProtoReflect() protoreflect.Message

func (*UnlockSkilltreeScRsp) Reset ¶

func (x *UnlockSkilltreeScRsp) Reset()

func (*UnlockSkilltreeScRsp) String ¶

func (x *UnlockSkilltreeScRsp) String() string

type UnlockedMusic ¶

type UnlockedMusic struct {
	GroupId uint32 `protobuf:"varint,9,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Unkbool bool   `protobuf:"varint,3,opt,name=unkbool,proto3" json:"unkbool,omitempty"`
	Id      uint32 `protobuf:"varint,13,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*UnlockedMusic) Descriptor deprecated

func (*UnlockedMusic) Descriptor() ([]byte, []int)

Deprecated: Use UnlockedMusic.ProtoReflect.Descriptor instead.

func (*UnlockedMusic) GetGroupId ¶

func (x *UnlockedMusic) GetGroupId() uint32

func (*UnlockedMusic) GetId ¶

func (x *UnlockedMusic) GetId() uint32

func (*UnlockedMusic) GetUnkbool ¶

func (x *UnlockedMusic) GetUnkbool() bool

func (*UnlockedMusic) ProtoMessage ¶

func (*UnlockedMusic) ProtoMessage()

func (*UnlockedMusic) ProtoReflect ¶

func (x *UnlockedMusic) ProtoReflect() protoreflect.Message

func (*UnlockedMusic) Reset ¶

func (x *UnlockedMusic) Reset()

func (*UnlockedMusic) String ¶

func (x *UnlockedMusic) String() string

type UseItemCsReq ¶

type UseItemCsReq struct {
	UseItemId        uint32     `protobuf:"varint,11,opt,name=use_item_id,json=useItemId,proto3" json:"use_item_id,omitempty"`
	OptionalRewardId uint32     `protobuf:"varint,5,opt,name=optional_reward_id,json=optionalRewardId,proto3" json:"optional_reward_id,omitempty"`
	UseItemCount     uint32     `protobuf:"varint,4,opt,name=use_item_count,json=useItemCount,proto3" json:"use_item_count,omitempty"`
	BaseAvatarId     uint32     `protobuf:"varint,14,opt,name=base_avatar_id,json=baseAvatarId,proto3" json:"base_avatar_id,omitempty"`
	UseAvatarType    AvatarType `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UseItemCsReq) Descriptor deprecated

func (*UseItemCsReq) Descriptor() ([]byte, []int)

Deprecated: Use UseItemCsReq.ProtoReflect.Descriptor instead.

func (*UseItemCsReq) GetBaseAvatarId ¶

func (x *UseItemCsReq) GetBaseAvatarId() uint32

func (*UseItemCsReq) GetOptionalRewardId ¶

func (x *UseItemCsReq) GetOptionalRewardId() uint32

func (*UseItemCsReq) GetUseAvatarType ¶

func (x *UseItemCsReq) GetUseAvatarType() AvatarType

func (*UseItemCsReq) GetUseItemCount ¶

func (x *UseItemCsReq) GetUseItemCount() uint32

func (*UseItemCsReq) GetUseItemId ¶

func (x *UseItemCsReq) GetUseItemId() uint32

func (*UseItemCsReq) ProtoMessage ¶

func (*UseItemCsReq) ProtoMessage()

func (*UseItemCsReq) ProtoReflect ¶

func (x *UseItemCsReq) ProtoReflect() protoreflect.Message

func (*UseItemCsReq) Reset ¶

func (x *UseItemCsReq) Reset()

func (*UseItemCsReq) String ¶

func (x *UseItemCsReq) String() string

type UseItemScRsp ¶

type UseItemScRsp struct {
	ReturnData   *ItemList `protobuf:"bytes,1,opt,name=return_data,json=returnData,proto3" json:"return_data,omitempty"`
	Retcode      uint32    `protobuf:"varint,7,opt,name=retcode,proto3" json:"retcode,omitempty"`
	UseItemCount uint32    `protobuf:"varint,12,opt,name=use_item_count,json=useItemCount,proto3" json:"use_item_count,omitempty"`
	UseItemId    uint32    `protobuf:"varint,11,opt,name=use_item_id,json=useItemId,proto3" json:"use_item_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UseItemScRsp) Descriptor deprecated

func (*UseItemScRsp) Descriptor() ([]byte, []int)

Deprecated: Use UseItemScRsp.ProtoReflect.Descriptor instead.

func (*UseItemScRsp) GetRetcode ¶

func (x *UseItemScRsp) GetRetcode() uint32

func (*UseItemScRsp) GetReturnData ¶

func (x *UseItemScRsp) GetReturnData() *ItemList

func (*UseItemScRsp) GetUseItemCount ¶

func (x *UseItemScRsp) GetUseItemCount() uint32

func (*UseItemScRsp) GetUseItemId ¶

func (x *UseItemScRsp) GetUseItemId() uint32

func (*UseItemScRsp) ProtoMessage ¶

func (*UseItemScRsp) ProtoMessage()

func (*UseItemScRsp) ProtoReflect ¶

func (x *UseItemScRsp) ProtoReflect() protoreflect.Message

func (*UseItemScRsp) Reset ¶

func (x *UseItemScRsp) Reset()

func (*UseItemScRsp) String ¶

func (x *UseItemScRsp) String() string

type Vector ¶

type Vector struct {
	Y int32 `protobuf:"zigzag32,5,opt,name=y,proto3" json:"y,omitempty"`
	X int32 `protobuf:"zigzag32,7,opt,name=x,proto3" json:"x,omitempty"`
	Z int32 `protobuf:"zigzag32,3,opt,name=z,proto3" json:"z,omitempty"`
	// contains filtered or unexported fields
}

func (*Vector) Descriptor deprecated

func (*Vector) Descriptor() ([]byte, []int)

Deprecated: Use Vector.ProtoReflect.Descriptor instead.

func (*Vector) GetX ¶

func (x *Vector) GetX() int32

func (*Vector) GetY ¶

func (x *Vector) GetY() int32

func (*Vector) GetZ ¶

func (x *Vector) GetZ() int32

func (*Vector) ProtoMessage ¶

func (*Vector) ProtoMessage()

func (*Vector) ProtoReflect ¶

func (x *Vector) ProtoReflect() protoreflect.Message

func (*Vector) Reset ¶

func (x *Vector) Reset()

func (*Vector) String ¶

func (x *Vector) String() string

Source Files ¶

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL