GodotComponentTest/components/Component.cs

6 lines
52 B
C#
Raw Normal View History

using Godot;
public class Component : Node
{
}