Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitTorch.cs
Go to the documentation of this file.
1
public
class
TraitTorch
:
Trait
2
{
3
public
override
bool
UseExtra
4
{
5
get
6
{
7
if
(
owner
.
isOn
)
8
{
9
return
!
owner
.
Cell
.
isCurtainClosed
;
10
}
11
return
false
;
12
}
13
}
14
15
public
override
ToggleType
ToggleType
=>
ToggleType
.Fire;
16
}
ToggleType
ToggleType
Definition:
ToggleType.cs:2
Card.isOn
bool isOn
Definition:
Card.cs:514
Card.Cell
Cell Cell
Definition:
Card.cs:1931
Cell.isCurtainClosed
bool isCurtainClosed
Definition:
Cell.cs:582
TraitTorch
Definition:
TraitTorch.cs:2
TraitTorch.UseExtra
override bool UseExtra
Definition:
TraitTorch.cs:4
Trait
Definition:
Trait.cs:7
Trait.owner
Card owner
Definition:
Trait.cs:26
Elin
TraitTorch.cs
Generated by
1.9.6