mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 17:44:11 +03:00
Hello 3.4 testing
This commit is contained in:
15
proto/GroupLinkBundle.proto
Normal file
15
proto/GroupLinkBundle.proto
Normal file
@@ -0,0 +1,15 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user