mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-03 08:44:36 +03:00
15 lines
251 B
Protocol Buffer
15 lines
251 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// Name: PPPPFCNAIDN
|
|
message DeshretObeliskChestInfo {
|
|
uint32 config_id = 11;
|
|
Vector pos = 6;
|
|
uint32 group_id = 4;
|
|
uint32 scene_id = 5;
|
|
}
|
|
|