mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Melon 3.5
This commit is contained in:
@@ -2,18 +2,18 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "AbilitySyncStateInfo.proto";
|
||||
import "ServerBuff.proto";
|
||||
|
||||
// Name: LPHJGPAPIPG
|
||||
message AvatarEnterSceneInfo {
|
||||
uint64 avatarGuid = 8;
|
||||
uint32 weaponEntityId = 13;
|
||||
AbilitySyncStateInfo avatarAbilityInfo = 1;
|
||||
repeated uint32 buffIdList = 7;
|
||||
uint32 avatarEntityId = 10;
|
||||
repeated ServerBuff serverBuffList = 4;
|
||||
AbilitySyncStateInfo weaponAbilityInfo = 11;
|
||||
uint64 weaponGuid = 14;
|
||||
repeated ServerBuff server_buff_list = 13;
|
||||
uint64 avatar_guid = 7;
|
||||
uint64 weapon_guid = 4;
|
||||
AbilitySyncStateInfo avatar_ability_info = 6;
|
||||
repeated uint32 buff_id_list = 14;
|
||||
uint32 weapon_entity_id = 15;
|
||||
AbilitySyncStateInfo weapon_ability_info = 5;
|
||||
uint32 avatar_entity_id = 12;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user