From 44c5c8c3d62753054bdd16855d8984d0f528a59c Mon Sep 17 00:00:00 2001
From: client_linchunjie <461730578@qq.com>
Date: 星期五, 23 十一月 2018 14:10:36 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/GameEngine/Model/ConfigManager.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Core/GameEngine/Model/ConfigManager.cs b/Core/GameEngine/Model/ConfigManager.cs
index 2187288..b70c04f 100644
--- a/Core/GameEngine/Model/ConfigManager.cs
+++ b/Core/GameEngine/Model/ConfigManager.cs
@@ -209,6 +209,8 @@
AddAsyncTask<LoadingBackGroundConfig>();
AddAsyncTask<IceLodeStarAwardConfig>();
AddAsyncTask<TaskPowerConfig>();
+ AddAsyncTask<GodWeaponEffectConfig>();
+
while (!AllCompleted())
{
var completedCount = 0;
--
Gitblit v1.8.0