Messing with stuff idk if i like
This commit is contained in:
10
Awperative/Kernel/Scripting/Component/hello.cs
Normal file
10
Awperative/Kernel/Scripting/Component/hello.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Awperative;
|
||||
|
||||
|
||||
public class hello : BodyComponent
|
||||
{
|
||||
public void Start() {
|
||||
|
||||
this.ExtensionTest();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user