using Syntriax.Engine.Physics2D.Primitives; namespace Syntriax.Engine.Physics2D.Abstract; public interface IShapeCollider2D : ICollider2D { Shape ShapeLocal { get; set; } Shape ShapeWorld { get; } }