This commit is contained in:
2024-12-19 22:56:25 +00:00
parent 83e65fb1b0
commit 0a0db28e6d
4 changed files with 52 additions and 201 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
module Dodge.Inventory.Lock where
module Dodge.Inventory.Lock (
lockInv,
unlockInv,
) where
import Control.Lens
import Dodge.Data.World