public static void GiveEdit(this Player player) { Chat.Of(player.BotBits).GiveEdit(player.Username); }
public static void RemoveGod(this Player player) { Chat.Of(player.BotBits).RemoveGod(player.Username); }
public static void Kick(this Player player, string reason, params object[] args) { Chat.Of(player.BotBits).Kick(player.Username, reason, args); }
public static void Reset(this Player player) { Chat.Of(player.BotBits).Reset(player.Username); }
public static void Kick(this Player player, string reason) { Chat.Of(player.BotBits).Kick(player.Username, reason); }
public static void SetTeam(this Player player, Team team) { Chat.Of(player.BotBits).SetTeam(player.Username, team); }
public static void ClearEffects(this Player player) { Chat.Of(player.BotBits).ClearEffects(player.Username); }