50 lines
6.0 KiB
C#
50 lines
6.0 KiB
C#
using UnityEngine;
|
|
public static class AssetsConst
|
|
{
|
|
public const string Assets_DemoGame_GameRes_AssetsConstTemplate_txt = @"Assets/DemoGame/GameRes/AssetsConstTemplate.txt";
|
|
public const string Assets_DemoGame_GameRes_AotDlls_mscorlib_dll_bytes = @"Assets/DemoGame/GameRes/AotDlls/mscorlib.dll.bytes";
|
|
public const string Assets_DemoGame_GameRes_AotDlls_Sirenix_Utilities_dll_bytes = @"Assets/DemoGame/GameRes/AotDlls/Sirenix.Utilities.dll.bytes";
|
|
public const string Assets_DemoGame_GameRes_AotDlls_UniTask_dll_bytes = @"Assets/DemoGame/GameRes/AotDlls/UniTask.dll.bytes";
|
|
public const string Assets_DemoGame_GameRes_AotDlls_UnityEngine_CoreModule_dll_bytes = @"Assets/DemoGame/GameRes/AotDlls/UnityEngine.CoreModule.dll.bytes";
|
|
public const string Assets_DemoGame_GameRes_AotDlls_YooAsset_dll_bytes = @"Assets/DemoGame/GameRes/AotDlls/YooAsset.dll.bytes";
|
|
public const string Assets_DemoGame_GameRes_Audio_music_background_wav = @"Assets/DemoGame/GameRes/Audio/music_background.wav";
|
|
public const string Assets_DemoGame_GameRes_Audio_sound_explosion_asteroid_wav = @"Assets/DemoGame/GameRes/Audio/sound_explosion_asteroid.wav";
|
|
public const string Assets_DemoGame_GameRes_Audio_sound_explosion_enemy_wav = @"Assets/DemoGame/GameRes/Audio/sound_explosion_enemy.wav";
|
|
public const string Assets_DemoGame_GameRes_Audio_sound_explosion_player_wav = @"Assets/DemoGame/GameRes/Audio/sound_explosion_player.wav";
|
|
public const string Assets_DemoGame_GameRes_Audio_sound_weapon_enemy_wav = @"Assets/DemoGame/GameRes/Audio/sound_weapon_enemy.wav";
|
|
public const string Assets_DemoGame_GameRes_Audio_sound_weapon_player_wav = @"Assets/DemoGame/GameRes/Audio/sound_weapon_player.wav";
|
|
public const string Assets_DemoGame_GameRes_Codes_Hotfix_dll_bytes = @"Assets/DemoGame/GameRes/Codes/Hotfix.dll.bytes";
|
|
public const string Assets_DemoGame_GameRes_Codes_Hotfix_pdb_bytes = @"Assets/DemoGame/GameRes/Codes/Hotfix.pdb.bytes";
|
|
public const string Assets_DemoGame_GameRes_Entity_Cube_prefab = @"Assets/DemoGame/GameRes/Entity/Cube.prefab";
|
|
public const string Assets_DemoGame_GameRes_Scene_Game_unity = @"Assets/DemoGame/GameRes/Scene/Game.unity";
|
|
public const string Assets_DemoGame_GameRes_TMPFont_huangkaihuaLawyerfont_ttf = @"Assets/DemoGame/GameRes/TMPFont/huangkaihuaLawyerfont.ttf";
|
|
public const string Assets_DemoGame_GameRes_TMPFont_huangkaihuaLawyerfont_2SDF_asset = @"Assets/DemoGame/GameRes/TMPFont/huangkaihuaLawyerfont_2SDF.asset";
|
|
public const string Assets_DemoGame_GameRes_TMPFont_QingNiaoHuaGuangJianMeiHei_ttf = @"Assets/DemoGame/GameRes/TMPFont/QingNiaoHuaGuangJianMeiHei.ttf";
|
|
public const string Assets_DemoGame_GameRes_TMPFont_QingNiaoHuaGuangJianMeiHei_2SDF_asset = @"Assets/DemoGame/GameRes/TMPFont/QingNiaoHuaGuangJianMeiHei_2SDF.asset";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_arrow1_left_png = @"Assets/DemoGame/GameRes/UIAtlas/common/arrow1_left.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_arrow1_right_png = @"Assets/DemoGame/GameRes/UIAtlas/common/arrow1_right.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_arrow_left_png = @"Assets/DemoGame/GameRes/UIAtlas/common/arrow_left.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_arrow_right_png = @"Assets/DemoGame/GameRes/UIAtlas/common/arrow_right.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_back_arrow_png = @"Assets/DemoGame/GameRes/UIAtlas/common/back_arrow.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_bar_blue_png = @"Assets/DemoGame/GameRes/UIAtlas/common/bar_blue.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_bar_blue1_png = @"Assets/DemoGame/GameRes/UIAtlas/common/bar_blue1.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_bullets_png = @"Assets/DemoGame/GameRes/UIAtlas/common/bullets.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_button1_png = @"Assets/DemoGame/GameRes/UIAtlas/common/button1.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_button_active_png = @"Assets/DemoGame/GameRes/UIAtlas/common/button_active.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_button_pushed_png = @"Assets/DemoGame/GameRes/UIAtlas/common/button_pushed.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_common_spriteatlas = @"Assets/DemoGame/GameRes/UIAtlas/common/common.spriteatlas";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_long_arrow_left_png = @"Assets/DemoGame/GameRes/UIAtlas/common/long_arrow_left.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_long_arrow_right_png = @"Assets/DemoGame/GameRes/UIAtlas/common/long_arrow_right.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_pause_png = @"Assets/DemoGame/GameRes/UIAtlas/common/pause.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_plus_png = @"Assets/DemoGame/GameRes/UIAtlas/common/plus.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_progress_bar_png = @"Assets/DemoGame/GameRes/UIAtlas/common/progress_bar.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_progress_bar_background_png = @"Assets/DemoGame/GameRes/UIAtlas/common/progress_bar_background.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_rocket_png = @"Assets/DemoGame/GameRes/UIAtlas/common/rocket.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_window_transparent_png = @"Assets/DemoGame/GameRes/UIAtlas/common/window_transparent.png";
|
|
public const string Assets_DemoGame_GameRes_UIAtlas_common_window_transparent1_png = @"Assets/DemoGame/GameRes/UIAtlas/common/window_transparent1.png";
|
|
public const string Assets_DemoGame_GameRes_UIImage_Space_jpg = @"Assets/DemoGame/GameRes/UIImage/Space.jpg";
|
|
public const string Assets_DemoGame_GameRes_UIPanel_UIBattle_prefab = @"Assets/DemoGame/GameRes/UIPanel/UIBattle.prefab";
|
|
public const string Assets_DemoGame_GameRes_UIPanel_UIHome_prefab = @"Assets/DemoGame/GameRes/UIPanel/UIHome.prefab";
|
|
public const string Assets_DemoGame_GameRes_UIPanel_UILoading_prefab = @"Assets/DemoGame/GameRes/UIPanel/UILoading.prefab";
|
|
|
|
} |