<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<PLUGIN name="input tunnel" version="1.0" type="misc">
  <DESCRIPTION>relay inputs to all the tunnel instances with the same name</DESCRIPTION>
  <HELP>http://www.openspace3d.com/documentation/fr/plugits/misc/inputtunnelplugit.html</HELP>
  <RESOURCE></RESOURCE>
  <EDITOR>
    <SCRIPT path="./etunnel.pkg" />
    <PARAM name="name" type="value" />
    <PARAM name="self" type="value" />
  </EDITOR>
  <CLIENT minstance="true">
    <SCRIPT path="./ctunnel.pkg" />
    <ACTION name="Input" />
    <EVENT name="Out" />
  </CLIENT>
</PLUGIN>