Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitContainerCompost.cs
Go to the documentation of this file.
2{
3 public override Type type => Type.Fertilizer;
4
5 public override string idMsg => "agedFood";
6
7 public override bool CanChildDecay(Card c)
8 {
9 return false;
10 }
11
12 public override string GetProductID(Card c)
13 {
14 return "fertilizer";
15 }
16}
Definition: Card.cs:11
override string GetProductID(Card c)
override bool CanChildDecay(Card c)