NahidaImpact/NahidaImpact.Protocol/EnterSceneReadyRsp.proto

8 lines
126 B
Protocol Buffer
Raw Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
message EnterSceneReadyRsp {
// CMD_ID = 28859
uint32 enter_scene_token = 13;
int32 retcode = 15;
}