예제 #1
0
    private static string GetItemDescription(PlayerItem item, PlayerItem compareTo, bool mentionTP)
    {
        string text = string.Empty;

        text = GameTools.GetItemStats(item, compareTo);
        return(text.Replace("\n", " | "));
    }