Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitSpellbookRandom.cs
Go to the documentation of this file.
2{
3 public override Type BookType => Type.RandomSpell;
4
6
7 public override string GetName()
8 {
9 return "spellbook_".lang(source.GetName().ToLower());
10 }
11}
int refVal
Definition: Card.cs:190
Definition: EClass.cs:5
static SourceManager sources
Definition: EClass.cs:42
SourceElement elements
override SourceElement.Row source
override string GetName()
Card owner
Definition: Trait.cs:26