Elin Decompiled Documentation EA 23.200 Stable
Loading...
Searching...
No Matches
QuestNegotiationDarkness.cs
Go to the documentation of this file.
2{
3 public const int AfterTalkBicerin = 2;
4
5 public const int AfterFindDuponne = 3;
6
7 public const int AfterTakeCareDuponne = 4;
8
9 public override string TitlePrefix => "★";
10
11 public override bool CanUpdateOnTalk(Chara c)
12 {
13 return false;
14 }
15}
Definition: Chara.cs:10
override bool CanUpdateOnTalk(Chara c)