diff options
Diffstat (limited to 'Thronefall_1_57/Decompile/Thronefall/ISaveLoad.cs')
| -rw-r--r-- | Thronefall_1_57/Decompile/Thronefall/ISaveLoad.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Thronefall_1_57/Decompile/Thronefall/ISaveLoad.cs b/Thronefall_1_57/Decompile/Thronefall/ISaveLoad.cs deleted file mode 100644 index 1955d6d..0000000 --- a/Thronefall_1_57/Decompile/Thronefall/ISaveLoad.cs +++ /dev/null @@ -1,10 +0,0 @@ -public interface ISaveLoad -{ - void OnBeforeMainLoadPass(string guid); - - void OnLoad(string guid); - - void OnAfterMainLoadPass(string guid); - - void OnSave(string guid); -} |
