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