void InitSoomlaEditorData()
	{
		editorData = new SoomlaEditorData ();
		editorData.ReadFromJSONFile ();
		editorData.updateSingleUseItems();
		inited = true;
	}
Exemple #2
0
 void InitSoomlaEditorData()
 {
     editorData = new SoomlaEditorData();
     editorData.ReadFromJSONFile();
     editorData.updateSingleUseItems();
     inited = true;
 }