namespace RecrownedGTK { public class Game { public Game() { //TODO Implement interface that calls the users created game files. } } }