Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ResourceLocation
enum
System.Reflection.ResourceLocation
Enumerator
ContainedInAnotherAssembly
ContainedInManifestFile
Embedded
Definition at line
4
of file
ResourceLocation.cs
.
5
{
6
ContainedInAnotherAssembly
= 2,
7
ContainedInManifestFile
= 4,
8
Embedded = 1
9
}
System.Reflection.ResourceLocation.ContainedInAnotherAssembly
@ ContainedInAnotherAssembly
System.Reflection.ResourceLocation.ContainedInManifestFile
@ ContainedInManifestFile
System
Reflection
Generated by
1.10.0