Example #1
0
        /// <summary>
        /// Creates the necessary components to display the machine menu properly.
        /// </summary>

        public override Item getOne()
        {
            Wire component = new Wire(this.data, this.info.Copy(), this.TileLocation, this.offsetKey, this.containerObject);

            return(component);
        }
Example #2
0
        /// <summary>
        /// Creates the necessary components to display the machine menu properly.
        /// </summary>

        public override Item getOne()
        {
            Wire component = new Wire(this.basicItemInfo.Copy(), this.TileLocation);

            return(component);
        }