Elin Decompiled Documentation EA 23.102 Nightly
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Pages
TraitRecipeBook.cs
Go to the documentation of this file.
2{
3 public override string langNote => "traitRecipeBook";
4
5 public override int GetActDuration(Chara c)
6 {
7 return 10;
8 }
9
10 public override void OnRead(Chara c)
11 {
12 }
13
14 public override void WriteNote(UINote n, bool identified)
15 {
16 }
17}
Definition: Chara.cs:10
override string langNote
override void OnRead(Chara c)
override int GetActDuration(Chara c)
override void WriteNote(UINote n, bool identified)
Definition: UINote.cs:6