Elin Modding Docs Doc
Loading...
Searching...
No Matches
TraitLetterOfWill.cs
1
using
System;
2
3
// Token: 0x0200042F RID: 1071
4
public
class
TraitLetterOfWill
:
Trait
5
{
6
// Token: 0x06001E44 RID: 7748 RVA: 0x000AE788 File Offset: 0x000AC988
7
public
override
void
WriteNote(UINote n,
bool
identified)
8
{
9
base.WriteNote(n, identified);
10
n.AddText(
"isPreventDeathPanalty"
, FontColor.Good);
11
n.AddText(
"isGraveSkin"
, FontColor.Good);
12
}
13
}
Trait
Definition
Trait.cs:9
TraitLetterOfWill
Definition
TraitLetterOfWill.cs:5
Elin
TraitLetterOfWill.cs
Generated by
1.12.0