Elin Modding Docs Doc
Loading...
Searching...
No Matches
TraitRecipeBook.cs
1using System;
2
3// Token: 0x02000368 RID: 872
5{
6 // Token: 0x06001AFC RID: 6908 RVA: 0x000A6E0A File Offset: 0x000A500A
7 public override int GetActDuration(Chara c)
8 {
9 return 10;
10 }
11
12 // Token: 0x170007EE RID: 2030
13 // (get) Token: 0x06001AFD RID: 6909 RVA: 0x000A6E0E File Offset: 0x000A500E
14 public override string langNote
15 {
16 get
17 {
18 return "traitRecipeBook";
19 }
20 }
21
22 // Token: 0x06001AFE RID: 6910 RVA: 0x000A6E15 File Offset: 0x000A5015
23 public override void OnRead(Chara c)
24 {
25 }
26
27 // Token: 0x06001AFF RID: 6911 RVA: 0x000A6E17 File Offset: 0x000A5017
28 public override void WriteNote(UINote n, bool identified)
29 {
30 }
31}
Definition Chara.cs:12