GC-Proto/proto/InBattleMechanicusCardInfo....

16 lines
368 B
Protocol Buffer
Raw Normal View History

2023-01-28 17:00:48 +03:00
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;
}