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