Fixed the wrong type in the IMovement
This commit is contained in:
		@@ -5,6 +5,6 @@ namespace Movement
 | 
				
			|||||||
    public interface IMovement : IPausable
 | 
					    public interface IMovement : IPausable
 | 
				
			||||||
    {
 | 
					    {
 | 
				
			||||||
        float BaseSpeed { get; set; }
 | 
					        float BaseSpeed { get; set; }
 | 
				
			||||||
        void Move(int value);
 | 
					        void Move(float value);
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user