Elin Modding Docs Doc
Loading...
Searching...
No Matches
GrowSystemTreeSingle.cs
1using System;
2
3// Token: 0x02000680 RID: 1664
5{
6 // Token: 0x06002EBB RID: 11963 RVA: 0x0010680D File Offset: 0x00104A0D
7 public override int GetShadow(int index)
8 {
9 return 33;
10 }
11
12 // Token: 0x06002EBC RID: 11964 RVA: 0x00106811 File Offset: 0x00104A11
13 public override void SetStageTile(GrowSystem.Stage s)
14 {
15 s.renderData = this.source.renderData;
16 s.SetTile(0, this.baseTiles);
17 }
18}