Exemplo n.º 1
0
Arquivo: Root.cs Projeto: jesliwang/xy
 // Use this for initialization
 void Start()
 {
     mController = new EntranceController ();
     mController.Init();
 }