1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2024-11-25 23:30:10 +00:00
msfs-popout-panel-manager/Shared/Enums.cs
2021-12-19 21:31:17 -05:00

9 lines
158 B
C#

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