mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-05 03:47:06 +03:00
sync 4.0 v1 (66b3744)
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
import "Uint32Pair.proto";
|
||||
// Obf: IADEIPANMIH
|
||||
// Obf: BGMPBKGJJCO
|
||||
message GCGAttackCostInfo {
|
||||
uint32 skill_id = 12;
|
||||
repeated Uint32Pair cost_map = 4;
|
||||
uint32 skill_id = 6;
|
||||
repeated Uint32Pair cost_map = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user