示例#1
0
 public void AddXPNotificationText(int amount)
 {
     _textLines.AddLine(string.Format("You gained {0} XP", amount), Colours.Yellow);
 }