This commit is contained in:
Luca
2021-11-24 18:20:05 +01:00
parent 2b08e12f67
commit f210b41f2e
4 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,8 @@
package rip.tilly.bedwars.customitems.popuptower;
import org.bukkit.block.Block;
public class PlaceTower {
public PlaceTower(Block block, String xyz, )
}