GC-Proto/proto/InBattleMechanicusCardInfo.proto
2023-01-28 22:00:48 +08:00

16 lines
368 B
Protocol Buffer

syntax = "proto3";
import "InBattleMechanicusCardChallengeState.proto";
option java_package = "emu.grasscutter.net.proto";
message InBattleMechanicusCardInfo {
uint32 Unk3300_FNAHKHODBKN = 3;
uint32 costPoints = 2;
uint32 Unk3300_NDAOOKKGJPH = 9;
uint32 cardId = 15;
uint32 Unk3300_KCIEINMEPDH = 8;
InBattleMechanicusCardChallengeState challengeState = 5;
}