7 lines
170 B
C#
7 lines
170 B
C#
|
namespace RecrownedGTK {
|
||
|
public class Game {
|
||
|
public Game() {
|
||
|
//TODO Implement interface that calls the users created game files.
|
||
|
}
|
||
|
}
|
||
|
}
|