mattak / Unidux

Redux Architecture for Unity 🎩
MIT License
386 stars 27 forks source link

Create default Equals implementation #95

Closed mattak closed 7 years ago

mattak commented 7 years ago

It's not simple to implement Equals method. (It's required by State comparing to check IsStateChanged by editor)

So create base class to check equality by using reflection.

mattak commented 7 years ago

done! 🐟