mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-14 05:32:59 +03:00
Full sync
This commit is contained in:
12
proto/SalvageEscortGallerySettleInfo.proto
Normal file
12
proto/SalvageEscortGallerySettleInfo.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
import "SalvageEscortStopReason.proto";
|
||||
|
||||
message SalvageEscortGallerySettleInfo {
|
||||
SalvageEscortStopReason reason = 6;
|
||||
uint32 timeRemain = 8;
|
||||
}
|
Reference in New Issue
Block a user