SAMP.NET/sampdotnet/API/Enums/ComponentSlots.cs
2022-08-27 18:16:44 +01:00

21 lines
424 B
C#

namespace SAMP.API
{
public enum ComponentSlots
{
Spoiler = 0,
Hood = 1,
Root = 2,
SideSkirt = 3,
Lamps = 4,
Nitro = 5,
Exhaust = 6,
Wheels = 7,
Stereo = 8,
Hydraulics = 9,
FrontBumper = 10,
RearBumper = 11,
VentRight = 12,
VentLeft = 13
};
};