示例#1
0
 void SelfDestruct()
 {
     GameObjectsManager.RetireObject("bullet", gameObject);
     gameObject.SetActive(false);
 }