Hello 3.4 testing

This commit is contained in:
Akbar Yahya
2023-01-28 22:00:48 +08:00
parent 919aed2ecf
commit 741da60f4f
3523 changed files with 50337 additions and 28823 deletions

View File

@@ -1,51 +1,28 @@
// 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";
import "BreakoutVector2.proto";
import "BreakoutActionType.proto";
import "BreakoutVector2.proto";
option java_package = "emu.grasscutter.net.proto";
message BreakoutAction {
enum BreakoutActionType {
BREAKOUT_ACTION_TYPE_NONE = 0;
BREAKOUT_ACTION_TYPE_LAUNCH_BALL = 1;
BREAKOUT_ACTION_TYPE_DESTROY_BALL = 2;
BREAKOUT_ACTION_TYPE_FALLING_OBJECT = 3;
BREAKOUT_ACTION_TYPE_MISSILE = 4;
}
BreakoutActionType action_type = 1;
uint64 client_game_time = 2;
uint64 server_game_time = 3;
bool is_failed = 4;
uint32 pre_index = 5;
uint32 new_index = 6;
BreakoutVector2 pos = 7;
BreakoutVector2 move_dir = 8;
int32 speed = 9;
uint32 peer_id = 10;
uint32 element_type = 11;
uint32 element_reaction_buff = 12;
uint32 speed_increase_count = 13;
bool has_extra_ball = 14;
BreakoutVector2 extra_ball_dir = 15;
uint32 extra_ball_index = 16;
int32 offset = 17;
uint64 Unk3300_AIEBGJHBOHL = 18;
BreakoutActionType actionType = 1;
uint64 clientGameTime = 2;
uint64 serverGameTime = 3;
bool mbfjjacbmck = 4;
uint32 gddolpoemjk = 5;
uint32 joandihiadc = 6;
BreakoutVector2 pos = 7;
BreakoutVector2 mjehpphliia = 8;
int32 speed = 9;
uint32 peerId = 10;
uint32 elementType = 11;
uint32 inhflokdoal = 12;
uint32 apiembahlab = 13;
bool mhkdmdjeaan = 14;
BreakoutVector2 cjegmomlbck = 15;
uint32 idngdpalicj = 16;
int32 offset = 17;
uint64 lccmdkibdpf = 18;
}