added Gamerules to the GameWorld

This commit is contained in:
minjaesong
2022-06-03 00:54:50 +09:00
parent a57cb99619
commit fc59a1d0b2
5 changed files with 128 additions and 2 deletions

View File

@@ -36,4 +36,4 @@ class ActorValue : KVHashMap {
fun clone(newActor: Actor): ActorValue {
return ActorValue(newActor, hashMap)
}
}
}