Exemple #1
0
    public void Defeat(VictoryDefeat defeat)
    {
        Debug.Log("Defeat: " + defeat);

        victoryManager.StopCheckVictoryAndDefeat();
    }
    public void Defeat(VictoryDefeat defeat)
    {
        Debug.Log("Defeat: " + defeat);

        victoryManager.StopCheckVictoryAndDefeat();
    }
Exemple #3
0
    public void Victory(VictoryDefeat victory)
    {
        Debug.Log("Victoire: " + victory);

        victoryManager.StopCheckVictoryAndDefeat();
    }
    public void Victory(VictoryDefeat victory)
    {
        Debug.Log("Victoire: " + victory);

        victoryManager.StopCheckVictoryAndDefeat();
    }