diff options
| author | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-09 19:09:34 -0300 |
|---|---|---|
| committer | Matheus <matheus.guedes.mg.m@gmail.com> | 2025-09-09 19:09:34 -0300 |
| commit | c6bbb834f7758027c0df338f1520f34fad3befea (patch) | |
| tree | 1818cd23c24be16fbe19b16dd0a510874d440d83 /scripts/entities/actions/DropAction.cs | |
| parent | f1b51bed52ffbd90b5b7cc8dcfc6f0484bbbeb3c (diff) | |
Organização
Diffstat (limited to 'scripts/entities/actions/DropAction.cs')
| -rw-r--r-- | scripts/entities/actions/DropAction.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/scripts/entities/actions/DropAction.cs b/scripts/entities/actions/DropAction.cs deleted file mode 100644 index e5bd929..0000000 --- a/scripts/entities/actions/DropAction.cs +++ /dev/null @@ -1,13 +0,0 @@ -using Godot; - -public partial class DropAction : ItemAction -{ - public DropAction(Player player, ConsumableItem item) : base(player, item) - { - } - - public override bool Perform() { - player.inventory.Drop(item); - return true; - } -}
\ No newline at end of file |
