blob: b158febe5bff068f2612c45442ff3593d4573d38 [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.ModTMechworks.info>
*/
public interface ISignalPacketBuilder {
public void sendPairPacketUpdate(AbstractPair pairing);
public void sendPairPacketRequest(AbstractPair pairing);
}