C# Class Swordening.Monster

This is a game component that implements IUpdateable.
Inheritance: Creature
Exibir arquivo Open project: ArghyV/Peliohjelmointi-s2011

Protected Properties

Property Type Description
hero Hero
lootRandomiser System.Random

Public Methods

Method Description
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
Monster ( SwordeningGame game, InGame gameState, Vector3 position ) : System

Method Details

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Initialize() public method

public Initialize ( ) : void
return void

Monster() public method

public Monster ( SwordeningGame game, InGame gameState, Vector3 position ) : System
game SwordeningGame
gameState InGame
position Vector3
return System

Property Details

hero protected_oe property

protected Hero,Swordening hero
return Hero

lootRandomiser protected_oe property

protected Random,System lootRandomiser
return System.Random