mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-06 09:42:59 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -2,14 +2,14 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "Vector.proto";
|
||||
|
||||
// Name: PBOJPLIHGGO
|
||||
message SceneFishInfo {
|
||||
uint32 fishId = 1;
|
||||
uint32 fishPoolEntityId = 2;
|
||||
Vector fishPoolPos = 3;
|
||||
uint32 fishPoolGadgetId = 4;
|
||||
uint32 lastShockTime = 5;
|
||||
uint32 fish_id = 1;
|
||||
uint32 fish_pool_entity_id = 2;
|
||||
Vector fish_pool_pos = 3;
|
||||
uint32 fish_pool_gadget_id = 4;
|
||||
uint32 last_shock_time = 5;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user