mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 12:34:05 +09:00
all potentially serialisable actors now have no-arg constructor
This commit is contained in:
@@ -20,8 +20,6 @@ class ReadActor(val ingame: TerrarumIngame) {
|
||||
}
|
||||
|
||||
open fun invoke(worldDataStream: Reader) {
|
||||
IngamePlayer()
|
||||
|
||||
postRead(Common.jsoner.fromJson(IngamePlayer::class.java, worldDataStream))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user