Exemplo n.º 1
0
 internal bool CaptureMonsterById(int characterId)
 {
     return(_userDatabase.AddUserCharacters(characterId));
 }