redbluegames / unity-text-typer

Text typing effect for Unity uGUI Text components
MIT License
307 stars 28 forks source link

Events should use EventArgs pattern so as not to break users of API with upgrade #37

Open edwardrowe opened 4 years ago

edwardrowe commented 4 years ago

If we add arguments passed out from events, it will break everyone's code. Mostly an easy fix, but still annoying.

To fix this we can use EventArgs https://docs.microsoft.com/en-us/dotnet/standard/events/