GC-Proto/unimplemented/NMFDMILHGPO.proto
2024-08-28 03:55:06 +08:00

24 lines
800 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Version: 5.0
enum NMFDMILHGPO {
NMFDMILHGPO_InteractNone = 0;
NMFDMILHGPO_InteractPickItem = 1;
NMFDMILHGPO_InteractGather = 2;
NMFDMILHGPO_InteractOpenChest = 3;
NMFDMILHGPO_InteractOpenStatue = 4;
NMFDMILHGPO_InteractConsum = 5;
NMFDMILHGPO_InteractMpPlayReward = 6;
NMFDMILHGPO_InteractView = 7;
NMFDMILHGPO_InteractGeneralReward = 8;
NMFDMILHGPO_InteractMiracleRing = 9;
NMFDMILHGPO_InteractFoundation = 10;
NMFDMILHGPO_InteractEchoShell = 11;
NMFDMILHGPO_InteractHomeGather = 12;
NMFDMILHGPO_InteractEnvAnimal = 13;
NMFDMILHGPO_InteractQuestGadget = 14;
NMFDMILHGPO_InteractUiInteract = 15;
NMFDMILHGPO_InteractDeshretObelisk = 16;
}