コード例 #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);
 }