Texture.ExecuteShow C# (CSharp) Метод

ExecuteShow() публичный Метод

public ExecuteShow ( string userId, string pp ) : void
userId string
pp string
Результат void
    public void ExecuteShow(string userId, string pp)
    {
        Debug.Log("Executing Show..");
        StartCoroutine (ExecuteLeaderBoard (userId,pp));
    }