chore: initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace PathBerserker2d
|
||||
{
|
||||
public interface IVelocityProvider
|
||||
{
|
||||
/// <summary>
|
||||
/// Current velocity relative to the world.
|
||||
/// </summary>
|
||||
Vector2 WorldVelocity { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user