GC-Proto/proto/GroupLinkBundle.proto

16 lines
259 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "Rotation.proto";
option java_package = "emu.grasscutter.net.proto";
message GroupLinkBundle {
bool isActivated = 7;
Rotation center = 6;
uint32 sceneId = 8;
uint32 radius = 13;
bool isShowMark = 12;
uint32 bundleId = 9;
}