public Fuze(Oyun oyun) { RastgeleDalgalanmaYonuSec(); Adim = 10; UsttenOffset = 0; this.Oyun = oyun; GelismisPictureBoxOlustur(); this.PictureBox.Width = 210; this.PictureBox.Height = 130; this.VurulduMu = false; }
public Patlama(Oyun oyun, int x, int y) { this.Oyun = oyun; GelismisPictureBoxOlustur(x, y); }