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
GUIBossBar.cs
Go to the documentation of this file.
1using System;
4
5// Token: 0x02000124 RID: 292
6public class GUIBossBar
7{
8 // Token: 0x06000787 RID: 1927 RVA: 0x0001C26C File Offset: 0x0001A46C
9 public void Draw(float life, float lifeMax, Texture2D bossIconTexture, Rectangle bossIconFrame, float shield = -1f, float shieldMax = 1f)
10 {
11 }
12
13 // Token: 0x06000788 RID: 1928 RVA: 0x0001C330 File Offset: 0x0001A530
14 public GUIBossBar()
15 {
16 }
17}
class f__AnonymousType0<< Count > j__TPar
void Draw(float life, float lifeMax, Texture2D bossIconTexture, Rectangle bossIconFrame, float shield=-1f, float shieldMax=1f)
Definition GUIBossBar.cs:9