Beispiel #1
0
        public IGhost GetGhost(GhostNickname nickName)
        {
            var index = Ghosts.Single(g => g.NickName == nickName);

            return(index);
        }