1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-05-06 15:39:50 +03:00
GC-Proto/proto/WidgetCameraInfo.proto
2024-08-17 14:18:18 +08:00

8 lines
159 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.7.0
// Obf: OGFGBMPOGDD
message WidgetCameraInfo {
uint32 target_entity_id = 11;
}