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

Add events for teams to listen to teammates' status #42

Closed greenstack closed 1 year ago

greenstack commented 3 years ago

This can help make the determination of a team's own status easier and more up-to-date.

I envision this as an event on the ITeammate interface and the Team can register itself to.

Questions to answer: