This commit is contained in:
Yuuki
2024-08-28 03:55:06 +08:00
parent 8ae9236b56
commit 1dee689cf7
4731 changed files with 54317 additions and 23 deletions

View File

@@ -0,0 +1,14 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
enum AGDCPKBNOGI {
AGDCPKBNOGI_SalvagePreventStopNone = 0;
AGDCPKBNOGI_SalvagePreventStopSuccess = 1;
AGDCPKBNOGI_SalvagePreventStopArrival = 2;
AGDCPKBNOGI_SalvagePreventStopInterrupt = 3;
AGDCPKBNOGI_SalvagePreventStopLeave = 4;
AGDCPKBNOGI_SalvagePreventStopFull = 5;
AGDCPKBNOGI_SalvagePreventStopAway = 6;
}