C# Class OpenRA.Mods.Common.Activities.DonateSupplies

Inheritance: Enter
Afficher le fichier Open project: cjshmyr/OpenRA

Méthodes publiques

Méthode Description
DonateSupplies ( Actor self, Actor target, int payload ) : OpenRA.Mods.Common.Effects

Méthodes protégées

Méthode Description
OnInside ( Actor self ) : void

Method Details

DonateSupplies() public méthode

public DonateSupplies ( Actor self, Actor target, int payload ) : OpenRA.Mods.Common.Effects
self Actor
target Actor
payload int
Résultat OpenRA.Mods.Common.Effects

OnInside() protected méthode

protected OnInside ( Actor self ) : void
self Actor
Résultat void