NahidaImpact/NahidaImpact.Protocol/RoguelikeGadgetInfo.proto
2024-01-04 16:48:39 +03:00

8 lines
152 B
Protocol Buffer

syntax = "proto3";
message RoguelikeGadgetInfo {
uint32 cell_config_id = 1;
uint32 cell_state = 3;
uint32 cell_id = 4;
uint32 cell_type = 2;
}