move proto to submodule
This commit is contained in:
3
proto/AbilityString.proto
Normal file → Executable file
3
proto/AbilityString.proto
Normal file → Executable file
@@ -2,8 +2,9 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
message AbilityString {
|
||||
oneof type {
|
||||
oneof Type {
|
||||
string str = 1;
|
||||
uint32 hash = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user