1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2025-02-17 00:44:28 +01:00
msfs-popout-panel-manager/FsConnector/ActionEvent.cs

12 lines
220 B
C#
Raw Normal View History

2022-01-27 14:40:04 +01:00
namespace MSFSPopoutPanelManager.FsConnector
{
public enum ActionEvent
{
KEY_MASTER_BATTERY_SET,
KEY_ALTERNATOR_SET,
KEY_AVIONICS_MASTER_SET,
2022-04-18 21:52:39 +02:00
KEY_AVIONICS_MASTER_2_SET
2022-01-27 14:40:04 +01:00
}
}