Teleporters

This commit is contained in:
Marco 2025-02-06 17:57:06 +01:00
commit 7db0e8f5b6
12 changed files with 215 additions and 19 deletions

View file

@ -16,7 +16,7 @@ public partial class Pickupper : Activable
_inventoryManager = GetNode<InventoryManager>("/root/GameScene/InventoryManager");
}
public override void Activate()
public override void Activate(ActivationType activationType = ActivationType.Toggle)
{
foreach (var item in LootTable)
{