// Copyright (c) 2012-2021 Wojciech Figat. All rights reserved.
#pragma once
#include "StreamableResourcesCollection.h"
///
/// Main class for dynamic resources streaming service
///
class FLAXENGINE_API StreamingManager
{
public:
///
/// List with all resources
///
static StreamableResourcesCollection Resources;
};