Intro frames

This commit is contained in:
MaddoScientisto 2025-03-09 19:25:09 +01:00
commit 49e58ff735
92 changed files with 2010 additions and 228 deletions

View file

@ -0,0 +1,8 @@
namespace Cirno.Scripts.Interactables;
public interface IInteractable
{
public bool Activate();
public bool CanActivate();
//protected bool MeetsRequirements();
}

View file

@ -0,0 +1 @@
uid://dykkbbx8w0gup