fixed realse build

This commit is contained in:
MasterGordon 2023-01-02 20:10:03 +01:00
parent a12b4450c5
commit 3fc74bf22f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public class ResourceLoader
this.assemblyName = this.GetType().Assembly.GetName().Name!;
}
public static string LoadString(string resourceName)
public string LoadString(string resourceName)
{
#if DEBUG
Console.WriteLine("Loading resource: " + resourceName);