Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
UnobservedTaskExceptionEventArgs.cs
Go to the documentation of this file.
2
4{
6
7 internal bool m_observed;
8
9 public bool Observed => m_observed;
10
12
17
18 public void SetObserved()
19 {
20 m_observed = true;
21 }
22}