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