Merge pull request #80 from huoyaoyuan/assembly-ref

Add code to get assembly reference to resource project
master
Dean Herbert 5 years ago committed by GitHub
commit c99e22d334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,9 @@
using System.Reflection;
namespace osu.Game.Resources
{
public static class OsuResources
{
public static Assembly ResourceAssembly => typeof(OsuResources).Assembly;
}
}
Loading…
Cancel
Save