mirror of
https://github.com/stride3d/stride
synced 2026-05-24 10:19:21 +00:00
5 lines
64 B
C#
5 lines
64 B
C#
using Stride.Engine;
|
|
|
|
using var game = new Game();
|
|
game.Run();
|
|
|