mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-26 07:39:25 +03:00
14 lines
255 B
Protocol Buffer
14 lines
255 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// CmdId: 2061
|
|
// Name: PIOBLFIEPEK
|
|
message EnterTrialAvatarActivityDungeonReq {
|
|
uint32 trial_avatar_index_id = 2;
|
|
uint32 enter_point_id = 12;
|
|
uint32 activity_id = 9;
|
|
}
|
|
|