コード例 #1
0
 public void haswon()
 {
     won = true;
     Debug.Log("won");
     gm.checkifwholewon(gameObject.tag);
 }