Add fly skin protos
This commit is contained in:
parent
75096f1a98
commit
234a557dd6
1 changed files with 8 additions and 8 deletions
|
@ -17965,19 +17965,19 @@ message tDc {
|
|||
repeated oDc iDc = 15;
|
||||
}
|
||||
|
||||
message CGc {
|
||||
int32 SkinId = 1;
|
||||
int32 fGc = 2;
|
||||
message FlySkin {
|
||||
int32 FlySkinConfigId = 1;
|
||||
int32 SoarWingOrParagliding = 2;
|
||||
}
|
||||
|
||||
message iOc1 {
|
||||
int64 F4n = 1;
|
||||
repeated CGc gGc = 2;
|
||||
message WingOrParaglidingSkin {
|
||||
int64 EntityId = 1;
|
||||
repeated FlySkin FlySkin = 2;
|
||||
}
|
||||
|
||||
// MessageId: 26443 (Notify)
|
||||
message tOc3 {
|
||||
repeated iOc1 iDc = 7;
|
||||
message SoarWingOrParaglidingSkinChangeNotify {
|
||||
repeated WingOrParaglidingSkin WingOrParaglidingSkin = 7;
|
||||
}
|
||||
|
||||
// MessageId: 16417 (Notify)
|
||||
|
|
Loading…
Reference in a new issue