Example #1
0
 public void OncompleteBanish()//自オブジェクト消去プログラム及び情報伝達
 {
     Destroy(this.gameObject);
     stageSetting.InfoBanith(dicePosX, dicePosZ);
 }
Example #2
0
 public void OncompleteBanish()
 {
     Destroy(this.gameObject);
     stageSetting.InfoBanith(dicePosX, dicePosZ);
 }