Sync proto hiro

This commit is contained in:
Akbar Yahya
2023-04-03 14:51:55 +08:00
parent 5eb05fff34
commit cbd6502c4b
217 changed files with 5404 additions and 3171 deletions

View File

@@ -0,0 +1,12 @@
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "Uint32Pair.proto";
// Name: PLPINEPGFHD
message GCGAttackCostInfo {
repeated Uint32Pair costMap = 3;
uint32 skill_id = 10;
}