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