mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
17 lines
255 B
Protocol Buffer
17 lines
255 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
|
|
message AAJAAOKIJHF {
|
|
string shareCode = 1;
|
|
uint32 ownerUid = 2;
|
|
uint32 moduleId = 3;
|
|
uint32 sceneId = 4;
|
|
uint32 blockId = 5;
|
|
bool isAllowCopy = 6;
|
|
uint32 createTime = 7;
|
|
}
|