1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-08-02 02:20:12 +03:00
Files
GC-Proto/proto/DestroyMaterialReq.proto
2024-04-22 20:15:37 +08:00

8 lines
174 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "MaterialInfo.proto";
message DestroyMaterialReq {
repeated MaterialInfo material_list = 6;
}