drown protos
This commit is contained in:
6
proto/SceneEntityDrownReq.proto
Normal file
6
proto/SceneEntityDrownReq.proto
Normal file
@@ -0,0 +1,6 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message SceneEntityDrownReq {
|
||||
uint32 entity_id = 1;
|
||||
}
|
||||
7
proto/SceneEntityDrownRsp.proto
Normal file
7
proto/SceneEntityDrownRsp.proto
Normal file
@@ -0,0 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
message SceneEntityDrownRsp {
|
||||
int32 retcode = 1;
|
||||
uint32 entity_id = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user