提交 9dcd5705 编写于 作者: T tanghai

deserializeSystems在Add Assembly时漏掉了一个清空操作

上级 dd13e100
......@@ -72,6 +72,7 @@ namespace ETModel
this.startSystems.Clear();
this.loadSystems.Clear();
this.changeSystems.Clear();
this.deserializeSystems.Clear();
foreach (Type type in types[typeof(ObjectSystemAttribute)])
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册