16 lines
284 B
Protocol Buffer
16 lines
284 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
|
|
|
|
import "GCGZoneType.proto";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
message GCGSkillPreviewCardInfo {
|
|
GCGZoneType zoneType = 13;
|
|
uint32 controllerId = 1;
|
|
uint32 ownerCardGuid = 7;
|
|
uint32 cardGuid = 12;
|
|
uint32 retcode = 10;
|
|
uint32 cardId = 5;
|
|
}
|