7 lines
170 B
C#
Raw Normal View History

2020-02-16 21:44:21 -05:00
namespace RecrownedGTK {
public class Game {
public Game() {
//TODO Implement interface that calls the users created game files.
}
}
}