Moved Components to their respective namespaces

This commit is contained in:
Simon Lübeß
2023-12-15 14:53:10 +01:00
parent 66281ebddb
commit b884ee8303
8 changed files with 8 additions and 14 deletions
-1
View File
@@ -1,5 +1,4 @@
using System.Runtime.InteropServices;
using GlitchyEngine.Components;
using GlitchyEngine.Core;
namespace GlitchyEngine.Physics;