mirror of
https://git.xeondev.com/LR/S.git
synced 2026-02-04 15:05:17 +01:00
Release 0.1.0
This commit is contained in:
11
proto/pb/cs_unlock.proto
Normal file
11
proto/pb/cs_unlock.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
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;
|
||||
}
|
||||
Reference in New Issue
Block a user