Пример #1
0
 /// <summary>
 /// Prints a description of the specified <see cref="Thing"/>.
 /// </summary>
 /// <param name="item">the <see cref="Thing"/> to examine</param>
 public static void Examine(Thing item)
 {
     writeFormatted(item.GetDescription());
 }