refactor: moved 2D primitives from Physics2D to Core

This commit is contained in:
2025-03-17 21:57:09 +03:00
parent 9ecf0b900f
commit 183966d239
17 changed files with 408 additions and 413 deletions

View File

@@ -1,5 +1,4 @@
using Syntriax.Engine.Core;
using Syntriax.Engine.Physics2D.Primitives;
namespace Syntriax.Engine.Physics2D;