mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-13 20:35:54 +00:00
Interactable interface
This commit is contained in:
parent
49e58ff735
commit
54d9824581
27 changed files with 102 additions and 61 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
public interface IActivable
|
||||
{
|
||||
void Activate(ActivationType activationType = ActivationType.Toggle);
|
||||
bool Activate(ActivationType activationType = ActivationType.Toggle);
|
||||
}
|
||||
|
||||
public enum ActivationType
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue