2022-11-06 15:30:21 +03:00
|
|
|
// Proto has been converted from Sorapointa to Grasscutter format
|
|
|
|
// Sorapointa - A server software re-implementation for a certain anime game, and avoid sorapointa.
|
|
|
|
// Copyright (C) 2022 Sorapointa Team
|
|
|
|
//
|
|
|
|
// This program is free software: you can redistribute it and/or modify
|
|
|
|
// it under the terms of the GNU Affero General Public License as
|
|
|
|
// published by the Free Software Foundation, either version 3 of the
|
|
|
|
// License, or (at your option) any later version.
|
|
|
|
//
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU Affero General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU Affero General Public License
|
|
|
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
syntax = "proto3";
|
|
|
|
|
2022-11-06 15:51:40 +03:00
|
|
|
import "GCGCard.proto";
|
|
|
|
import "GCGControllerShowInfo.proto";
|
|
|
|
import "GCGCostReviseInfo.proto";
|
|
|
|
import "GCGDuelChallenge.proto";
|
|
|
|
import "GCGGameBusinessType.proto";
|
2022-12-05 14:56:53 +03:00
|
|
|
import "GCGMessagePack.proto";
|
2022-11-06 15:51:40 +03:00
|
|
|
import "GCGPVEIntention.proto";
|
|
|
|
import "GCGPhase.proto";
|
|
|
|
import "GCGPlayerField.proto";
|
2022-12-05 14:56:53 +03:00
|
|
|
import "Unk3300_ADHENCIFKNI.proto";
|
2022-11-06 15:51:40 +03:00
|
|
|
|
2022-11-06 15:30:21 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
2022-11-06 15:51:40 +03:00
|
|
|
message GCGDuel {
|
|
|
|
uint32 server_seq = 3;
|
2022-12-05 14:56:53 +03:00
|
|
|
repeated GCGControllerShowInfo show_info_list = 7;
|
|
|
|
repeated uint32 forbid_finish_challenge_list = 192;
|
|
|
|
repeated GCGCard card_list = 1;
|
|
|
|
uint32 Unk3300_BIANMOPDEHO = 9;
|
|
|
|
GCGCostReviseInfo cost_revise = 8;
|
|
|
|
uint32 game_id = 4;
|
|
|
|
repeated GCGPlayerField field_list = 5;
|
|
|
|
repeated Unk3300_ADHENCIFKNI Unk3300_CDCMBOKBLAK = 1987;
|
|
|
|
GCGGameBusinessType business_type = 13;
|
|
|
|
repeated GCGPVEIntention intention_list = 2;
|
|
|
|
repeated GCGDuelChallenge challenge_list = 1617;
|
|
|
|
repeated GCGCard history_card_list = 1872;
|
|
|
|
uint32 round = 11;
|
|
|
|
uint32 controller_id = 12;
|
|
|
|
repeated GCGMessagePack history_msg_pack_list = 797;
|
|
|
|
uint32 Unk3300_JHDDNKFPINA = 10;
|
|
|
|
repeated uint32 card_id_list = 6;
|
|
|
|
uint32 Unk3300_JBBMBKGOONO = 15;
|
|
|
|
GCGPhase phase = 14;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|