We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30e681f commit c31ce16Copy full SHA for c31ce16
Resources/NetHookAnalyzer2/NetHookAnalyzer2/Specializations/CSGO/CSGOSOHelper.cs
@@ -6,7 +6,7 @@ namespace NetHookAnalyzer2.Specializations
6
{
7
class CSGOSOHelper
8
9
- public static Dictionary<int, Type> SOTypes = new Dictionary<int, Type>()
+ public static Dictionary<int, Type> SOTypes = new()
10
11
{1, typeof(CSOEconItem)},
12
{2, typeof(CSOPersonaDataPublic)},
@@ -15,7 +15,6 @@ class CSGOSOHelper
15
{38, typeof(CSOEconItemDropRateBonus)},
16
{40, typeof(CSOAccountSeasonalOperation)},
17
{41, typeof(CSOAccountSeasonalOperation)},
18
- {43, typeof(CSOEconDefaultEquippedDefinitionInstanceClient)},
19
{45, typeof(CSOEconCoupon)},
20
{46, typeof(CSOQuestProgress)},
21
};
0 commit comments