|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Collaboration diagram for Terraria.IO.FavoritesFile:Public Member Functions | |
| FavoritesFile (string path, bool isCloud) | |
| void | SaveFavorite (FileData fileData) |
| void | ClearEntry (FileData fileData) |
| bool | IsFavorite (FileData fileData) |
| void | Save () |
| void | Load () |
Public Attributes | |
| readonly string | Path |
| readonly bool | IsCloudSave |
Private Attributes | |
| Dictionary< string, Dictionary< string, bool > > | _data |
Definition at line 12 of file FavoritesFile.cs.