mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-26 07:39:25 +03:00
16 lines
272 B
Protocol Buffer
16 lines
272 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "Vector.proto";
|
|
|
|
// Name: MENLENKDBJH
|
|
message FleurFairV2PhotoPosData {
|
|
bool is_open = 15;
|
|
Vector center = 6;
|
|
uint32 pos_id = 11;
|
|
uint32 open_time = 2;
|
|
bool is_view = 7;
|
|
}
|
|
|