示例#1
0
 protected virtual void StartDie()
 {
     Died.SafeInvoke(this);
     StartCoroutine(Die());
 }