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
IInGameNotification.cs
Go to the documentation of this file.
1using System;
4
5namespace Terraria.UI
6{
7 // Token: 0x020006E1 RID: 1761
8 public interface IInGameNotification
9 {
10 // Token: 0x17000757 RID: 1879
11 // (get) Token: 0x06003B1F RID: 15135
12 object CreationObject { get; }
13
14 // Token: 0x17000758 RID: 1880
15 // (get) Token: 0x06003B20 RID: 15136
16 bool ShouldBeRemoved { get; }
17
18 // Token: 0x06003B21 RID: 15137
19 void Update();
20
21 // Token: 0x06003B22 RID: 15138
23
24 // Token: 0x06003B23 RID: 15139
26
27 // Token: 0x06003B24 RID: 15140
29 }
30}
class f__AnonymousType0<< Count > j__TPar
void PushAnchor(Vector2 positionAnchorBottom)
void DrawInNotificationsArea(SpriteBatch spriteBatch, Rectangle area, int gamepadPointLocalIndexTouse)
void DrawInGame(SpriteBatch spriteBatch, Vector2 bottomAnchorPosition)