// MOVEMENT MODES
	// =============================================
	
	static public void GoStop(Entity e)
	{
		e.RemoveSpeed();
	}