示例#1
0
 IEnumerator Dying()
 {
     smoker.EnableDeathSmoke();
     yield return(new WaitForSeconds(1.5f));
 }