syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; // Version: 5.0 enum LNEMNCJDLMM { LNEMNCJDLMM_InBattleMechanicusCardChallengeNone = 0; LNEMNCJDLMM_InBattleMechanicusCardChallengeOnGoing = 1; LNEMNCJDLMM_InBattleMechanicusCardChallengeFail = 2; LNEMNCJDLMM_InBattleMechanicusCardChallengeSuccess = 3; }