# Class InteractableConsumerContainerExtractor

Extracts the GameObject of the InteractableFacade.ConsumerContainer.

## Contents

* [Inheritance]
* [Namespace]
* [Syntax]
* [Methods]
  * [ExtractValue()]

## Details

##### Inheritance

* System.Object
* InteractableConsumerContainerExtractor

##### Namespace

* [Tilia.Interactions.Interactables.Interactables.Operation.Extraction]

##### Syntax

```
public class InteractableConsumerContainerExtractor : ComponentGameObjectExtractor
```

### Methods

#### ExtractValue()

##### Declaration

```
protected override GameObject ExtractValue()
```

##### Returns

| Type | Description |
| --- | --- |
| GameObject | n/a |

[Tilia.Interactions.Interactables.Interactables.Operation.Extraction]: README.md
[Inheritance]: #Inheritance
[Namespace]: #Namespace
[Syntax]: #Syntax
[Methods]: #Methods
[ExtractValue()]: #ExtractValue
