event in gc is useless so delete it

This commit is contained in:
Akbar Yahya
2023-03-11 22:01:12 +08:00
parent ab1890b629
commit 37d8c65b1d
10 changed files with 0 additions and 137 deletions

View File

@@ -1,14 +0,0 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: LIIKFCCFKNN
message TeamChainSettleInfo {
uint32 stage_id = 2;
uint32 difficulty = 9;
repeated uint32 score_list = 15;
bool is_new_record = 6;
uint32 total_score = 3;
}