Ejemplo n.º 1
0
 public void RefreshSettings()
 {
     if (MyIdentity != null)
     {
         MyIdentity.SetName(Name.text);
     }
 }