move proto to submodule
This commit is contained in:
1
proto/Birthday.proto
Normal file → Executable file
1
proto/Birthday.proto
Normal file → Executable file
@@ -2,6 +2,7 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
message Birthday {
|
||||
uint32 month = 1;
|
||||
uint32 day = 2;
|
||||
|
||||
Reference in New Issue
Block a user