mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 19:10:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
import "BreakoutSnapShot.proto";
|
||||
import "MassivePropSyncInfo.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
@@ -26,6 +27,7 @@ message AbilityMixinRecoverInfo {
|
||||
repeated uint32 data_list = 4;
|
||||
bool is_serverbuff_modifier = 5;
|
||||
repeated MassivePropSyncInfo massive_prop_list = 6;
|
||||
BreakoutSnapShot breakout_snap_shot = 7;
|
||||
oneof source {
|
||||
uint32 instanced_ability_id = 1;
|
||||
uint32 instanced_modifier_id = 2;
|
||||
|
Reference in New Issue
Block a user