You've already forked taptap2024_GJ_chidouren
init
This commit is contained in:
24
Assets/Scripts/Views/UIPanel.cs
Normal file
24
Assets/Scripts/Views/UIPanel.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
using IcecreamView;
|
||||
|
||||
namespace Views
|
||||
{
|
||||
public class UIPanel
|
||||
{
|
||||
//Code start
|
||||
public const string CommonTipPanel = "CommonTipPanel";
|
||||
public const string LoadingPanel = "LoadingPanel";
|
||||
public const string SettingPanel = "SettingPanel";
|
||||
public const string GuidePanel = "GuidePanel";
|
||||
public const string ScreenEffectPanel = "ScreenEffectPanel";
|
||||
public const string PropTipPanel = "PropTipPanel";
|
||||
public const string MaskPanel = "MaskPanel";
|
||||
public const string OfflineAwardPanel ="OfflineAwardPanel";
|
||||
public const string OfflineTipPanel ="OfflineTipPanel";
|
||||
public const string HomePanel ="HomePanel";
|
||||
public const string GameCompletePanel ="GameCompletePanel";
|
||||
public const string GameRevertPanel ="GameRevertPanel";
|
||||
public const string SelectWeaponPanel ="SelectWeaponPanel";
|
||||
public const string AboutPanel ="AboutPanel";
|
||||
//Code end
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user