Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
MeetingMerchant.cs
Go to the documentation of this file.
1public class MeetingMerchant : Meeting
2{
3 public override string IdChara => "merchant";
4
5 public override void PlayDrama()
6 {
8 }
9}
void ShowDialog()
Definition: Chara.cs:6368
override string IdChara
override void PlayDrama()
Chara chara
Definition: Meeting.cs:11