C# Class PGCGame.Ships.Enemies.EnemyBattleCruiser

Inheritance: BaseEnemyShip
Mostrar archivo Open project: GreatMindsRobotics/PGCGame Class Usage Examples

Public Methods

Method Description
EnemyBattleCruiser ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 location, SpriteBatch spriteBatch ) : System

Method Details

EnemyBattleCruiser() public method

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