blob: 6ee159eaf357f53b52227303f57db85a22e058dd [file] [log] [blame] [raw]
package mekanism.api;
public interface ITransmitterNetwork
{
public void tick();
public int getSize();
}