mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:35:34 +00:00
Intro frames
This commit is contained in:
parent
f443c24b8a
commit
49e58ff735
92 changed files with 2010 additions and 228 deletions
8
Scripts/Interactables/IInteractable.cs
Normal file
8
Scripts/Interactables/IInteractable.cs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
namespace Cirno.Scripts.Interactables;
|
||||
|
||||
public interface IInteractable
|
||||
{
|
||||
public bool Activate();
|
||||
public bool CanActivate();
|
||||
//protected bool MeetsRequirements();
|
||||
}
|
||||
1
Scripts/Interactables/IInteractable.cs.uid
Normal file
1
Scripts/Interactables/IInteractable.cs.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://dykkbbx8w0gup
|
||||
Loading…
Add table
Add a link
Reference in a new issue