Add game tab to options menu, fix focus of GUI elements, add Delete option for save file
This commit is contained in:
@@ -11,4 +11,8 @@ public interface ISaveFileManager
|
||||
public Task<T?> ReadFromFile<T>(params IJsonTypeInfoResolver?[] resolvers);
|
||||
|
||||
public Task<T?> ReadFromFile<T>(string filePath, params IJsonTypeInfoResolver?[] resolvers);
|
||||
|
||||
public void DeleteSaveData(string filePath);
|
||||
|
||||
public void DeleteSaveData();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user