示例#1
0
 private string BuildItemAdditionTextItem(EquipableItem item)
 {
     return($"{item.GetDisplayName()} added to inventory!");
 }