UpdateRunner 수정

This commit is contained in:
geondo55
2025-04-10 09:47:29 +09:00
parent b87ea36afb
commit b962d25930

View File

@@ -6,7 +6,7 @@ using XED.Core;
namespace XED
{
public class UpdateRunner : UnitySingleton<SystemMain>
public class UpdateRunner : UnitySingleton<UpdateRunner>
{
private static List<Action> updateActions = new List<Action>();