mirror of
https://github.com/rmroc451/TweaksAndThings.git
synced 2025-12-17 01:39:38 -06:00
10 lines
135 B
C#
10 lines
135 B
C#
namespace RMROC451.TweaksAndThings.Enums;
|
|
|
|
public enum EngineRosterFuelDisplayColumn
|
|
{
|
|
None,
|
|
Engine,
|
|
Crew,
|
|
Status
|
|
}
|