template class MAGES::Editor::StaticallyLoaded

template 
class StaticallyLoaded
{
public:
    // properties

    T Value;

    // methods

    StaticallyLoaded(string path);
};