public EnemyDataUpdater(EnemyDataProvider provider)
 {
     this.provider = provider;
     this.RegisterListener();
 }