Assets.Scripts.ConfigReader.MapReader.CellListReader.GetCellList C# (CSharp) Method

GetCellList() public method

public GetCellList ( string md5 ) : CellList
md5 string
return CellList
        public CellList GetCellList(string md5)
        {
            throw new NotImplementedException();
        }
    }
CellListReader