GC-Proto/proto/WidgetCreateLocationInfo.proto

11 lines
231 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-05-23 13:12:42 +03:00
import "Vector.proto";
2024-07-08 14:40:31 +03:00
// 4.7.0
// Obf: PBAOGDGPBGJ
2023-02-28 06:08:38 +03:00
message WidgetCreateLocationInfo {
2024-07-08 14:40:31 +03:00
Vector rot = 15;
Vector pos = 13;
// TODO: some rot and pos switched
2023-01-28 17:00:48 +03:00
}