Exemple #1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="Table"/> class.
        /// </summary>
        /// <param name="owner">The owner script.</param>
        public Table(Script owner)
        {
            m_Owner = owner;

            if (owner != null)
            {
                owner.RegisterTable(this);
            }
        }