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

8 lines
142 B
Protocol Buffer

syntax = "proto3";
// Obf: JAPAIAMBMFF
message MassiveEntityState {
uint32 entity_type = 1;
int64 obj_id = 2;
uint32 element_state = 3;
}