terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
TwilightDyeShaderData.cs
Go to the documentation of this file.
1using System;
5
7{
8 // Token: 0x0200081E RID: 2078
10 {
11 // Token: 0x060042AE RID: 17070 RVA: 0x0024BFE4 File Offset: 0x0024A1E4
13 : base(shader, passName)
14 {
15 }
16
17 // Token: 0x060042AF RID: 17071 RVA: 0x0024BFFC File Offset: 0x0024A1FC
18 public override void Apply(Entity entity, DrawData? drawData)
19 {
20 if (entity != null)
21 {
22 }
23 }
24 }
25}
class f__AnonymousType0<< Count > j__TPar
TwilightDyeShaderData(Ref< Effect > shader, string passName)
override void Apply(Entity entity, DrawData? drawData)