Esempio n. 1
0
 public void Initialize(PlayerCore player)
 {
     core = player;
     if (!initialized)
     {
         sFXHandler.Initialize();
     }
     initialized = true;
     Start();
 }
Esempio n. 2
0
 public void Initialize(PlayerCore player)
 {
     if (zLevel > GetMaxZoomLevel())
     {
         zLevel = GetMaxZoomLevel();
     }
     core = player;
     if (!initialized)
     {
         sFXHandler.Initialize();
     }
     initialized = true;
     Start();
 }