NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/Gameplay/Show/CampShowManager.cs

15 lines
302 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using cfg.ShowCfg;
/// <summary>
/// 营地演出管理
/// </summary>
public class CampShowManager : ShowManager
{
protected override E_ShowSceneType ShowSceneType
{
get { return E_ShowSceneType.Camp; }
}
}