Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitStove.cs
Go to the documentation of this file.
1public class TraitStove : TraitOven
2{
3 public override bool Contains(RecipeSource r)
4 {
5 if (!base.Contains(r))
6 {
7 return r.idFactory == "camppot";
8 }
9 return true;
10 }
11}
override bool Contains(RecipeSource r)
Definition: TraitStove.cs:3