提交 8304361f 编写于 作者: T tanghai

修复destroySystems没有清空的bug

上级 9dcd5705
......@@ -48,3 +48,4 @@ _ReSharper.CSharp/
Server/.DS_Store
/Server/.vscode/
.vs/
.objs/
......@@ -72,6 +72,7 @@ namespace ETModel
this.startSystems.Clear();
this.loadSystems.Clear();
this.changeSystems.Clear();
this.destroySystems.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.
先完成此消息的编辑!
想要评论请 注册