2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-06-27 07:57:22 +03:00
|
|
|
// 4.7.0
|
2022-11-06 15:30:21 +03:00
|
|
|
message AbilityEmbryo {
|
2023-05-23 09:48:59 +03:00
|
|
|
uint32 ability_id = 1;
|
|
|
|
fixed32 ability_name_hash = 2;
|
|
|
|
fixed32 ability_override_name_hash = 3;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|