using Nerfed.Runtime; namespace Nerfed.Editor; internal class Program { private static void Main(string[] args) { Engine.Run(args); } }