mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-10-06 20:16:01 +03:00
UN
This commit is contained in:
14
unimplemented/AGDCPKBNOGI.proto
Normal file
14
unimplemented/AGDCPKBNOGI.proto
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user