GC-Proto/proto/ShortAbilityHashPair.proto
2023-08-23 01:23:37 +08:00

9 lines
167 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message ShortAbilityHashPair {
int32 ability_name_hash = 1;
int32 ability_config_hash = 2;
}