Files
AwperativeKernel/Awperative/Kernel/Scripting/Component/hello.cs

10 lines
133 B
C#

namespace Awperative;
public class hello : BodyComponent
{
public void Start() {
this.ExtensionTest();
}
}