Exemplo n.º 1
0
    public void Init()
    {
        _instance = this;

        Restart();

        playerLifeUI.Init(maxLife);
        playerLifeUI.UpdateValue(maxLife);
    }