syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "GCGCard.proto"; message GCGMsgNewCard { GCGCard card = 5; }