|
Terraria v1.4.4.9
Terraria source code documentation
|
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 = new Dictionary<string, Dictionary<string, bool>>() |
| UTF8Encoding | _ourEncoder = new UTF8Encoding(encoderShouldEmitUTF8Identifier: true, throwOnInvalidBytes: true) |
Definition at line 10 of file FavoritesFile.cs.