You've already forked taptap2024_GJ_chidouren
29 lines
1.3 KiB
C#
29 lines
1.3 KiB
C#
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";
|
|
public const string GamePanel ="GamePanel";
|
|
public const string SuccessPanel ="SuccessPanel";
|
|
public const string InitTipPanel ="InitTipPanel";
|
|
public const string BossTouchPanel ="BossTouchPanel";
|
|
public const string EndAboutPanel ="EndAboutPanel";
|
|
//Code end
|
|
}
|
|
} |