WallCrafter progress

This commit is contained in:
Anuken
2021-07-07 16:28:33 -04:00
parent 0543616f15
commit 64ab8328b8
12 changed files with 101 additions and 62 deletions

View File

@@ -367,7 +367,7 @@ public class Block extends UnlockableContent{
}
/** Returns whether or not this block can be place on the specified */
public boolean canPlaceOn(Tile tile, Team team){
public boolean canPlaceOn(Tile tile, Team team, int rotation){
return true;
}