1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-07-30 17:14:11 +03:00
Files
GC-Proto/proto/AbilityAttachedModifier.proto
2024-05-22 19:51:09 +08:00

11 lines
264 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// 4.6.0
message AbilityAttachedModifier {
bool is_invalid = 1;
uint32 owner_entity_id = 2;
uint32 instanced_modifier_id = 3;
bool is_serverbuff_modifier = 4;
int32 attach_name_hash = 5;
}