A 2D Farming RPG
This is just a simple 2D farming RPG game
Loading...
Searching...
No Matches
ISaveable.cs
Go to the documentation of this file.
1
4
public
interface
ISaveable
5
{
6
string
ISaveableUniqueID
{
get
;
set
; }
7
8
GameObjectSave
GameObjectSave
{
get
;
set
; }
9
10
void
ISaveableRegister
();
11
12
void
ISaveableDeregister
();
13
14
void
ISaveableStoreScene
(
string
sceneName );
15
16
void
ISaveableRestoreScene
(
string
sceneName );
17
}
GameObjectSave
Store all scenes in here. If we have 3 scenes, we have 3 entries.
Definition:
GameObjectSave.cs:9
ISaveable
Interface for unity ISaveable
Definition:
ISaveable.cs:5
ISaveable.ISaveableRegister
void ISaveableRegister()
ISaveable.ISaveableRestoreScene
void ISaveableRestoreScene(string sceneName)
ISaveable.ISaveableStoreScene
void ISaveableStoreScene(string sceneName)
ISaveable.ISaveableUniqueID
string ISaveableUniqueID
Definition:
ISaveable.cs:6
ISaveable.ISaveableDeregister
void ISaveableDeregister()
Assets
Scripts
SaveSystem
ISaveable.cs
Generated on Thu Jun 1 2023 20:52:47 for A 2D Farming RPG by
1.9.5