GC-Proto/proto/SalvagePreventGallerySettleInfo.proto

14 lines
272 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
syntax = "proto3";
import "SalvagePreventStopReason.proto";
option java_package = "emu.grasscutter.net.proto";
message SalvagePreventGallerySettleInfo {
uint32 timeRemain = 10;
uint32 finalScore = 6;
SalvagePreventStopReason reason = 2;
uint32 monsterCount = 3;
}