monkeymanboy / BeatSaberMarkupLanguage

MIT License
89 stars 44 forks source link

Deprecated INotifiableHost for INotifyPropertyChanged #47

Closed Zingabopp closed 4 years ago

Zingabopp commented 4 years ago

Changed BSML's INotifiableHost to use the standard INotifyPropertyChanged interface.

This change will allow host objects from assemblies that don't reference BSML to be used with the NotifyUpdater features.