move proto to submodule
This commit is contained in:
8
proto/TrialAvatarInfo.proto
Normal file → Executable file
8
proto/TrialAvatarInfo.proto
Normal file → Executable file
@@ -2,11 +2,11 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
import "Item.proto";
|
||||
import "TrialAvatarGrantRecord.proto";
|
||||
import "Item.proto";
|
||||
|
||||
message TrialAvatarInfo {
|
||||
uint32 trialAvatarId = 1;
|
||||
repeated Item trialEquipList = 2;
|
||||
TrialAvatarGrantRecord grantRecord = 3;
|
||||
uint32 trial_avatar_id = 1;
|
||||
repeated Item trial_equip_list = 2;
|
||||
TrialAvatarGrantRecord grant_record = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user