예제 #1
0
    public static void Main(string[] args)
    {
        Atomic.RegisterAssemblyComponents(typeof(MyGame).Assembly);

        var bunnyMark = new BunnyMark();

        Atomic.Run();
    }