GC-Proto/proto/DynamicSVONode.proto

14 lines
213 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Vector.proto";
2023-02-28 04:12:44 +03:00
// Name: LPOPNCBABHN
2023-02-18 04:48:44 +03:00
message DynamicSVONode {
2023-02-28 04:12:44 +03:00
int64 index = 15;
int32 area = 7;
Vector refer_pos = 8;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00