Inheritance: ZNet.PKProxy
コード例 #1
0
ファイル: CMain.cs プロジェクト: mindsteeper/Zero
    void Awake()
	{
        input_text = "";
        received_texts = new List<string>();
        proxy = new Rmi.Proxy();
        stub = new Rmi.Stub();
    }
コード例 #2
0
ファイル: CMain.cs プロジェクト: ypdevman/Zero
 void Awake()
 {
     input_text     = "";
     received_texts = new List <string>();
     proxy          = new Rmi.Proxy();
     stub           = new Rmi.Stub();
 }