예제 #1
0
 public void Draw(SpriteBatch spriteBatch)
 {
     LaserAnimation.Draw(spriteBatch);
 }
예제 #2
0
파일: Enemy.cs 프로젝트: Matthew-Hall/PPA
 public void Draw(SpriteBatch spriteBatch)
 {
     EnemyAnimation.Draw(spriteBatch);
 }