Refactoring.

This commit is contained in:
2020-06-27 17:07:01 -05:00
parent 9f6ef94f06
commit bb3d0bced5
5 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ using System.Reflection;
namespace SlatedGameToolkit.Framework.Utilities
{
public static class EmbeddedResourceUtils
public static class EmbeddedResUtils
{
public static string ReadEmbeddedResourceText(string name) {
string res;