mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-16 06:32:59 +03:00
Hello 3.4 testing
This commit is contained in:
11
proto/BuoyantCombatSettleInfo.proto
Normal file
11
proto/BuoyantCombatSettleInfo.proto
Normal file
@@ -0,0 +1,11 @@
|
||||
syntax = "proto3";
|
||||
|
||||
|
||||
|
||||
import "BuoyantCombatGallerySettleInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message BuoyantCombatSettleInfo {
|
||||
BuoyantCombatGallerySettleInfo settleInfo = 9;
|
||||
bool isNewRecord = 1;
|
||||
}
|
Reference in New Issue
Block a user