GC-Proto/proto/PlayerApplyEnterHomeNotify....

10 lines
251 B
Protocol Buffer
Raw Normal View History

2023-09-02 00:26:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "OnlinePlayerInfo.proto";
2024-07-03 03:46:31 +03:00
// CmdId: 5247 ? (4.7.0)
// Obf: BDPJPLOMCHE
2023-09-02 00:26:44 +03:00
message PlayerApplyEnterHomeNotify {
OnlinePlayerInfo src_player_info = 2;
2024-07-03 03:46:31 +03:00
uint32 src_app_id = 10;
2023-09-02 00:26:44 +03:00
}