mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 09:35:34 +00:00
7 lines
No EOL
153 B
C#
7 lines
No EOL
153 B
C#
namespace Cirno.Scripts;
|
|
|
|
public interface IActivable
|
|
{
|
|
bool Activate(ActivationType activationType = ActivationType.Toggle);
|
|
void Toggle();
|
|
} |