Skip to content

Commit 374096b

Browse files
committed
fix: videogame call
1 parent c6b6065 commit 374096b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

alis.game.desktop/Program.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@
2727
//
2828
// --------------------------------------------------------------------------
2929

30-
using Alis.Core.Ecs;
30+
31+
using Alis.Core.Ecs.System;
3132

3233
namespace Alis.Game.Desktop
3334
{
@@ -41,6 +42,6 @@ public static class Program
4142
/// Main the args
4243
/// </summary>
4344
/// <param name="args">The args</param>
44-
public static void Main(string[] args) => VideoGame.Builder().Build().Run();
45+
public static void Main(string[] args) => VideoGame.Create().Build().Run();
4546
}
4647
}

0 commit comments

Comments
 (0)