Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitHearth.cs
Go to the documentation of this file.
1public class TraitHearth : TraitCooker
2{
3 public override ToggleType ToggleType => ToggleType.Fire;
4
5 public override bool IsRestSpot => true;
6
7 public override bool Contains(RecipeSource r)
8 {
9 return r.idFactory == "bonfire";
10 }
11}
ToggleType
Definition: ToggleType.cs:2
override bool Contains(RecipeSource r)
Definition: TraitHearth.cs:7
override bool IsRestSpot
Definition: TraitHearth.cs:5