Пример #1
0
    private void Start()
    {
        if (debug.debugOn)
        {
            debug.ApplyDebug();
        }
        else
        {
            debug.DisableDebug();
        }

        gameStatus = GameStatus.MENU;

        // Initialize market by opening canvas. TODO?: make less jammy
        map.currLocation.PerformActivity();
    }