syntax-tm / SteamAchievementManager

Steam Achievement Manager
zlib License
146 stars 4 forks source link

Update `Callback` and `Callback<TParameter>` classes to modern C# syntax #2

Closed tsvenbla closed 1 year ago

tsvenbla commented 1 year ago

The Callback classes have been refactored to adopt modern C# practices. The changes made include:

The updated code aligns with current best practices and provides some error handling.