|
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; }
|
|
}
|
|
} |