blob: f456a30dfb60b3aebb4e4e0b1493f9916ff87c39 (
plain)
1
2
3
4
|
using System.Reflection;
[assembly: AssemblyTitle("SMAPI.AssemblyRewriters")]
[assembly: AssemblyDescription("Contains internal SMAPI classes used during assembly rewriting that need to be public for technical reasons, but shouldn't be visible to modders.")]
|