Beispiel #1
0
    public static MFUILoading GetSingleton()
    {
        if (m_singleton == null)
        {
            m_singleton = new MFUILoading();
        }

        return m_singleton;
    }
Beispiel #2
0
    public static MFUILoading GetSingleton()
    {
        if (m_singleton == null)
        {
            m_singleton = new MFUILoading();
        }

        return(m_singleton);
    }