NahidaImpact/NahidaImpact.Protocol/FetterData.proto

8 lines
133 B
Protocol Buffer
Raw Permalink Normal View History

2024-01-04 13:48:39 +00:00
syntax = "proto3";
message FetterData {
repeated uint32 cond_index_list = 3;
uint32 fetter_state = 2;
uint32 fetter_id = 1;
}