mirror of
https://github.com/hawkeye-stan/msfs-popout-panel-manager.git
synced 2024-11-25 23:30:10 +00:00
9 lines
158 B
C#
9 lines
158 B
C#
namespace MSFSPopoutPanelManager.Shared
|
|
{
|
|
public enum PanelType
|
|
{
|
|
FlightSimMainWindow,
|
|
BuiltInPopout,
|
|
CustomPopout
|
|
}
|
|
}
|