SMAPI - Stardew Modding API

SMAPI - Stardew Modding API

971k Downloads

SMAPI should allow indirect `Mod` implementations

Pathoschild opened this issue ยท 1 comments

commented

SMAPI only recognises direct Mod subclasses (type.BaseType == typeof(Mod)); allow indirect implementations too (typeof(Mod).IsAssignableFrom(type)).

commented

Done in develop for the upcoming SMAPI 1.9 release.