mirror of
https://github.com/nacabaro/vbhelper.git
synced 2026-01-27 16:05:32 +00:00
SpriteRepo is not needed anymore
This commit is contained in:
parent
1e28a8c249
commit
3f324ca141
@ -1,12 +0,0 @@
|
||||
package com.github.nacabaro.vbhelper.source
|
||||
|
||||
import com.github.nacabaro.vbhelper.database.AppDatabase
|
||||
import com.github.nacabaro.vbhelper.domain.characters.Sprite
|
||||
|
||||
class SpriteRepo (
|
||||
private val db: AppDatabase
|
||||
) {
|
||||
suspend fun getAllSprites(): List<Sprite> {
|
||||
return db.characterDao().getAllSprites()
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user