示例#1
0
 public GameView(Texture2D texture, Vector2 position)
 {
     explosion = texture;
     explosionHandler = new ExplosionHandler(position);
 }
示例#2
0
 public GameView(Texture2D texture, Vector2 position)
 {
     explosion        = texture;
     explosionHandler = new ExplosionHandler(position);
 }