mirror of
https://github.com/rmroc451/TweaksAndThings.git
synced 2025-12-17 17:59:39 -06:00
9 lines
137 B
C#
9 lines
137 B
C#
namespace RMROC451.TweaksAndThings.Enums;
|
|
|
|
public enum MrocHelperType
|
|
{
|
|
Handbrake,
|
|
GladhandAndAnglecock,
|
|
BleedAirSystem
|
|
}
|