terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ Shutdown()

void FileManager.Shutdown ( )
inline

Definition at line 23 of file FileManager.cs.

24 {
26 if (fileCache != null)
27 {
29 }
30 FileAPI fileAPI = this.fileAPI;
31 }
class f__AnonymousType0<< Count > j__TPar
CacheFileManager FileCache
FileAPI fileAPI

References fileAPI, FileCache, j__TPar, and CacheFileManager.Shutdown().

Referenced by UserManagement.LocalUserQuit().