fix some proto p1

This commit is contained in:
Yuuki
2024-08-17 14:18:18 +08:00
parent 831626ced9
commit aedd9ef127
17 changed files with 106 additions and 152 deletions

View File

@@ -0,0 +1,7 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// Obf: OGFGBMPOGDD
message WidgetCameraInfo {
uint32 target_entity_id = 11;
}