Ejemplo n.º 1
0
    void Init()
    {
        playerInput.Init();
        entityList.Init();
        movementSystem.Init();
        attackSystem.Init();
        healthSystem.Init();
        musicGeneratorSystem.Init();

        playerInput.playersTurn = true;
    }