A 2D Farming RPG
This is just a simple 2D farming RPG game
|
Store all of the scene items in this list. More...
Data Fields | |
List< SceneItem > | m_ListSceneItem |
Dictionary< string, GridPropertyDetails > | m_GridPropertyDetailsDictionary |
Store all of the scene items in this list.
Definition at line 7 of file SceneSave.cs.
Dictionary<string, GridPropertyDetails> SceneSave.m_GridPropertyDetailsDictionary |
Definition at line 11 of file SceneSave.cs.
List<SceneItem> SceneSave.m_ListSceneItem |
Definition at line 10 of file SceneSave.cs.