Ejemplo n.º 1
0
    private IEnumerator AutoCreateRole()
    {
        yield return(new WaitForSeconds(1.0f));

        m_ServerListProxy.CreateCharacter(Guid.NewGuid().ToString().Replace("-", "").Substring(3, 10));
    }