示例#1
0
 /// <summary>
 ///     Pardon a banned player
 /// </summary>
 public void Pardon()
 {
     PlayerActions.PardonPlayer(Name);
 }