mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-20 10:55:08 +01:00
implement the activity system
This commit is contained in:
14
proto/MusicGameSettleRsp.proto
Normal file
14
proto/MusicGameSettleRsp.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 8288
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message MusicGameSettleRsp {
|
||||
int32 retcode = 7;
|
||||
uint32 music_basic_id = 9;
|
||||
bool is_unlock_next_level = 1;
|
||||
bool is_new_record = 3;
|
||||
uint64 KKONDPNGBJD = 11;
|
||||
}
|
||||
Reference in New Issue
Block a user