DEADSOFTWARE

9cc4aeaa4f49211d4ce7d7c1387c2cb1faaf0b22
[cavedroid.git] / IUpdateBlockAction.kt
1 package ru.deadsoftware.cavedroid.game.actions.updateblock
3 interface IUpdateBlockAction {
5 fun update(x: Int, y: Int)
7 }