Esempio n. 1
0
 public static void GiveEdit(this Player player)
 {
     Chat.Of(player.BotBits).GiveEdit(player.Username);
 }
Esempio n. 2
0
 public static void RemoveGod(this Player player)
 {
     Chat.Of(player.BotBits).RemoveGod(player.Username);
 }
Esempio n. 3
0
 public static void Kick(this Player player, string reason, params object[] args)
 {
     Chat.Of(player.BotBits).Kick(player.Username, reason, args);
 }
Esempio n. 4
0
 public static void Reset(this Player player)
 {
     Chat.Of(player.BotBits).Reset(player.Username);
 }
Esempio n. 5
0
 public static void Kick(this Player player, string reason)
 {
     Chat.Of(player.BotBits).Kick(player.Username, reason);
 }
Esempio n. 6
0
 public static void SetTeam(this Player player, Team team)
 {
     Chat.Of(player.BotBits).SetTeam(player.Username, team);
 }
Esempio n. 7
0
 public static void ClearEffects(this Player player)
 {
     Chat.Of(player.BotBits).ClearEffects(player.Username);
 }