Ejemplo n.º 1
0
        public override object Clone()
        {
            var region = new MapRespawnRegion(this.X, this.Z, this.Width, this.Length, this.Time, this.ObjectType, this.ModelId, this.Count)
            {
                IsActive = this.IsActive
            };

            return(region);
        }
Ejemplo n.º 2
0
        public override object Clone()
        {
            var region = new MapRespawnRegion(X, Z, Width, Length, Time, ObjectType, ModelId, Count)
            {
                IsActive = IsActive
            };

            return(region);
        }