mattak / Unidux

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

Remove generics restriction of IStateClone #82

Closed mattak closed 7 years ago

mattak commented 7 years ago

User can describe much more short code.

before:

class State : StateBase<State> {}

after:

class State : StateBase {}