1
0
Fork 0
mirror of https://github.com/hawkeye-stan/msfs-popout-panel-manager.git synced 2025-02-16 16:34:28 +01:00
msfs-popout-panel-manager/SimconnectAgent/SimDataItem.cs
2023-07-12 18:47:24 -04:00

10 lines
190 B
C#

namespace MSFSPopoutPanelManager.SimConnectAgent
{
public class SimDataItem
{
public string PropertyName { get; set; }
public double Value { get; set; }
}
}