C# Class PantheonPrototype.EnemyNPC

Inheritance: NPCCharacter
Mostrar archivo Open project: Bacon41/PantheonPrototype

Public Methods

Method Description
EnemyNPC ( Vector2 location, Rectangle drawBox, Rectangle boundingBox ) : System
Update ( GameTime gameTime, Pantheon gameReference ) : void

Method Details

EnemyNPC() public method

public EnemyNPC ( Vector2 location, Rectangle drawBox, Rectangle boundingBox ) : System
location Vector2
drawBox Microsoft.Xna.Framework.Rectangle
boundingBox Microsoft.Xna.Framework.Rectangle
return System

Update() public method

public Update ( GameTime gameTime, Pantheon gameReference ) : void
gameTime Microsoft.Xna.Framework.GameTime
gameReference Pantheon
return void