Inheritance: MonoBehaviour
示例#1
0
 public void Return(PoolableBehaviour obj)
 {
     Return(obj as T);
 }