GIT
/
REPO
/
FRED-BOY
Projects
/
cavedroid.git
/ blob
047ef6e73b2c0352c444535bc355ab87e995dcd2
[cavedroid.git]
/
1
package ru.fredboy.cavedroid.ux.controls.action.placeblock
2
3
import ru.fredboy.cavedroid.domain.items.model.item.Item
4
5
interface IPlaceBlockAction {
6
7
fun place(placeable: Item.Placeable, x: Int, y: Int)
8
9
}
DEADSOFTWARE 2012-2025