24 lines
444 B
Protocol Buffer
24 lines
444 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "HomeSceneArrangementInfo.proto";
|
|
|
|
message HomeCreateBlueprintReq {
|
|
//enum LHOAMCJJEGB {
|
|
// option allow_alias= true;
|
|
// NONE = 0;
|
|
// PEPPOHPHJOJ = 4645;
|
|
// DCDNILFDFLB = 0;
|
|
// NNBKOLMPOEA = 1;
|
|
// EAJIABGAOCI = 1;
|
|
//}
|
|
|
|
HomeSceneArrangementInfo sceneArrangementInfo = 15;
|
|
uint32 slotId = 13;
|
|
string serverShareCode = 8;
|
|
uint32 genShareCodeCount = 1;
|
|
}
|