Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ProcessExit

EventHandler? System.AppDomain.ProcessExit
addremove

Definition at line 128 of file AppDomain.cs.

129 {
130 add
131 {
132 AppContext.ProcessExit += value;
133 }
134 remove
135 {
136 AppContext.ProcessExit -= value;
137 }
138 }