No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

MainComponentEditor.cs 154B

12345678
  1. using XCharts.Runtime;
  2. namespace XCharts.Editor
  3. {
  4. public class MainComponentEditor<T> : MainComponentBaseEditor
  5. where T : MainComponent
  6. { }
  7. }