DEADSOFTWARE

06c70c4a0353d8aeda98016aa4a5d7a338897f80
[cavedroid.git] / IPlaceBlockAction.kt
1 package ru.deadsoftware.cavedroid.game.actions.placeblock
3 import ru.deadsoftware.cavedroid.game.model.item.Item
5 interface IPlaceBlockAction {
7 fun place(placeable: Item.Placeable, x: Int, y: Int)
9 }