// Methods public bool IsPlayerInRange(PlayerControl player) { return(PlayerTools.IsPlayerInRange(owner.Owner, player, Main.OptionDisguiserRange)); }