Skip to content

Commit efb4605

Browse files
skuzzisgithub-actions[bot]
authored andcommitted
Syncing changes automatically to SwiftlyS2 for today's CS2 Update.
1 parent 38844ce commit efb4605

14 files changed

+71
-16
lines changed

managed/src/SwiftlyS2.Generated/Protobufs/Classes/CGCStorePurchaseInit_LineItemImpl.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ public uint CostInLocalCurrency
2929
public uint PurchaseType
3030
{ get => Accessor.GetUInt32("purchase_type"); set => Accessor.SetUInt32("purchase_type", value); }
3131

32+
33+
public ulong SupplementalData
34+
{ get => Accessor.GetUInt64("supplemental_data"); set => Accessor.SetUInt64("supplemental_data", value); }
35+
3236
}

managed/src/SwiftlyS2.Generated/Protobufs/Classes/CMsgAdjustEquipSlotsImpl.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,8 @@ public CMsgAdjustEquipSlotsImpl(nint handle, bool isManuallyAllocated): base(han
1717
public IProtobufRepeatedFieldSubMessageType<CMsgAdjustEquipSlot> Slots
1818
{ get => new ProtobufRepeatedFieldSubMessageType<CMsgAdjustEquipSlot>(Accessor, "slots"); }
1919

20+
21+
public uint ChangeNum
22+
{ get => Accessor.GetUInt32("change_num"); set => Accessor.SetUInt32("change_num", value); }
23+
2024
}

managed/src/SwiftlyS2.Generated/Protobufs/Classes/CMsgApplyStickerImpl.cs

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,28 @@ public uint BaseitemDefidx
3333
public float StickerWear
3434
{ get => Accessor.GetFloat("sticker_wear"); set => Accessor.SetFloat("sticker_wear", value); }
3535

36+
37+
public float StickerRotation
38+
{ get => Accessor.GetFloat("sticker_rotation"); set => Accessor.SetFloat("sticker_rotation", value); }
39+
40+
41+
public float StickerScale
42+
{ get => Accessor.GetFloat("sticker_scale"); set => Accessor.SetFloat("sticker_scale", value); }
43+
44+
45+
public float StickerOffsetX
46+
{ get => Accessor.GetFloat("sticker_offset_x"); set => Accessor.SetFloat("sticker_offset_x", value); }
47+
48+
49+
public float StickerOffsetY
50+
{ get => Accessor.GetFloat("sticker_offset_y"); set => Accessor.SetFloat("sticker_offset_y", value); }
51+
52+
53+
public float StickerOffsetZ
54+
{ get => Accessor.GetFloat("sticker_offset_z"); set => Accessor.SetFloat("sticker_offset_z", value); }
55+
56+
57+
public float StickerWearTarget
58+
{ get => Accessor.GetFloat("sticker_wear_target"); set => Accessor.SetFloat("sticker_wear_target", value); }
59+
3660
}

managed/src/SwiftlyS2.Generated/Protobufs/Classes/CSGOUserCmdPBImpl.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,6 @@ public int Attack2StartHistoryIndex
3030
{ get => Accessor.GetInt32("attack2_start_history_index"); set => Accessor.SetInt32("attack2_start_history_index", value); }
3131

3232

33-
public int Attack3StartHistoryIndex
34-
{ get => Accessor.GetInt32("attack3_start_history_index"); set => Accessor.SetInt32("attack3_start_history_index", value); }
35-
36-
3733
public bool LeftHandDesired
3834
{ get => Accessor.GetBool("left_hand_desired"); set => Accessor.SetBool("left_hand_desired", value); }
3935

managed/src/SwiftlyS2.Generated/Protobufs/Classes/CSOEconGameAccountClientImpl.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ public uint AdditionalBackpackSlots
1818
{ get => Accessor.GetUInt32("additional_backpack_slots"); set => Accessor.SetUInt32("additional_backpack_slots", value); }
1919

2020

21+
public uint TradeBanExpiration
22+
{ get => Accessor.GetUInt32("trade_ban_expiration"); set => Accessor.SetUInt32("trade_ban_expiration", value); }
23+
24+
2125
public uint BonusXpTimestampRefresh
2226
{ get => Accessor.GetUInt32("bonus_xp_timestamp_refresh"); set => Accessor.SetUInt32("bonus_xp_timestamp_refresh", value); }
2327

managed/src/SwiftlyS2.Generated/Protobufs/Classes/CSubtickMoveStepImpl.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ public float AnalogLeftDelta
3434
{ get => Accessor.GetFloat("analog_left_delta"); set => Accessor.SetFloat("analog_left_delta", value); }
3535

3636

37-
public float AnalogPitchDelta
38-
{ get => Accessor.GetFloat("analog_pitch_delta"); set => Accessor.SetFloat("analog_pitch_delta", value); }
37+
public float PitchDelta
38+
{ get => Accessor.GetFloat("pitch_delta"); set => Accessor.SetFloat("pitch_delta", value); }
3939

4040

41-
public float AnalogYawDelta
42-
{ get => Accessor.GetFloat("analog_yaw_delta"); set => Accessor.SetFloat("analog_yaw_delta", value); }
41+
public float YawDelta
42+
{ get => Accessor.GetFloat("yaw_delta"); set => Accessor.SetFloat("yaw_delta", value); }
4343

4444
}

managed/src/SwiftlyS2.Generated/Protobufs/Interfaces/CGCStorePurchaseInit_LineItem.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ public interface CGCStorePurchaseInit_LineItem : ITypedProtobuf<CGCStorePurchase
2121

2222
public uint PurchaseType { get; set; }
2323

24+
25+
public ulong SupplementalData { get; set; }
26+
2427
}

managed/src/SwiftlyS2.Generated/Protobufs/Interfaces/CMsgAdjustEquipSlots.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ public interface CMsgAdjustEquipSlots : ITypedProtobuf<CMsgAdjustEquipSlots>
1212

1313
public IProtobufRepeatedFieldSubMessageType<CMsgAdjustEquipSlot> Slots { get; }
1414

15+
16+
public uint ChangeNum { get; set; }
17+
1518
}

managed/src/SwiftlyS2.Generated/Protobufs/Interfaces/CMsgApplySticker.cs

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,22 @@ public interface CMsgApplySticker : ITypedProtobuf<CMsgApplySticker>
2424

2525
public float StickerWear { get; set; }
2626

27+
28+
public float StickerRotation { get; set; }
29+
30+
31+
public float StickerScale { get; set; }
32+
33+
34+
public float StickerOffsetX { get; set; }
35+
36+
37+
public float StickerOffsetY { get; set; }
38+
39+
40+
public float StickerOffsetZ { get; set; }
41+
42+
43+
public float StickerWearTarget { get; set; }
44+
2745
}

managed/src/SwiftlyS2.Generated/Protobufs/Interfaces/CSGOUserCmdPB.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ public interface CSGOUserCmdPB : ITypedProtobuf<CSGOUserCmdPB>
2222
public int Attack2StartHistoryIndex { get; set; }
2323

2424

25-
public int Attack3StartHistoryIndex { get; set; }
26-
27-
2825
public bool LeftHandDesired { get; set; }
2926

3027

0 commit comments

Comments
 (0)