recrownedgtk/RecrownedGTK/Game.cs

7 lines
170 B
C#
Raw Normal View History

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