Remove generics restriction of IStateClone
Closed this issue · 0 comments
mattak commented
User can describe much more short code.
before:
class State : StateBase<State> {}
after:
class State : StateBase {}
Closed this issue · 0 comments
User can describe much more short code.
before:
class State : StateBase<State> {}
after:
class State : StateBase {}