DoDamage ClassDelta Engine Documentation
Applies the damage from an item if it is time to do so View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Entities UpdateBehavior
    GameOfDeath DoDamage

Namespace: GameOfDeath
Assembly: GameOfDeath (in GameOfDeath.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public class DoDamage : UpdateBehavior

The DoDamage type exposes the following members.

Constructors

  NameDescription
Public methodDoDamage
Initializes a new instance of the DoDamage class
Top
Methods

  NameDescription
Public methodUpdate (Overrides UpdateBehavior Update(IEnumerable Entity ).)
Top
See Also