Change the helper type name

master
Huo Yaoyuan 6 years ago committed by GitHub
parent de9ecb69c5
commit aa78104f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,8 +2,8 @@ using System.Reflection;
namespace osu.Game.Resources
{
public static class ResourceAssembly
public static class OsuResources
{
public static Assembly Assembly => typeof(ResourceAssembly).Assembly;
public static Assembly ResourceAssembly => typeof(OsuResources).Assembly;
}
}

Loading…
Cancel
Save