1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-06 17:16:08 +03:00
GC-Proto/proto/RoguelikeGadgetInfo.proto
2023-08-23 01:09:33 +08:00

11 lines
200 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message RoguelikeGadgetInfo {
uint32 cell_config_id = 1;
uint32 cell_type = 2;
uint32 cell_state = 3;
uint32 cell_id = 4;
}