1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-21 15:44:23 +00:00

Remove type from SacrificeStone.sacrifice_changed

This commit is contained in:
Steffo 2024-04-28 17:35:39 +02:00
parent 12b7741a8a
commit f79a358d72
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -7,7 +7,7 @@ class_name SacrificeStone
## Emitted when the sacrifice on top of the stone changes.
signal sacrifice_changed(entity: PhysicsBody2D, type: Enums.MonsterType)
signal sacrifice_changed(entity: PhysicsBody2D)
## The entity currently on top of the stone.
var entity: PhysicsBody2D