Esempio n. 1
0
 public bool AddPlayerAvatar(StrongString avatarString)
 {
     return(AddPlayerAvatar(Avatar.ConvertToAvatar(avatarString)));
 }