GC-Proto/proto/PlantFlowerRecvFlowerData.proto

14 lines
258 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "ProfilePicture.proto";
option java_package = "emu.grasscutter.net.proto";
message PlantFlowerRecvFlowerData {
string nickname = 12;
uint32 uid = 8;
ProfilePicture profilePicture = 3;
map<uint32, uint32> flowerNumMap = 9;
}