C# Class PGCGame.TorpedoShip

Inheritance: PGCGame.Ships.Allies.BaseAllyShip
Afficher le fichier Open project: GreatMindsRobotics/PGCGame

Méthodes publiques

Méthode 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 méthode

public Shoot ( ) : void
Résultat void

TorpedoShip() public méthode

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
Résultat System

TorpedoShip_TierChanged() public méthode

public TorpedoShip_TierChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void