Boss teleporter

This commit is contained in:
Marco 2025-04-29 18:14:09 +02:00
commit a1e87af061
10 changed files with 178 additions and 13 deletions

View file

@ -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; }