Inheritance: ZNet.PKStub
Exemple #1
0
    void Awake()
	{
        input_text = "";
        received_texts = new List<string>();
        proxy = new Rmi.Proxy();
        stub = new Rmi.Stub();
    }
Exemple #2
0
 void Awake()
 {
     input_text     = "";
     received_texts = new List <string>();
     proxy          = new Rmi.Proxy();
     stub           = new Rmi.Stub();
 }