Example #1
0
File: Root.cs Project: jesliwang/xy
 // Use this for initialization
 void Start()
 {
     mController = new EntranceController ();
     mController.Init();
 }