terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
IGraphicsDeviceService.cs
Go to the documentation of this file.
1using System;
3
5{
6 [global::Cpp2ILInjected.Token(Token = "0x2000380")]
7 public interface IGraphicsDeviceService
8 {
9 [global::Cpp2ILInjected.Token(Token = "0x170002F4")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60017BE")]
13 get;
14 }
15
16 [global::Cpp2ILInjected.Token(Token = "0x1400001A")]
17 event EventHandler<EventArgs> DeviceCreated;
18
19 [global::Cpp2ILInjected.Token(Token = "0x1400001B")]
20 event EventHandler<EventArgs> DeviceDisposing;
21
22 [global::Cpp2ILInjected.Token(Token = "0x1400001C")]
23 event EventHandler<EventArgs> DeviceReset;
24
25 [global::Cpp2ILInjected.Token(Token = "0x1400001D")]
26 event EventHandler<EventArgs> DeviceResetting;
27 }
28}