mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Fixed healing stations
This commit is contained in:
parent
d4b420052e
commit
f1ddee18c4
9 changed files with 84 additions and 30 deletions
|
|
@ -1,8 +1,12 @@
|
|||
using Godot;
|
||||
using System;
|
||||
using Cirno.Scripts.Components.Actors;
|
||||
|
||||
public partial class InteractionController : Area2D
|
||||
{
|
||||
[Export] public ActorResourceProvider Health { get; private set; }
|
||||
[Export] public ActorResourceProvider Shield { get; private set; }
|
||||
|
||||
private bool _enabled = false;
|
||||
|
||||
public bool Enabled
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue