mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-14 23:56:07 +09:00
8 lines
223 B
Kotlin
8 lines
223 B
Kotlin
package net.torvald.terrarum.gameworld
|
|
|
|
/**
|
|
* Dummy interface, except every implementing class must have a no-arg constructor.
|
|
*
|
|
* Created by minjaesong on 2025-02-27.
|
|
*/
|
|
interface TerrarumSavegameExtrafieldSerialisable |