syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "ExhibitionDisplayInfo.proto"; import "ProfilePicture.proto"; // Name: EDLDMPIMDAB message ScenePlayBattleSettlePlayerInfo { string online_id = 9; string nickname = 5; ProfilePicture profile_picture = 2; repeated ExhibitionDisplayInfo card_list = 10; uint32 uid = 1; int64 param = 13; uint32 statistic_id = 4; uint32 head_image = 6; }