mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 01:01:16 +00:00
Interactable interface
This commit is contained in:
parent
49e58ff735
commit
54d9824581
27 changed files with 102 additions and 61 deletions
|
|
@ -5,8 +5,9 @@ using Cirno.Scripts;
|
|||
|
||||
public partial class Activable : Area2D, IActivable
|
||||
{
|
||||
public virtual void Activate(ActivationType activationType = ActivationType.Toggle)
|
||||
public virtual bool Activate(ActivationType activationType = ActivationType.Toggle)
|
||||
{
|
||||
//Debug.WriteLine("Activated");
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue