Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitBath.cs
Go to the documentation of this file.
1public class TraitBath : Trait
2{
3 public override void TrySetAct(ActPlan p)
4 {
6 {
7 toilet = this
8 }, owner);
9 }
10}
bool TrySetAct(string lang, Func< bool > onPerform, Card tc, CursorInfo cursor=null, int dist=1, bool isHostileAct=false, bool localAct=true, bool canRepeat=false)
Definition: ActPlan.cs:344
override void TrySetAct(ActPlan p)
Definition: TraitBath.cs:3
Definition: Trait.cs:7
Card owner
Definition: Trait.cs:26