Aurora.Modules.CityBuilder.BuildingPlot.Duplicate C# (CSharp) Метод

Duplicate() публичный Метод

public Duplicate ( ) : Aurora.Framework.IDataTransferable
Результат Aurora.Framework.IDataTransferable
        public override IDataTransferable Duplicate()
        {
            BuildingPlot plot = new BuildingPlot();
            plot.Duplicate();
            return (IDataTransferable)plot;
        }

Usage Example

Пример #1
0
        public override IDataTransferable Duplicate()
        {
            BuildingPlot plot = new BuildingPlot();

            plot.Duplicate();
            return((IDataTransferable)plot);
        }
All Usage Examples Of Aurora.Modules.CityBuilder.BuildingPlot::Duplicate