mirror of
https://github.com/Melledy/Grasscutter.git
synced 2025-02-03 23:25:20 +00:00
9 lines
163 B
Protocol Buffer
9 lines
163 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
message ShortAbilityHashPair {
|
||
|
int32 abilityNameHash = 1;
|
||
|
int32 abilityConfigHash = 2;
|
||
|
}
|