Exemplo n.º 1
0
    public string GetName()
    {
        if (playerName == "")
        {
            return(playerName = MyInput.GetName());
        }

        return(playerName);
    }