PlayerLastStatus on world save

This commit is contained in:
minjaesong
2021-10-10 17:39:19 +09:00
parent f3c56f5d47
commit 3ca95e138d
4 changed files with 19 additions and 14 deletions

View File

@@ -10,7 +10,7 @@ class ActorValue : KVHashMap {
@Transient lateinit var actor: Actor
internal set
private constructor()
constructor()
constructor(actor: Actor) : this() {
this.actor = actor