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

AddUpdatable() public method

public AddUpdatable ( Updatable updatable ) : void
updatable Updatable
return void
        public void AddUpdatable(Updatable updatable)
        {
            AddMessage(() =>
                {
                    m_subUpdatableObjects.Add(updatable);
                });
        }