UpdateRunner 수정
This commit is contained in:
@@ -6,7 +6,7 @@ using XED.Core;
|
|||||||
|
|
||||||
namespace XED
|
namespace XED
|
||||||
{
|
{
|
||||||
public class UpdateRunner : UnitySingleton<SystemMain>
|
public class UpdateRunner : UnitySingleton<UpdateRunner>
|
||||||
{
|
{
|
||||||
private static List<Action> updateActions = new List<Action>();
|
private static List<Action> updateActions = new List<Action>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user