示例#1
0
 private void OnTriggerEnter(Collider other)
 {
     mOrc.ChangeState(mOrc.mStates[1]);
 }