mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-18 06:24:06 +09:00
PlayerLastStatus on world save
This commit is contained in:
@@ -10,7 +10,7 @@ class ActorValue : KVHashMap {
|
||||
@Transient lateinit var actor: Actor
|
||||
internal set
|
||||
|
||||
private constructor()
|
||||
constructor()
|
||||
|
||||
constructor(actor: Actor) : this() {
|
||||
this.actor = actor
|
||||
|
||||
Reference in New Issue
Block a user