6 lines
116 B
C#
6 lines
116 B
C#
// See https://aka.ms/new-console-template for more information
|
|
|
|
using Cogwheel;
|
|
|
|
Game game = new();
|
|
game.Init(); |