/** 初期化処理 */ void Start() { startTime = Time.time; board = GameObject.FindGameObjectWithTag("Player").GetComponent<Board>(); }
void Start() { board = GameObject.FindGameObjectWithTag ("Player").GetComponent<Board> (); city = this.GetComponent<City>(); gm = this.GetComponent<GameManager>(); }