using UnityEngine;
namespace ZC
{
public interface IManager
}
internal abstract class ManagerBase<T> : GameObjectBase<T>, IManager