1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-09 10:36:08 +03:00
GC-Proto/proto/MaterialInfo.proto
2024-04-22 20:15:37 +08:00

8 lines
136 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message MaterialInfo {
uint64 guid = 3;
uint32 count = 10;
}