|
|
@@ -14,6 +14,7 @@ namespace WildAttack
|
|
|
private int coroutineNum = 7;
|
|
|
void Awake()
|
|
|
{
|
|
|
+ SingletonManager.Clear();
|
|
|
// 数据类init
|
|
|
ModuleInit();
|
|
|
}
|
|
|
@@ -69,7 +70,6 @@ namespace WildAttack
|
|
|
if (coroutineNum == 0)
|
|
|
{
|
|
|
ObjectPoolInit();
|
|
|
-
|
|
|
UIManager.GetInstance().Init(() =>
|
|
|
{
|
|
|
FlotagePool.GetInstance().Init();
|