briefy showing item name to the quickslot when the selection has changed

This commit is contained in:
minjaesong
2022-01-10 16:19:56 +09:00
parent 48f62e11bf
commit 946f75183c
15 changed files with 125 additions and 42 deletions

View File

@@ -98,7 +98,7 @@ class EntryPoint : ModuleEntryPoint() {
return BlockBase.blockStartPrimaryUse(actor, this, dynamicID, delta)
}
override fun effectWhenEquipped(actor: ActorWithBody, delta: Float) {
override fun effectWhileEquipped(actor: ActorWithBody, delta: Float) {
BlockBase.blockEffectWhenEquipped(actor, delta)
}
}