mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
10 lines
159 B
Kotlin
10 lines
159 B
Kotlin
package net.torvald.terrarum.serialise
|
|
|
|
/**
|
|
* Created by minjaesong on 2018-10-03.
|
|
*/
|
|
object SavegameReader {
|
|
|
|
// TODO read TEVd, load necessary shits
|
|
|
|
} |