![]() |
Adventure Creator
1.81.2
An adventure game toolkit for Unity, by Chris Burton, ICEBOX Studios 2013-2024
|
Public Member Functions | |
void | BeginOperation (ref SaveData saveData, SaveFile saveFile) |
Begins a new save operation More... | |
bool | Matches (SaveFile saveFile) |
Checks if a given SaveFile class matches with the one this operation is handling More... | |
This class gathers save data and sends it to the SaveFileHandler for file-writing - using threading if supported.