C# Class PGCGame.TorpedoShip

Inheritance: PGCGame.Ships.Allies.BaseAllyShip
Show file Open project: GreatMindsRobotics/PGCGame

Public Methods

Method Description
Shoot ( ) : void
TorpedoShip ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 location, SpriteBatch spriteBatch, bool isAllyShip ) : System
TorpedoShip_TierChanged ( object sender, EventArgs e ) : void

Method Details

Shoot() public method

public Shoot ( ) : void
return void

TorpedoShip() public method

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

TorpedoShip_TierChanged() public method

public TorpedoShip_TierChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void