blob: e5c74020c02b212109616a376423e73e58d14aab [file] [log] [blame] [raw]
/*
* This code is the property of CovertJaguar
* and may only be used with explicit written
* permission unless otherwise specified on the
* license page at railcraft.wikispaces.com.
*/
package mods.railcraft.api.signals;
/**
*
* @author CovertJaguar <http://www.railcraft.info>
*/
public interface IControllerTile {
public SignalController getController();
}