Build.GetActionMessage C# (CSharp) Method

GetActionMessage() public method

public GetActionMessage ( ) : string
return string
    public override string GetActionMessage()
    {
        return FormatActionMessage(this.material+"", this.weapon+"");
    }