Esempio n. 1
0
 void Start()
 {
     camera   = GameObject.FindGameObjectWithTag("MainCamera").GetComponent <Camera>();
     gameAct  = new MGameClientAction(this);
     gameData = new OptionData.DataBase(0);
     mask     = 1 << 1;
 }
Esempio n. 2
0
 void Start()
 {
     GameAct        = new MGameClientAction(this);
     processorModel = new ProcessorModel();
 }