C# Class Indiefreaks.Xna.Logic.NonPlayerAgent

Inheritance: Agent
Exibir arquivo Open project: Indiefreaks/igf

Public Methods

Method Description
OnRemovedFromManager ( IManagerService manager ) : void

Protected Methods

Method Description
Process ( GameTime gameTime ) : void

Method Details

OnRemovedFromManager() public method

public OnRemovedFromManager ( IManagerService manager ) : void
manager IManagerService
return void

Process() protected method

protected Process ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void