C# 클래스 PGCGame.TorpedoShip

상속: PGCGame.Ships.Allies.BaseAllyShip
파일 보기 프로젝트 열기: GreatMindsRobotics/PGCGame

공개 메소드들

메소드 설명
Shoot ( ) : void
TorpedoShip ( Microsoft.Xna.Framework.Graphics.Texture2D texture, Vector2 location, SpriteBatch spriteBatch, bool isAllyShip ) : System
TorpedoShip_TierChanged ( object sender, EventArgs e ) : void

메소드 상세

Shoot() 공개 메소드

public Shoot ( ) : void
리턴 void

TorpedoShip() 공개 메소드

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
리턴 System

TorpedoShip_TierChanged() 공개 메소드

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