制作完成于 2018-03-14 基于Unity2017.2
挂载在游戏物体上的单例需要进行泛型约束
public class singleton<T>:monobehaviour where T:monobehaviour
代表不是继承自monobehaviour的类无法使用这个单例