Update WorldPlayerLocationNotify.proto to 2.6
This commit is contained in:
10
proto/WorldPlayerLocationInfo.proto
Normal file
10
proto/WorldPlayerLocationInfo.proto
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
syntax = "proto3";
|
||||||
|
|
||||||
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
|
import "PlayerLocationInfo.proto";
|
||||||
|
|
||||||
|
message WorldPlayerLocationInfo {
|
||||||
|
uint32 sceneId = 1;
|
||||||
|
PlayerLocationInfo playerLoc = 2;
|
||||||
|
}
|
||||||
@@ -2,8 +2,8 @@ syntax = "proto3";
|
|||||||
|
|
||||||
option java_package = "emu.grasscutter.net.proto";
|
option java_package = "emu.grasscutter.net.proto";
|
||||||
|
|
||||||
import "PlayerLocationInfo.proto";
|
import "WorldPlayerLocationInfo.proto";
|
||||||
|
|
||||||
message WorldPlayerLocationNotify {
|
message WorldPlayerLocationNotify {
|
||||||
repeated PlayerLocationInfo playerLocList = 1;
|
repeated WorldPlayerLocationInfo playerLocList = 2;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user