-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b7adb70
commit 8437cd1
Showing
15 changed files
with
50 additions
and
70 deletions.
There are no files selected for viewing
8 changes: 2 additions & 6 deletions
8
Assets/Hotfix/UI/FairyGUI/UICommonAvatar/Components/PackageUICommonAvatar.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ | ||
|
||
#if ENABLE_UI_FAIRYGUI | ||
using FairyGUI; | ||
using FairyGUI.Utils; | ||
using Cysharp.Threading.Tasks; | ||
using GameFrameX.Entity.Runtime; | ||
|
||
namespace Hotfix.UI | ||
{ | ||
public static partial class FUIPackage { | ||
public static partial class FUIPackage | ||
{ | ||
public const string UICommonAvatar = "UICommonAvatar"; | ||
|
||
} | ||
} | ||
#endif |
8 changes: 2 additions & 6 deletions
8
Assets/Hotfix/UI/FairyGUI/UILoading/Components/PackageUILoading.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,12 @@ | ||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ | ||
|
||
#if ENABLE_UI_FAIRYGUI | ||
using FairyGUI; | ||
using FairyGUI.Utils; | ||
using Cysharp.Threading.Tasks; | ||
using GameFrameX.Entity.Runtime; | ||
|
||
namespace Hotfix.UI | ||
{ | ||
public static partial class FUIPackage { | ||
public static partial class FUIPackage | ||
{ | ||
public const string UILoading = "UILoading"; | ||
|
||
} | ||
} | ||
#endif |
15 changes: 2 additions & 13 deletions
15
Assets/Hotfix/UI/FairyGUI/UILogin/Components/PackageUILogin.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,12 @@ | ||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ | ||
|
||
#if ENABLE_UI_FAIRYGUI | ||
using FairyGUI; | ||
using FairyGUI.Utils; | ||
using Cysharp.Threading.Tasks; | ||
using GameFrameX.Entity.Runtime; | ||
|
||
namespace Hotfix.UI | ||
{ | ||
public static partial class FUIPackage { | ||
public static partial class FUIPackage | ||
{ | ||
public const string UILogin = "UILogin"; | ||
public const string UILogin_UIAnnouncement = "ui://UILogin/UIAnnouncement"; | ||
public const string UILogin_UIAnnouncementContent = "ui://UILogin/UIAnnouncementContent"; | ||
public const string UILogin_UIPlayerList = "ui://UILogin/UIPlayerList"; | ||
public const string UILogin_UIPlayerListItem = "ui://UILogin/UIPlayerListItem"; | ||
public const string UILogin_UIPlayerListItemLoginButton = "ui://UILogin/UIPlayerListItemLoginButton"; | ||
public const string UILogin_UIPlayerCreate = "ui://UILogin/UIPlayerCreate"; | ||
public const string UILogin_UILogin = "ui://UILogin/UILogin"; | ||
|
||
} | ||
} | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,12 @@ | ||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ | ||
|
||
#if ENABLE_UI_FAIRYGUI | ||
using FairyGUI; | ||
using FairyGUI.Utils; | ||
using Cysharp.Threading.Tasks; | ||
using GameFrameX.Entity.Runtime; | ||
|
||
namespace Hotfix.UI | ||
{ | ||
public static partial class FUIPackage { | ||
public static partial class FUIPackage | ||
{ | ||
public const string UIMain = "UIMain"; | ||
public const string UIMain_UIMain = "ui://UIMain/UIMain"; | ||
|
||
} | ||
} | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 2 additions & 8 deletions
10
Assets/Scripts/Game/FairyGUI/UILauncher/Components/PackageUILauncher.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,12 @@ | ||
/** This is an automatically generated class by FairyGUI. Please do not modify it. **/ | ||
|
||
#if ENABLE_UI_FAIRYGUI | ||
using FairyGUI; | ||
using FairyGUI.Utils; | ||
using Cysharp.Threading.Tasks; | ||
using GameFrameX.Entity.Runtime; | ||
|
||
namespace Unity.Startup | ||
{ | ||
public static partial class FUIPackage { | ||
public static partial class FUIPackage | ||
{ | ||
public const string UILauncher = "UILauncher"; | ||
public const string UILauncher_UILauncher = "ui://UILauncher/UILauncher"; | ||
public const string UILauncher_UILauncherUpgrade = "ui://UILauncher/UILauncherUpgrade"; | ||
|
||
} | ||
} | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters