blob: 5dc731875e23df714b2121bc20aa0be3b9c7a98a [file] [log] [blame] [raw]
package forestry.api.circuits;
public interface ICircuitLayout {
String getUID();
String getName();
String getUsage();
}