More unkname oneof

This commit is contained in:
Akbar Yahya 2023-01-29 11:17:24 +08:00
parent 9c154ea726
commit 73d5fa37dd
15 changed files with 15 additions and 15 deletions

View File

@ -5,7 +5,7 @@ import "MassivePropSyncInfo.proto";
message AbilityMixinRecoverInfo {
oneof IMHIHMPKFBB {
oneof source {
uint32 instanced_ability_id = 1;
uint32 instanced_modifier_id = 2;
}

View File

@ -10,7 +10,7 @@ import "AbilityScalarType.proto";
message AbilityScalarValueEntry {
AbilityString key = 1;
AbilityScalarType valueType = 2;
oneof FOOIPEBDMGK {
oneof value {
float float_value = 3;
string string_value = 4;
int32 int_value = 5;

View File

@ -6,7 +6,7 @@ option java_package = "emu.grasscutter.net.proto";
message AbilityString {
oneof JNHEJKGOMOD {
oneof type {
string str = 1;
uint32 hash = 2;
}

View File

@ -100,7 +100,7 @@ message ActivityInfo {
map<uint32, uint32> wishGiftNumMap = 1052;
bool Unk3300_NEPKLLBJFKK = 1637;
uint32 beginTime = 5;
oneof IKJIPGGMNBK {
oneof detail {
SamLampInfo sam_lamp_info = 4;
CrucibleInfo crucible_info = 13;
SalesmanInfo salesman_info = 1;

View File

@ -7,7 +7,7 @@ option java_package = "emu.grasscutter.net.proto";
message AnimatorParameterValueInfo {
uint32 paraType = 1;
oneof MMJOJNNFGCN {
oneof para_val {
int32 int_val = 2;
float float_val = 3;
bool bool_val = 4;

View File

@ -26,7 +26,7 @@ message DungeonChallengeFinishNotify {
uint32 currentValue = 9;
uint32 timeCost = 11;
map<uint32, StrengthenPointData> strengthenPointDataMap = 7;
oneof NPHEJFPOMFG {
oneof detail {
ChannellerSlabLoopDungeonResultInfo channeller_slab_loop_dungeon_result_info = 1867;
EffigyChallengeDungeonResultInfo effigy_challenge_dungeon_result_info = 942;
PotionDungeonResultInfo potion_dungeon_result_info = 709;

View File

@ -36,7 +36,7 @@ message DungeonSettleNotify {
uint32 createPlayerUid = 9;
bool isSuccess = 4;
uint32 closeTime = 6;
oneof IMHJDGEKFBP {
oneof detail {
TowerLevelEndNotify tower_level_end_notify = 281;
TrialAvatarFirstPassDungeonNotify trial_avatar_first_pass_dungeon_notify = 1737;
ChannellerSlabLoopDungeonResultInfo channeller_slab_loop_dungeon_result_info = 1045;

View File

@ -6,7 +6,7 @@ option java_package = "emu.grasscutter.net.proto";
import "Reliquary.proto";
import "Weapon.proto";
message Equip {
oneof FOIGJKHHNPG {
oneof detail {
Reliquary reliquary = 1;
Weapon weapon = 2;
}

View File

@ -11,7 +11,7 @@ message GadgetPlayInfo {
uint32 startCd = 4;
uint32 startTime = 5;
uint32 progress = 6;
oneof IAFCHJBAJFA {
oneof play_info {
CrucibleInfo crucible_info = 21;
}
}

View File

@ -11,7 +11,7 @@ message GetOnlinePlayerInfoReq {
}
bool isOnlineId = 3;
oneof PBOENAFIDML {
oneof player_id {
uint32 target_uid = 4;
string online_id = 10;
string psn_id = 12;

View File

@ -19,7 +19,7 @@ message GetUgcRsp {
int32 retcode = 8;
RecordUsage ugcRecordUsage = 7;
uint64 ugcGuid = 9;
oneof KJLNEMBPDOF {
oneof record {
MusicRecord music_record = 1;
}
}

View File

@ -11,7 +11,7 @@ message HomeMarkPointFurnitureData {
uint32 furnitureId = 2;
uint32 furnitureType = 3;
Vector pos = 4;
oneof GPHOOOLEKGJ {
oneof extra {
NpcData npc_data = 6;
SuiteData suite_data = 7;
}

View File

@ -9,7 +9,7 @@ import "Furniture.proto";
message Item {
uint32 itemId = 1;
uint64 guid = 2;
oneof NNFJENNPJMK {
oneof detail {
Material material = 5;
Equip equip = 6;
Furniture furniture = 7;

View File

@ -7,7 +7,7 @@ import "LockReason.proto";
message LockedPersonallineData {
uint32 personalLineId = 6;
LockReason lockReason = 4;
oneof IGACBJFMMFM {
oneof param {
uint32 chapter_id = 5;
uint32 level = 13;
}

View File

@ -15,7 +15,7 @@ message MaterialDeleteInfo {
}
bool hasDeleteConfig = 1;
oneof OKADNKAHBGL {
oneof delete_info {
CountDownDelete count_down_delete = 2;
DateTimeDelete date_delete = 3;
DelayWeekCountDownDelete delay_week_count_down_delete = 4;