mattak / Unidux

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

Delete IStateClone #97

Closed mattak closed 7 years ago

mattak commented 7 years ago

Generics method of IStateClone is not used & required anywhere. So remove the interface and use System.Clone() method.

mattak commented 7 years ago

🎉