MSF v2.1.10 Released


IObservableProperty is now a generic class IObservableProperty<T>. This will help you to quickly create your own observable properties.

  • Added generic method CastTo<T>() to cast observable properties to IObservableProperty<T> based class. For example CastTo<ObservableInt>()
  • Added generic method T GetValue()
  • Added generic method bool TryGetValue(TKey key, out TValue result) to ObservableBaseDictionary<TKey, TValue> class
  • Another bug fixes

Files

MasterServerFramework_v2.1.10.unitypackage 11 MB
Feb 07, 2020

Get Master Server Toolkit

Leave a comment

Log in with itch.io to leave a comment.