public BulletVerde(int posX, int posY, BulletWorld f, System.Drawing.Image fig, int p) : base(posX, posY, f, fig, p) { }
public GerenciadorDeEventos(Evento[] e, BulletWorld game) { this.eventosPendentes = e; this.jogo = game; }