Esempio n. 1
0
 public void RemoveContact(string charId, Player.ContactType contactType)
 {
     GetPlayer().RemoveContact(charId, contactType);
 }
Esempio n. 2
0
 public void AddContact(string charId, Player.ContactType contactType)
 {
     CreateCharacter(charId);
     GetPlayer().AddContact(charId, contactType);
 }