示例#1
0
 public void Update()
 {
     if (GSS.KeyState.IsKeyDown(Keys.Enter))
     {
         GSS.startTime();
         GSS.RState = RenderState.World;
     }
 }