C# 클래스 _1942.Projectile_Player

상속: BaseProjectile
파일 보기 프로젝트 열기: Hoobler/Projekt1

공개 메소드들

메소드 설명
Projectile_Player ( Vector2 startingPos, int playerID, int damage, Color myColor, bool boosted ) : System
Update ( GameTime gameTime ) : void

메소드 상세

Projectile_Player() 공개 메소드

public Projectile_Player ( Vector2 startingPos, int playerID, int damage, Color myColor, bool boosted ) : System
startingPos Vector2
playerID int
damage int
myColor Color
boosted bool
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void