Example #1
0
 void Start()
 {
     model = GameModel.Instance;
     model.Subscribe(Draw);
 }