summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI.AssemblyRewriters/SpriteBatchMethods.cs
AgeCommit message (Collapse)Author
2017-09-26restore AssemblyRewriters assembly for method injectionJesse Plamondon-Willard
This fixes a SMAPI 2.0 issue where mods would fail with MethodAccessException if they used SpriteBatch methods that got rewritten for MonoGame/XNA compatibility, because the methods SMAPI injected were internal. Moving it back into a separate assembly lets us make it public without making it visible to modders.