GIT
/
REPO
/
FRED-BOY
Projects
/
cavedroid.git
/ blob
035dd4fa8d3155dc070854803efefccef158f37e
[cavedroid.git]
/
1
package ru.fredboy.cavedroid.domain.assets.repository
2
3
import com.badlogic.gdx.graphics.Texture
4
5
abstract class BlockAssetsRepository : AssetsRepository() {
6
7
abstract fun getBlockTexture(textureName: String): Texture
8
9
}
DEADSOFTWARE 2012-2025