move proto to submodule
This commit is contained in:
5
proto/FightPropPair.proto
Normal file → Executable file
5
proto/FightPropPair.proto
Normal file → Executable file
@@ -2,7 +2,8 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
message FightPropPair {
|
||||
uint32 type = 1;
|
||||
float propValue = 2;
|
||||
uint32 prop_type = 1;
|
||||
float prop_value = 2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user