Add new UID files and update scene configurations for dialogue components; refactor skill management and input handling
This commit is contained in:
11
scripts/interfaces/ISkill.cs
Normal file
11
scripts/interfaces/ISkill.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using Godot;
|
||||
|
||||
namespace Mr.BrickAdventures.scripts.interfaces;
|
||||
|
||||
public interface ISkill
|
||||
{
|
||||
void Initialize(Node owner);
|
||||
|
||||
void Activate();
|
||||
void Deactivate();
|
||||
}
|
1
scripts/interfaces/ISkill.cs.uid
Normal file
1
scripts/interfaces/ISkill.cs.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://crf7t3jqshq6t
|
Reference in New Issue
Block a user