this repo has no description
at master 253 B view raw
1namespace Kestrel.Game.Client; 2 3using Kestrel.Framework; 4using Kestrel.Framework.Platform; 5using Silk.NET.Windowing; 6 7public class Program 8{ 9 public static void Main(string[] args) 10 { 11 Client client = new(); 12 client.Run(); 13 } 14}