public static void Main(string[] args) { Atomic.RegisterAssemblyComponents(typeof(MyGame).Assembly); var bunnyMark = new BunnyMark(); Atomic.Run(); }