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

11 lines
182 B
C#
Raw Normal View History

2021-12-14 05:40:07 +00:00
namespace MSFSPopoutPanelManager.Shared
{
public enum PanelType
{
FlightSimMainWindow,
BuiltInPopout,
2021-12-20 14:57:33 +00:00
CustomPopout,
MSFSTouchPanel
2021-12-14 05:40:07 +00:00
}
}