Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitBitch.cs
Go to the documentation of this file.
1public class TraitBitch : TraitCitizen
2{
3 public override string IDRumor => "bitch";
4
5 public override bool CanWhore => true;
6
7 public override bool CanGuide => EClass._zone.id == "derphy";
8}
override bool CanGuide
Definition: TraitBitch.cs:7
override bool CanWhore
Definition: TraitBitch.cs:5
override string IDRumor
Definition: TraitBitch.cs:3