Nomad.Game.LoadMapInternal C# (CSharp) Method

LoadMapInternal() private method

private LoadMapInternal ( string fileName, EditorDocument callback ) : void
fileName string
callback Nomad.Editor.EditorDocument
return void
        private void LoadMapInternal(string fileName, EditorDocument.LoadCompletedCallback callback)
        {
            EditorDocument.Load(fileName, callback);
        }