This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
gameservicewarden/GameServiceWarden/GameServiceWarden.Core/Program.cs

13 lines
158 B
C#

using System;
namespace GameServiceWarden.Core
{
class Program
{
static void Main(string[] args)
{
}
}
}