Grasscutter/proto/EnterSceneReadyRsp.proto

12 lines
212 B
Protocol Buffer
Raw Normal View History

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 252
// EnetChannelId: 0
// EnetIsReliable: true
message EnterSceneReadyRsp {
int32 retcode = 5;
uint32 enter_scene_token = 8;
}