C# Class ItemCombined, Immersion

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

Méthodes publiques

Méthode Description
AddPart ( Item part ) : void

Adds a part to this item.

RemovePart ( Item part ) : void

Removes a part from this item.

Private Methods

Méthode Description
Start ( ) : void

Method Details

AddPart() public méthode

Adds a part to this item.
public AddPart ( Item part ) : void
part Item
Résultat void

RemovePart() public méthode

Removes a part from this item.
public RemovePart ( Item part ) : void
part Item
Résultat void