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
BloodMoonScreenShaderData.cs
Go to the documentation of this file.
1using System;
4
6{
7 // Token: 0x02000821 RID: 2081
9 {
10 // Token: 0x060042B5 RID: 17077 RVA: 0x0024C144 File Offset: 0x0024A344
12 : base(passName)
13 {
14 }
15
16 // Token: 0x060042B6 RID: 17078 RVA: 0x0024C158 File Offset: 0x0024A358
17 public override void Update(GameTime gameTime)
18 {
19 if (!true)
20 {
21 }
22 Vector2 screenPosition = Main.screenPosition;
23 int screenHeight = Main.screenHeight;
26 }
27 }
28}
class f__AnonymousType0<< Count > j__TPar
static Microsoft.Xna.Framework.Vector2 screenPosition
Definition Main.cs:1973
static int screenHeight
Definition Main.cs:2015