8 lines
152 B
Protocol Buffer
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;
|
|
}
|