Beispiel #1
0
	void operator() (Character& character, sf::Time) const
	{
		character.Accelerate(velocity);
	}