C# Class PGCGame.BattleCruiser

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

Méthodes publiques

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

Method Details

BattleCruiser() public méthode

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

BattleCruiser_TierChanged() public méthode

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