mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 11:15:33 +00:00
Teleporters
This commit is contained in:
parent
e86e9a2bf7
commit
7db0e8f5b6
12 changed files with 215 additions and 19 deletions
|
|
@ -44,7 +44,7 @@ public partial class Door : Activable
|
|||
|
||||
}
|
||||
|
||||
public override void Activate()
|
||||
public override void Activate(ActivationType activationType = ActivationType.Toggle)
|
||||
{
|
||||
switch (State)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue