mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-02-05 06:22:54 +08: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;
|
|
}
|