8 lines
202 B
C#
8 lines
202 B
C#
|
|
using Godot;
|
||
|
|
|
||
|
|
namespace Babushka.scripts.CSharp.Common.Fight;
|
||
|
|
|
||
|
|
public partial class FightHappeningAnimationContext : Node
|
||
|
|
{
|
||
|
|
[Export] public UsedItemIndicatorVisual useHealItemIndicator = null!;
|
||
|
|
}
|