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