void Start() { githubApi = new Api.Github(); sendGithubApi(); placementIndicator = GetComponent <PlacementIndicator>(); }
// Start is called before the first frame update void Start() { githubApi = new Api.Github(); sendGithubApi(); }