C# Class PGCGame.EMP

Inheritance: SecondaryWeapon
Show file Open project: GreatMindsRobotics/PGCGame

Public Methods

Method Description
EMP ( Texture2D texture, Vector2 location, SpriteBatch spriteBatch ) : System
Update ( GameTime currentGameTime ) : void

Method Details

EMP() public method

public EMP ( Texture2D texture, Vector2 location, SpriteBatch spriteBatch ) : System
texture Texture2D
location Vector2
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
return System

Update() public method

public Update ( GameTime currentGameTime ) : void
currentGameTime GameTime
return void