1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-10-16 14:10:45 +00:00
msfs-popout-panel-manager/Shared/Enums.cs
2022-01-09 12:05:15 -05:00

10 lines
182 B
C#

namespace MSFSPopoutPanelManager.Shared
{
public enum PanelType
{
FlightSimMainWindow,
BuiltInPopout,
CustomPopout,
MSFSTouchPanel
}
}