blob: 348c2109af7dafac6531e92cd20ddd9b926c2090 (
plain)
1
2
3
4
5
6
|
using System.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Stardew Modding API (SMAPI)")]
[assembly: AssemblyDescription("A modding API for Stardew Valley.")]
[assembly: Guid("5c3f7f42-fefd-43db-aaea-92ea3bcad531")]
|