Esempio n. 1
0
 private void Awake()
 {
     instance = this;
     // クライアントが送るデータの初期化
     cData        = new Model.ClientData(null, 0, 0, new Vector2());
     sendCardData = new Model.ClientData(null, 0, 0, new Vector2());
 }
Esempio n. 2
0
 private void Awake()
 {
     instance = this;
     // クライアントが送るデータの初期化
     sendCardData = new Model.ClientData(null, 0, 0, new Vector2());
     recvSeverData.isRecvFinished = false;
 }