示例#1
0
 /// <summary>
 ///     Add or remove a player from the op list
 /// </summary>
 /// <param name="whitelist">True to op the this.Name, false to remove him from the op</param>
 public void SetWhitelist(bool whitelist)
 {
     PlayerActions.SetPlayerWhitelist(Name, whitelist);
 }