Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
NumLogWorth.cs
Go to the documentation of this file.
1public class NumLogWorth : NumLog
2{
3 public override string Name => Lang.Get("worth");
4}
Definition: Lang.cs:6
static string Get(string id)
Definition: Lang.cs:91
override string Name
Definition: NumLogWorth.cs:3
Definition: NumLog.cs:5