예제 #1
0
 public override void DrawStaticSprites(GameTime time)
 {
     entityManager.DrawStatic(time);
     fps.Draw(time);
 }