public static void DrawString(this SpriteBatch spriteBatch, string text, Vector2 pos, Color color) { spriteBatch.DrawString(Assets.GetFont("GadgetFont12"), text, pos, color); }