ebiten/cmd/ebitenmonogame/program.cs.go

7 lines
387 B
Go
Raw Normal View History

2020-04-24 11:07:33 +02:00
// Code generated by file2byteslice. DO NOT EDIT.
// (gofmt is fine after generating)
package main
var program_cs = []byte("\ufeffusing System;\nusing {{.Namespace}}.AutoGen;\n\nnamespace {{.Namespace}}\n{\n public static class Program\n {\n [STAThread]\n static void Main()\n {\n Go go = new Go();\n go.Run();\n }\n }\n}\n")