2024-10-16 00:03:41 +08:00
|
|
|
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";
|
2024-10-21 22:29:53 +08:00
|
|
|
public const string GamePanel ="GamePanel";
|
2024-10-22 19:10:15 +08:00
|
|
|
public const string SuccessPanel ="SuccessPanel";
|
2024-10-25 15:35:39 +08:00
|
|
|
public const string InitTipPanel ="InitTipPanel";
|
2024-10-26 23:30:51 +08:00
|
|
|
public const string BossTouchPanel ="BossTouchPanel";
|
2024-10-16 00:03:41 +08:00
|
|
|
//Code end
|
|
|
|
|
}
|
|
|
|
|
}
|