You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: grzyClothTool/GlobalConstants.cs
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,5 +2,6 @@ namespace grzyClothTool;
2
2
3
3
publicstaticclassGlobalConstants
4
4
{
5
-
publicconstintMAX_DRAWABLES_IN_ADDON=128;//todo: somewhere in the future, this should depend on a resource type (fivem has limit of 128, but sp and ragemp have 255 I believe)
publicconstintMAX_DRAWABLES_IN_ADDON=128;//todo: somewhere in the future, this should depend on a resource type (fivem has limit of 128, but sp and ragemp have 255 I believe)
0 commit comments