mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 07:59:24 +03:00
15 lines
355 B
Protocol Buffer
15 lines
355 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
// Version: 5.0
|
||
|
|
||
|
import "AbilityString.proto";
|
||
|
|
||
|
message ADIFNOPLAIK {
|
||
|
uint32 instanced_ability_id = 1;
|
||
|
uint32 MIAGFDLDMPH = 3;
|
||
|
int32 modifier_local_id = 6;
|
||
|
int32 local_id = 8;
|
||
|
AbilityString parent_ability_name = 10;
|
||
|
uint32 instanced_modifier_id = 12;
|
||
|
}
|