Prechádzať zdrojové kódy

Client目录下的命名空间是ET.Client

tanghai 3 rokov pred
rodič
commit
29046cde66

+ 1 - 1
Codes/HotfixView/Client/Module/Resource/GameObjectHelper.cs

@@ -1,7 +1,7 @@
 using System;
 using UnityEngine;
 
-namespace ET
+namespace ET.Client
 {
 	public static class GameObjectHelper
 	{

+ 1 - 1
Codes/HotfixView/Client/Module/UI/UIComponentSystem.cs

@@ -1,6 +1,6 @@
 using System.Collections.Generic;
 
-namespace ET
+namespace ET.Client
 {
 	/// <summary>
 	/// 管理Scene上的UI

+ 1 - 1
Codes/HotfixView/Client/Module/UI/UIEventComponentSystem.cs

@@ -2,7 +2,7 @@
 using System.Collections.Generic;
 using UnityEngine;
 
-namespace ET
+namespace ET.Client
 {
 	/// <summary>
 	/// 管理所有UI GameObject 以及UI事件

+ 1 - 1
Codes/ModelView/Client/Module/UI/AUIEvent.cs

@@ -1,4 +1,4 @@
-namespace ET
+namespace ET.Client
 {
     public abstract class AUIEvent
     {

+ 1 - 1
Codes/ModelView/Client/Module/UI/LayerNames.cs

@@ -1,6 +1,6 @@
 using UnityEngine;
 
-namespace ET
+namespace ET.Client
 {
 	public static class LayerNames
 	{

+ 1 - 1
Codes/ModelView/Client/Module/UI/UI.cs

@@ -1,7 +1,7 @@
 using System.Collections.Generic;
 using UnityEngine;
 
-namespace ET
+namespace ET.Client
 {
     [FriendOf(typeof(UI))]
     public static class UISystem

+ 1 - 1
Codes/ModelView/Client/Module/UI/UIComponent.cs

@@ -1,6 +1,6 @@
 using System.Collections.Generic;
 
-namespace ET
+namespace ET.Client
 {
 	/// <summary>
 	/// 管理Scene上的UI

+ 1 - 1
Codes/ModelView/Client/Module/UI/UIEventAttribute.cs

@@ -1,6 +1,6 @@
 using System;
 
-namespace ET
+namespace ET.Client
 {
     public class UIEventAttribute: BaseAttribute
     {

+ 1 - 1
Codes/ModelView/Client/Module/UI/UIEventComponent.cs

@@ -2,7 +2,7 @@
 using System.Collections.Generic;
 using UnityEngine;
 
-namespace ET
+namespace ET.Client
 {
 	/// <summary>
 	/// 管理所有UI GameObject

+ 1 - 1
Codes/ModelView/Client/Module/UI/UIType.cs

@@ -1,7 +1,7 @@
 using System;
 using System.Collections.Generic;
 
-namespace ET
+namespace ET.Client
 {
     public static class UIType
     {

+ 1 - 1
Unity/Assets/Scripts/Core/Object/ChildTypeAttribute.cs.meta → Unity/Assets/Scripts/Core/Object/ChildOfAttribute.cs.meta

@@ -1,5 +1,5 @@
 fileFormatVersion: 2
-guid: 566aeb794a8780c4eb7e49eb063a0eb8
+guid: f10ed07d5fd898640b885f50fe7f1426
 MonoImporter:
   externalObjects: {}
   serializedVersion: 2