C# Class Street_Fighter.lutadores.Ken

Inheritance: Fighter
Exibir arquivo Open project: lucassimao/XNA-Street-Fighter

Public Methods

Method Description
Ken ( Vector2 pos ) : System
update ( GameTime gameTime ) : void

Method Details

Ken() public method

public Ken ( Vector2 pos ) : System
pos Vector2
return System

update() public method

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