mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-21 11:24:47 +01:00
update opcodes, correct op names, and update relative codes
This commit is contained in:
@@ -2,7 +2,7 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ItemExceedLimitNotify {
|
||||
message CheckAddItemExceedLimitNotify {
|
||||
bool isMaterialExceedLimit = 1;
|
||||
bool isWeaponExceedLimit = 2;
|
||||
bool isReliquaryExceedLimit = 3;
|
||||
@@ -4,7 +4,7 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "Vector.proto";
|
||||
|
||||
message VehicleSpawnReq {
|
||||
message CreateVehicleReq {
|
||||
uint32 vehicleId = 1;
|
||||
uint32 pointId = 2;
|
||||
Vector pos = 3;
|
||||
@@ -2,7 +2,7 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message VehicleSpawnRsp {
|
||||
message CreateVehicleRsp {
|
||||
uint32 vehicleId = 2;
|
||||
uint32 entityId = 3;
|
||||
}
|
||||
@@ -4,6 +4,6 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "SceneUnlockInfo.proto";
|
||||
|
||||
message SceneUnlockInfoNotify {
|
||||
message PlayerWorldSceneInfoListNotify {
|
||||
repeated SceneUnlockInfo unlockInfos = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user