Signal context
This commit is contained in:
parent
8a7295be82
commit
b4bf3ab8bc
13 changed files with 112 additions and 72 deletions
11
scripts/entities/EntitySignalContext.cs
Normal file
11
scripts/entities/EntitySignalContext.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
using Godot;
|
||||
|
||||
namespace Newlon.Components;
|
||||
|
||||
public partial class EntitySignalContext : RefCounted
|
||||
{
|
||||
public Node source;
|
||||
public Entity target;
|
||||
public float actionAmount;
|
||||
public float deltaHP;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue