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

◆ LoaderAllocator()

System.Reflection.LoaderAllocator.LoaderAllocator ( )
inlineprivate

Definition at line 13 of file LoaderAllocator.cs.

14 {
15 m_slots = new object[5];
16 m_scout = new LoaderAllocatorScout();
17 }

References System.Reflection.LoaderAllocator.m_scout, and System.Reflection.LoaderAllocator.m_slots.