mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 13:51:53 +09:00
rename 'tvda' -> 'savegame'
This commit is contained in:
12
src/net/torvald/terrarum/savegame/SimpleFileSystem.kt
Normal file
12
src/net/torvald/terrarum/savegame/SimpleFileSystem.kt
Normal file
@@ -0,0 +1,12 @@
|
||||
package net.torvald.terrarum.savegame
|
||||
|
||||
import java.nio.charset.Charset
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 2021-10-07.
|
||||
*/
|
||||
interface SimpleFileSystem {
|
||||
fun getEntry(id: EntryID): DiskEntry?
|
||||
fun getFile(id: EntryID): EntryFile?
|
||||
fun getDiskName(charset: Charset): String
|
||||
}
|
||||
Reference in New Issue
Block a user