C# Class ItemCombined, Immersion

Item component for items that are made up of multiple parts, which are items themselves.
Inheritance: Item
Mostra file Open project: copygirl/Immersion

Public Methods

Method Description
AddPart ( Item part ) : void

Adds a part to this item.

RemovePart ( Item part ) : void

Removes a part from this item.

Private Methods

Method Description
Start ( ) : void

Method Details

AddPart() public method

Adds a part to this item.
public AddPart ( Item part ) : void
part Item
return void

RemovePart() public method

Removes a part from this item.
public RemovePart ( Item part ) : void
part Item
return void