Files
zeling_v2/Assets/_Game/Scripts/Editor/Addressables/AddressableRuleSyncWindow.cs
Joywayer b7baf7ad6a Add WeaponFeedback component and AddressableManagerWindow meta file
- Implemented WeaponFeedback class for handling weapon-related feedbacks such as hit effects and attack sounds.
- Added meta file for AddressableManagerWindow to manage addressable assets.
- Included a new jump.data file for profiler data.
2026-05-22 22:03:32 +08:00

11 lines
401 B
C#
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
// 此文件已被 AddressableManagerWindow 取代。
// 原有功能已整合到统一工具中,请使用:
// BaseGames → Addressables → Addressables Manager总入口
// BaseGames → Addressables → Rule Sync直达规则校验 Tab
namespace BaseGames.Editor
{
// 保留空类以避免 .meta 文件孤立。
internal static class AddressableRuleSyncWindowStub { }
}