Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitMill.cs
Go to the documentation of this file.
1public class TraitMill : TraitCrafter
2{
3 public override string IdSource => "Mill";
4
5 public override int numIng => 2;
6
7 public override string CrafterTitle => "invMill";
8
9 public override AnimeID IdAnimeProgress => AnimeID.Shiver;
10
11 public override string idSoundProgress => "cook_grind";
12}
AnimeID
Definition: AnimeID.cs:2
override AnimeID IdAnimeProgress
Definition: TraitMill.cs:9
override string idSoundProgress
Definition: TraitMill.cs:11
override int numIng
Definition: TraitMill.cs:5
override string IdSource
Definition: TraitMill.cs:3
override string CrafterTitle
Definition: TraitMill.cs:7