greenstack / spite-framework

The Spite Framework is a C# library meant to simplify designing and implementing turn-based gameplay by providing some boilerplate code.
MIT License
6 stars 0 forks source link

Make TeamBuilder fully generic #2

Closed greenstack closed 4 years ago

greenstack commented 4 years ago

Currently, TeamBuilder's Start() and Finish() methods are templates accepting a type that extends ITeam.

I believe it would make more sense for the TeamBuilder itself to be a template class, simplifying the team creation process.

greenstack commented 4 years ago

This should be done on the 0.2.0-alpha branch.