12 lines
161 B
C#
12 lines
161 B
C#
using Nerfed.Runtime;
|
|
|
|
namespace Nerfed.Editor;
|
|
|
|
internal class Program
|
|
{
|
|
private static void Main(string[] args)
|
|
{
|
|
Engine.Run(args);
|
|
}
|
|
}
|