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