mirror of
https://github.com/rmroc451/TweaksAndThings.git
synced 2025-12-16 17:29:37 -06:00
10 lines
146 B
C#
10 lines
146 B
C#
namespace RMROC451.TweaksAndThings.Enums;
|
|
|
|
public enum MrocHelperType
|
|
{
|
|
Handbrake,
|
|
GladhandAndAnglecock,
|
|
BleedAirSystem,
|
|
Oil
|
|
}
|