public void Start(IServerMode server) { dataResponse = new WWWResponse(); this.serverMode = server; monoBehaviour.StartCoroutine(DownloadData()); }