move proto to submodule
This commit is contained in:
14
proto/AbilityMixinRecoverInfo.proto
Normal file → Executable file
14
proto/AbilityMixinRecoverInfo.proto
Normal file → Executable file
@@ -5,12 +5,12 @@ option java_package = "emu.grasscutter.net.proto";
|
||||
import "MassivePropSyncInfo.proto";
|
||||
|
||||
message AbilityMixinRecoverInfo {
|
||||
oneof source {
|
||||
uint32 instancedAbilityId = 1;
|
||||
uint32 instancedModifierId = 2;
|
||||
oneof Source {
|
||||
uint32 instanced_ability_id = 1;
|
||||
uint32 instanced_modifier_id = 2;
|
||||
}
|
||||
uint32 localId = 3;
|
||||
repeated uint32 dataList = 4;
|
||||
bool isServerbuffModifier = 5;
|
||||
repeated MassivePropSyncInfo massivePropList = 6;
|
||||
uint32 local_id = 3;
|
||||
repeated uint32 data_list = 4;
|
||||
bool is_serverbuff_modifier = 5;
|
||||
repeated MassivePropSyncInfo massive_prop_list = 6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user