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;
|
repeated oDc iDc = 15;
|
||||||
}
|
}
|
||||||
|
|
||||||
message CGc {
|
message FlySkin {
|
||||||
int32 SkinId = 1;
|
int32 FlySkinConfigId = 1;
|
||||||
int32 fGc = 2;
|
int32 SoarWingOrParagliding = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
message iOc1 {
|
message WingOrParaglidingSkin {
|
||||||
int64 F4n = 1;
|
int64 EntityId = 1;
|
||||||
repeated CGc gGc = 2;
|
repeated FlySkin FlySkin = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
// MessageId: 26443 (Notify)
|
// MessageId: 26443 (Notify)
|
||||||
message tOc3 {
|
message SoarWingOrParaglidingSkinChangeNotify {
|
||||||
repeated iOc1 iDc = 7;
|
repeated WingOrParaglidingSkin WingOrParaglidingSkin = 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
// MessageId: 16417 (Notify)
|
// MessageId: 16417 (Notify)
|
||||||
|
|
Loading…
Reference in a new issue