예제 #1
0
파일: Game1.cs 프로젝트: h7ing/CocosSharp
        public Game1()
        {

            // Extend battery life under lock.
            //InactiveSleepTime = TimeSpan.FromSeconds(1);

            CCApplication application = new AppDelegate(this, graphics);
            Components.Add(application);

        }