C# Class Sol.ContainerObject

Inheritance: InteractibleObject
ファイルを表示 Open project: Stumpstump/RoverGame Class Usage Examples

Public Properties

Property Type Description
ingredientsInInventory List
isQuestTrigger bool
objectsToDeactivate List

Private Properties

Property Type Description

Public Methods

Method Description
AddIngredient ( Ingredient ingredient ) : void
ForceInteract ( ) : void
Interact ( ) : void
RemoveIngredient ( Ingredient ingredient ) : void

Method Details

AddIngredient() public method

public AddIngredient ( Ingredient ingredient ) : void
ingredient Ingredient
return void

ForceInteract() public method

public ForceInteract ( ) : void
return void

Interact() public method

public Interact ( ) : void
return void

RemoveIngredient() public method

public RemoveIngredient ( Ingredient ingredient ) : void
ingredient Ingredient
return void

Property Details

ingredientsInInventory public_oe property

public List ingredientsInInventory
return List

isQuestTrigger public_oe property

public bool isQuestTrigger
return bool

objectsToDeactivate public_oe property

public List objectsToDeactivate
return List