Aimbot-PPO/Aimbot-PPO-MultiScene/Assets/XCharts/Editor/MainComponents/MainComponentEditor.cs

8 lines
154 B
C#
Raw Normal View History

using XCharts.Runtime;
namespace XCharts.Editor
{
public class MainComponentEditor<T> : MainComponentBaseEditor
where T : MainComponent
{ }
}