2013-04-28 02:37:19 -07:00

7 lines
128 B
Java

package mods.tinker.tconstruct.library.util;
public interface IMasterLogic
{
public void notifyChange(int x, int y, int z);
}