#12 add configurable column for fuel status tracking in engine roster

This commit is contained in:
2024-06-20 17:41:50 -05:00
parent 8ae319fbee
commit d0e2c3f99e
8 changed files with 257 additions and 70 deletions

View File

@@ -0,0 +1,9 @@
namespace TweaksAndThings.Enums;
public enum EngineRosterFuelDisplayColumn
{
None,
Engine,
Crew,
Status
}