Example #1
0
 private void Start()
 {
     _notifier = new Notifier();
     _notifier.AddObserver(this);
 }