6 lines
70 B
Java
6 lines
70 B
Java
package forestry.api.circuits;
|
|
|
|
public interface ICircuitLibrary {
|
|
|
|
}
|