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