using System; using AtomicEngine; namespace AtomicBlaster { public static class AtomicMain { /// /// The main entry point for the application. /// static void Main(string[] args) { gameroot = new GameRoot(); } public static GameRoot gameroot; } }