Added basic component access in Scripts

This commit is contained in:
Simon Lübeß
2023-03-29 16:32:46 +02:00
parent e60d74fccd
commit 4fd9a924a0
11 changed files with 332 additions and 33 deletions
+1
View File
@@ -44,6 +44,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Components\Component.cs" />
<Compile Include="Components\RigidBody2D.cs" />
<Compile Include="Components\Transform.cs" />
<Compile Include="Core\EngineObject.cs" />
<Compile Include="Core\UUID.cs" />