mirror of
https://github.com/rmroc451/TweaksAndThings.git
synced 2025-12-16 17:29:37 -06:00
8 lines
103 B
C#
8 lines
103 B
C#
namespace RMROC451.TweaksAndThings.Enums;
|
|
|
|
public enum CrewHourLoadMethod
|
|
{
|
|
Tracks,
|
|
Daily
|
|
}
|