Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitLetterOfWill.cs
Go to the documentation of this file.
1
public
class
TraitLetterOfWill
:
Trait
2
{
3
public
override
void
WriteNote
(
UINote
n,
bool
identified)
4
{
5
base.WriteNote(n, identified);
6
n.
AddText
(
"isPreventDeathPanalty"
,
FontColor
.Good);
7
n.
AddText
(
"isGraveSkin"
,
FontColor
.Good);
8
}
9
}
FontColor
FontColor
Definition:
FontColor.cs:2
TraitLetterOfWill
Definition:
TraitLetterOfWill.cs:2
TraitLetterOfWill.WriteNote
override void WriteNote(UINote n, bool identified)
Definition:
TraitLetterOfWill.cs:3
Trait
Definition:
Trait.cs:7
UINote
Definition:
UINote.cs:6
UINote.AddText
UIItem AddText(string text, FontColor color=FontColor.DontChange)
Definition:
UINote.cs:113
Elin
TraitLetterOfWill.cs
Generated by
1.9.6