Creatures.Language.Commands.CloneValue.CloneValue C# (CSharp) Method

CloneValue() public method

public CloneValue ( string targetName, string sourceName ) : Creatures.Language.Commands.Interfaces
targetName string
sourceName string
return Creatures.Language.Commands.Interfaces
        public CloneValue(string targetName, string sourceName)
        {
            _targetName = targetName;
            _sourceName = sourceName;
        }