SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

Let mods implement IDisposable

Pathoschild opened this issue ยท 1 comments

commented

SMAPI has logic to detect (semi-reliably) when the game exits so it can clean up. If a mod implements IDisposable, dispose it during the cleanup phase.

commented

Done in develop for the upcoming SMAPI release.