syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message AbilityString {
oneof type {
string str = 1;
uint32 hash = 2;
}