Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
RendererReplacer.cs
Go to the documentation of this file.
1public class RendererReplacer : EClass
2{
3 public int tile = 1820;
4
6
8
9 public static RendererReplacer CreateFrom(string id, int shift = 0)
10 {
11 CardRow cardRow = EClass.sources.cards.map[id];
12 return new RendererReplacer
13 {
14 tile = cardRow._tiles[0] + shift,
15 data = cardRow.renderData,
16 pref = cardRow.pref
17 };
18 }
19}
Definition: EClass.cs:5
static SourceManager sources
Definition: EClass.cs:42
RenderData renderData
Definition: RenderRow.cs:71
int[] _tiles
Definition: RenderRow.cs:12
static RendererReplacer CreateFrom(string id, int shift=0)
Dictionary< string, CardRow > map
Definition: SourceCard.cs:8
SourceCard cards