Made grid size fully dynamic (prep for visual beams)
* A lot of refactoring
This commit is contained in:
@@ -43,7 +43,7 @@ public class DummyVisual implements Visual {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onProductCleared(int x, int y, int z) {
|
||||
public void onProductCleared(int x, int y, int z, Product product) {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user