fix: Forgotten File
This commit is contained in:
parent
b6b974feeb
commit
30612fc995
|
@ -2,6 +2,6 @@ namespace Syntriax.Engine.Physics2D.Abstract;
|
|||
|
||||
public interface IPhysicsMaterial2D
|
||||
{
|
||||
float Friction { get; set; }
|
||||
float Restitution { get; set; }
|
||||
float Friction { get; }
|
||||
float Restitution { get; }
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue