Exemplo n.º 1
0
        public PlayerItem Copy()
        {
            var copy = ItemHelper.DeepClone(this);

            copy._guid = getNewGuid();

            return(copy);
        }