Exemplo n.º 1
0
 void Start()
 {
     historyWindows = new Dictionary <string, UIParamInfo>();
     if (mShowVfx != null)
     {
         mShowVfx.Init();
     }
     if (mCloseVfx != null)
     {
         mCloseVfx.Init();
     }
 }