Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitLoom.cs
Go to the documentation of this file.
1public class TraitLoom : TraitFactory
2{
3 public override bool Contains(RecipeSource r)
4 {
5 return r.idFactory == "loom";
6 }
7}
override bool Contains(RecipeSource r)
Definition: TraitLoom.cs:3