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));
    }