Initial commit
This commit is contained in:
10
proto/ProudSkillExtraLevelNotify.proto
Normal file
10
proto/ProudSkillExtraLevelNotify.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ProudSkillExtraLevelNotify {
|
||||
uint64 avatarGuid = 1;
|
||||
uint32 talentType = 2;
|
||||
uint32 talentIndex = 3;
|
||||
uint32 extraLevel = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user