internal static void Draw(SpriteBatchHolder s) { //Draw the current achievement if (current != null) { current.Draw(s); } }