NBC修改
This commit is contained in:
16
Assets/Scripts/NBC/Runtime/UI/Utils/UIRunner.cs
Normal file
16
Assets/Scripts/NBC/Runtime/UI/Utils/UIRunner.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace NBC
|
||||
{
|
||||
internal static class UIRunner
|
||||
{
|
||||
#region Static
|
||||
|
||||
public static readonly Runner Def = new Runner();
|
||||
|
||||
public static void Update()
|
||||
{
|
||||
Def.Process();
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user