feat: Initial Physics Code From Previous Repo
This commit is contained in:
7
Engine.Physics2D/Abstract/IPhysicsMaterial2D.cs
Normal file
7
Engine.Physics2D/Abstract/IPhysicsMaterial2D.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Syntriax.Engine.Physics2D.Abstract;
|
||||
|
||||
public interface IPhysicsMaterial2D
|
||||
{
|
||||
float Friction { get; }
|
||||
float Restitution { get; }
|
||||
}
|
Reference in New Issue
Block a user