Fixed the wrong type in the IMovement
This commit is contained in:
parent
2295650e16
commit
4fa1927fdc
|
@ -5,6 +5,6 @@ namespace Movement
|
|||
public interface IMovement : IPausable
|
||||
{
|
||||
float BaseSpeed { get; set; }
|
||||
void Move(int value);
|
||||
void Move(float value);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue