Ejemplo n.º 1
0
 public void Init(BirdGame game)
 {
     Game = game;
     GatData();
     active_Birds = new List <Bird>();
     rand         = new System.Random((int)DateTime.Now.Ticks);
 }