GC-Proto/proto/AAJAAOKIJHF.proto

16 lines
254 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
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;
}