C# Class PGCGame.BattleCruiser

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

Public Methods

Method Description
BattleCruiser ( Texture2D texture, Vector2 location, SpriteBatch spriteBatch, System.Boolean isAlly ) : System
BattleCruiser_TierChanged ( object sender, EventArgs e ) : void

Method Details

BattleCruiser() public method

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

BattleCruiser_TierChanged() public method

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