using System.Collections.Generic; namespace DeathBook.Model { public class LevelGenerator { public Level generateLevel(/*put stuff here*/) { //and here... return null; } } }