C# Class VVVV.Pack.Game.Nodes.GameHuntingNode

Inheritance: VVVV.Pack.Game.AbstractDecoratorNode
Show file Open project: velcrome/vvvv-Game

Public Methods

Method Description
After ( IEnumerable agents ) : void
Before ( IEnumerable agents ) : void

Method Details

After() public method

public After ( IEnumerable agents ) : void
agents IEnumerable
return void

Before() public method

public Before ( IEnumerable agents ) : void
agents IEnumerable
return void