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:
19
proto/pb/cs_mini_game.proto
Normal file
19
proto/pb/cs_mini_game.proto
Normal file
@@ -0,0 +1,19 @@
|
||||
syntax = "proto3";
|
||||
package proto;
|
||||
|
||||
option go_package = "/csproto";
|
||||
|
||||
message MINI_GAME_INFO {
|
||||
string mini_game_id = 1;
|
||||
int32 completed_count = 2;
|
||||
}
|
||||
message SC_SYNC_ALL_MINI_GAME {
|
||||
repeated MINI_GAME_INFO completed_mini_game = 1;
|
||||
}
|
||||
message CS_COMPLETE_MINI_GAME {
|
||||
string mini_game_id = 2;
|
||||
}
|
||||
message SC_COMPLETE_MINI_GAME {
|
||||
string mini_game_id = 2;
|
||||
int32 completed_count = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user