mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
19 lines
362 B
Protocol Buffer
19 lines
362 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "EDGEOCMAKEP.proto";
|
|
import "Vector.proto";
|
|
|
|
// Name: NEFLDLBMEOI
|
|
message GroupLinkBundle {
|
|
bool is_show_mark = 10;
|
|
uint32 bundle_id = 14;
|
|
Vector center = 7;
|
|
EDGEOCMAKEP PKFPGJJLJKE = 11;
|
|
uint32 radius = 12;
|
|
bool is_activated = 3;
|
|
uint32 scene_id = 5;
|
|
}
|
|
|