Files
ft/Client/Assets/Scripts/EventBossFight/Panel/MainVideo/EventBossFightMainPanelVideo.cs
2026-06-29 21:18:33 +08:00

11 lines
376 B
C#

namespace EventBossFight
{
/// <summary>
/// 逻辑已合并至 <see cref="EventBossFightMainPanel"/>(视频 + 按关分包)。
/// 保留空子类仅兼容旧预制体上的脚本引用;新预制体请直接挂 <see cref="EventBossFightMainPanel"/>。
/// </summary>
public class EventBossFightMainPanelVideo : EventBossFightMainPanel
{
}
}