mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-27 16:09:57 +07:00
Update InputHandler.java
This commit is contained in:
parent
c8b12837a4
commit
758670eb51
@ -128,6 +128,13 @@ public abstract class InputHandler implements InputProcessor{
|
||||
tile.block().tapped(tile, player);
|
||||
}
|
||||
|
||||
@Remote(targets = Loc.both, called = Loc.server, forward = true)
|
||||
public static void onTileConfig(Player player, Tile tile, int value){
|
||||
if(tile == null || !Units.canInteract(player, tile)) return;
|
||||
//TODO
|
||||
//tile.block().cofigured(tile, player, value);
|
||||
}
|
||||
|
||||
public OverlayFragment getFrag(){
|
||||
return frag;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user