示例#1
0
 private void Start()
 {
     Health.SwitchRagdoll(false, transform.GetComponentsInChildren <Rigidbody>(), transform.GetComponentsInChildren <Collider>());
     ai.OnStart();
 }