AirControl  1.3.0
Open Source, Modular, and Extensible Flight Simulator For Deep Learning Research
IPropertyChanged.cs
1 /************************************************/
2 /* */
3 /* Copyright (c) 2018 - 2021 monitor1394 */
4 /* https://github.com/monitor1394 */
5 /* */
6 /************************************************/
7 
8 namespace XCharts
9 {
13  public interface IPropertyChanged
14  {
15  void OnChanged();
16  }
17 }
18 
XCharts.IPropertyChanged
属性变更接口
Definition: IPropertyChanged.cs:13
XCharts
Definition: RewardChart.cs:14