Add code to get assembly reference to resource project.
parent
f9e7cc434f
commit
de9ecb69c5
@ -0,0 +1,9 @@
|
||||
using System.Reflection;
|
||||
|
||||
namespace osu.Game.Resources
|
||||
{
|
||||
public static class ResourceAssembly
|
||||
{
|
||||
public static Assembly Assembly => typeof(ResourceAssembly).Assembly;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue