Elin Decompiled Documentation EA 23.289 Nightly
Loading...
Searching...
No Matches
TraitBookRoster.cs
Go to the documentation of this file.
2{
3 public override string LangUse => "actRead";
4
5 public override bool IsHomeItem => true;
6
7 public override bool OnUse(Chara c)
8 {
10 {
12 return false;
13 }
15 return false;
16 }
17}
Definition: Chara.cs:10
Definition: EClass.cs:6
static Zone _zone
Definition: EClass.cs:21
static LayerPeople CreateParty()
Definition: LayerPeople.cs:145
Definition: Msg.cs:5
static string SayNothingHappen()
Definition: Msg.cs:96
override bool OnUse(Chara c)
override string LangUse
override bool IsHomeItem
bool IsPCFaction
Definition: Zone.cs:475