Files
S/proto/pb/cs_unlock.proto
2026-02-02 21:19:34 +03:00

12 lines
201 B
Protocol Buffer

syntax = "proto3";
package proto;
option go_package = "/csproto";
message SC_SYNC_ALL_UNLOCK {
repeated int32 unlock_systems = 1;
}
message SC_UNLOCK_SYSTEM {
int32 unlock_system_type = 1;
}