mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.2
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "ObstacleInfo.proto";
|
||||
import "GMObstacleInfo.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
@@ -26,5 +26,5 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
// EnetIsReliable: true
|
||||
message GMShowObstacleRsp {
|
||||
int32 retcode = 5;
|
||||
repeated ObstacleInfo obstacles = 6;
|
||||
repeated GMObstacleInfo obstacles = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user