예제 #1
0
        protected override void BeginRun()
        {
            GameServices.BeginRun(); //This only happens once in a game.

            base.BeginRun();
        }