C# Class OpenRA.Mods.Common.Traits.Crushable

Inheritance: ICrushable, INotifyCrushed
Afficher le fichier Open project: OpenRA/OpenRA

Méthodes publiques

Méthode Description
Crushable ( Actor self, CrushableInfo info ) : System.Collections.Generic

Private Methods

Méthode Description
CrushableInner ( HashSet crushClasses, Player crushOwner ) : bool
ICrushable ( Actor self, Actor crusher, HashSet crushClasses ) : bool
INotifyCrushed ( Actor self, Actor crusher, HashSet crushClasses ) : void

Method Details

Crushable() public méthode

public Crushable ( Actor self, CrushableInfo info ) : System.Collections.Generic
self Actor
info CrushableInfo
Résultat System.Collections.Generic