Codebreak.Framework.Generic.Updatable.Updatable C# (CSharp) Method

Updatable() protected method

protected Updatable ( ) : System
return System
        protected Updatable()
        {
            m_messagesQueue = new LockFreeQueue<Action>();
            m_subUpdatableObjects = new List<Updatable>();
            m_timerList = new List<UpdatableTimer>();
        }