mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-09 08:25:54 +00:00
Boss teleporter
This commit is contained in:
parent
d5eda3c7b4
commit
a1e87af061
10 changed files with 178 additions and 13 deletions
|
|
@ -15,7 +15,7 @@ public partial class Teleporter : Activable
|
|||
public bool IsEnabled { get; set; }
|
||||
|
||||
[Export]
|
||||
public bool Invisible { get; private set; } = false;
|
||||
public bool Invisible { get; set; } = false;
|
||||
|
||||
public bool IsPrimed { get; private set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue