Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package appeng.spatial;
|
||||
|
||||
public interface ISpatialVisitor
|
||||
{
|
||||
|
||||
void visit(int x, int y, int z);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user