guodong 3 years ago
parent
commit
a53c529ec8

+ 1 - 6
GameClient/Assets/Game/HotUpdate/Controller/ErrorCodeController.cs

@@ -1,9 +1,4 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using UnityEngine;
+using UnityEngine;
 
 namespace GFGGame
 {

+ 1 - 3
GameClient/Assets/Game/HotUpdate/Controller/LogController.cs

@@ -1,6 +1,4 @@
-using FairyGUI;
-using System.Collections;
-using System.Collections.Generic;
+using System.Collections.Generic;
 using UnityEngine;
 using UI.Common;
 using System;