报错说 class T不是合适的类型的时候,是因为Vector<T>并不是所有的自定义类都可以的,
Sprite* 可以,也可以让自定义类继承自Ref
class Teleport :public Ref