From 9dcd570502d9a1291f3ba0663365fba3c9d46bc2 Mon Sep 17 00:00:00 2001 From: tanghai Date: Mon, 29 Oct 2018 17:18:11 +0800 Subject: [PATCH] =?UTF-8?q?deserializeSystems=E5=9C=A8Add=20Assembly?= =?UTF-8?q?=E6=97=B6=E6=BC=8F=E6=8E=89=E4=BA=86=E4=B8=80=E4=B8=AA=E6=B8=85?= =?UTF-8?q?=E7=A9=BA=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Unity/Assets/Model/Base/Object/EventSystem.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity/Assets/Model/Base/Object/EventSystem.cs b/Unity/Assets/Model/Base/Object/EventSystem.cs index 28d05eee..302114b3 100644 --- a/Unity/Assets/Model/Base/Object/EventSystem.cs +++ b/Unity/Assets/Model/Base/Object/EventSystem.cs @@ -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)]) { -- GitLab