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

◆ ResourceScope

Enumerator
None 
Machine 
Process 
AppDomain 
Library 
Private 
Assembly 

Definition at line 4 of file ResourceScope.cs.

5{
6 None = 0,
7 Machine = 1,
8 Process = 2,
9 AppDomain = 4,
10 Library = 8,
11 Private = 0x10,
12 Assembly = 0x20
13}