Esempio n. 1
0
 public void init(blackout_game game)
 {
     this.game = game;
 }
Esempio n. 2
0
 public void init(one_flag anim, blackout_game game)
 {
     this.anim = anim;
     this.game = game;
 }