static void Main() { using (BillboardGame game = new BillboardGame()) { game.Run(); } }
public ParticleComponent(BillboardGame game) { // TODO: Construct any child components here game.Components.Add(this); }