Skip to content

Commit

Permalink
StreamMap: Added new group types
Browse files Browse the repository at this point in the history
  • Loading branch information
Greavesy1899 committed Jan 23, 2024
1 parent 398b65b commit 90f9360
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Mafia2Libs/ResourceTypes/FileTypes/StreamMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ public enum GroupTypes
Police_Char = 9,
Car_Universe = 10,
Car = 11,
Car_Big = 12,
Car_Police = 13,
Car_Script = 14,
Base_Anim = 15,
Weapons = 16,
GUI = 17,
Expand All @@ -35,6 +38,8 @@ public enum GroupTypes
TwoH_Char_In_One = 26,
FiveL_Char_In_One = 27,
ThreeCar_In_One = 28,
Char_Police = 29,
Trees = 30,
City_Crash = 31,
Small = 33,
Generate = 32,
Expand All @@ -43,12 +48,14 @@ public enum GroupTypes
Mapa = 36,
Sound_City = 37,
Anims_City = 38,
Kyn_City_Part = 39,
Kyn_City_Shop = 40,
Generic_Speech_Normal = 41,
Generic_Speech_Gangster = 42,
Generic_Speeh_Various = 43,
Generic_Speech_Story = 44,
Big_Script = 45,
Big_Mission_Scrippt = 46,
Big_Mission_Script = 46,
Generic_Speech_Police = 47,
Text = 48,
Ingame = 50,
Expand Down

0 comments on commit 90f9360

Please sign in to comment.