C# Class InventoryModule.A_ItemBehaviour

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: mprofGamesDev-Dreams/dreams Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( Item parent, A_ItemBehaviour behaviourParameters ) : void
ItemAction ( ) : void

Method Details

Initialize() public abstract méthode

public abstract Initialize ( Item parent, A_ItemBehaviour behaviourParameters ) : void
parent Item
behaviourParameters A_ItemBehaviour
Résultat void

ItemAction() public abstract méthode

public abstract ItemAction ( ) : void
Résultat void