mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
17 lines
388 B
Protocol Buffer
17 lines
388 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "InBattleMechanicusCardChallengeState.proto";
|
|
|
|
// Name: MBPAKAMJPFM
|
|
message InBattleMechanicusCardInfo {
|
|
uint32 MDBEPJAMPBA = 1;
|
|
uint32 LHLHKNLIKLK = 2;
|
|
InBattleMechanicusCardChallengeState challenge_state = 13;
|
|
uint32 LJHINGOMPDC = 12;
|
|
uint32 cost_points = 7;
|
|
uint32 card_id = 10;
|
|
}
|
|
|