示例#1
0
    // Use this for initialization
    void Start()
    {
        // Initialize system
        saveSystem.InitializeSaveSystem();

        messageManager.InitializeMessages();

        // System settings
        Application.runInBackground = true;

        // Start to count the time passed
        StartCoroutine(TimePassed());
    }