Beispiel #1
0
    //void EnterPlanningPhase()

    // Resets inventory scriptable object on close
    private void OnApplicationQuit()
    {
        runState.Reinitialize();
        inventory.Clean();
    }