Texture.ExecuteShow C# (CSharp) Method

ExecuteShow() public method

public ExecuteShow ( string userId, string pp ) : void
userId string
pp string
return void
    public void ExecuteShow(string userId, string pp)
    {
        Debug.Log("Executing Show..");
        StartCoroutine (ExecuteLeaderBoard (userId,pp));
    }