void Awake() { input_text = ""; received_texts = new List<string>(); proxy = new Rmi.Proxy(); stub = new Rmi.Stub(); }
void Awake() { input_text = ""; received_texts = new List <string>(); proxy = new Rmi.Proxy(); stub = new Rmi.Stub(); }