mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 18:05:05 +01:00
Add embryos for all skill depots for the main characters
This commit is contained in:
12
proto/AvatarChangeElementTypeReq.proto
Normal file
12
proto/AvatarChangeElementTypeReq.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 1706
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message AvatarChangeElementTypeReq {
|
||||
uint32 scene_id = 15;
|
||||
uint32 area_id = 4;
|
||||
}
|
||||
Reference in New Issue
Block a user